You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we can delete all of these other than todo.
todo is meant to be the one-stop shop for orienting the user to what they need to fix up. (link tbd)
e.g. listing name conflicts, missing dependency names, failing merge pre-reqs, dependents of base.todo, and maybe some other stuff, probably including any non-patch-related stuff it may be doing today.
In the first version we can just have it list name conflicts (assuming it does this today) and list missing dependency names.
Gets the set of "edited" (LHS) terms and types from the patch, computes the transitive closure of dependents of those things, and informs you about which ones you might want to fix up first (the "frontier" of that transitive closure, i.e. the nearest dependents to the "edited" set)
Tells you about the conflicted names in the namespace
These commands can probably be deleted:
copy.patch
delete.patch
delete.term-replacement
delete.type-replacement
diff.namespace.to-patch
find.patch
merge.old
merge.old.preview
merge.old.squash
move.patch
patch
replace
todo
update.old
update.old.nopatch
update.old.preview
view.patch
The text was updated successfully, but these errors were encountered: