-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bring back allow_empty
in CST containers
#814
Comments
OmarTawfik
added a commit
to OmarTawfik-forks/slang
that referenced
this issue
Feb 29, 2024
OmarTawfik
added a commit
to OmarTawfik-forks/slang
that referenced
this issue
Feb 29, 2024
OmarTawfik
added a commit
to OmarTawfik-forks/slang
that referenced
this issue
Feb 29, 2024
OmarTawfik
added a commit
to OmarTawfik-forks/slang
that referenced
this issue
Mar 1, 2024
github-project-automation
bot
moved this from 🔄 In Progress
to ✅ Done
in Slang - 2024 H1
Mar 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It was decided to revert #693, as having the empty parents in the tree is useful for both the AST types and Graph Queries to only need to handle non-nullable fields.
allow_empty
in bothRepeatedItem
andSeparatedItem
(defaultfalse
).Separated
/Repeated
from an optional field, and convert all violations from(Foo+)?
toFoo*
.The text was updated successfully, but these errors were encountered: