Skip to content

Commit

Permalink
fix input description names
Browse files Browse the repository at this point in the history
shouldn't these come directly from the input patterns?
cyclic dependency issue maybe, but we can fix that.
  • Loading branch information
Arya Irani committed Nov 8, 2023
1 parent 01f0be5 commit d2e7f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unison-cli/src/Unison/Codebase/Editor/HandleInput.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1535,8 +1535,8 @@ inputDescription input =
NoPatch -> pure ".nopatch"
DefaultPatch -> (" " <>) <$> ps' Cli.defaultPatchPath
UsePatch p0 -> (" " <>) <$> ps' p0
pure ("update" <> p)
Update2I -> pure ("update2")
pure ("update.old" <> p)
Update2I -> pure ("update")
PropagatePatchI p0 scope0 -> do
p <- ps' p0
scope <- p' scope0
Expand Down

0 comments on commit d2e7f1b

Please sign in to comment.