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
Maybe could get rid of the Split data structures outside command parsing/validation maybe, for making sure we don't get unnamed definitions at the top level
Currently we have:
This avoids unnamed definitions at the root, because all definitions need at least one NameSegment.
but we could have had
The latter simplifies some operations, such as finding, moving, or deleting all the definitions with a certain prefix.
We can link related issues to this ticket.
The text was updated successfully, but these errors were encountered: