-
-
Notifications
You must be signed in to change notification settings - Fork 632
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
grammar: Allow pipe character |
in unquoted strings
#1850
grammar: Allow pipe character |
in unquoted strings
#1850
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, but yes we'll need the same change in OmegaConf's grammar as well.
Oh, can you add a news fragment as well? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes, sorry I had forgotten something else in my first review: the parser grammar is included in the doc (https://hydra.cc/docs/advanced/override_grammar/basic) and the doc thus needs to be also updated.
Aah yes, good point. Updated in a32f168. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go! (preferably after CI is fixed)
a32f168
to
ee14dc5
Compare
This PR is a follow-up to Omry's comment here suggesting that Hydra's override grammar allow the pipe character
|
in unquoted strings.If we decide to move forward with this PR, I think we should update OmegaConf's grammar too.