-
Notifications
You must be signed in to change notification settings - Fork 6
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
Why block syntax needed for options? #17
Comments
Yes I agree with the intuition, but I guess it's done in that way to make Does that makes sense? On Tue, Apr 2, 2013 at 10:09 PM, Zi Yang [email protected] wrote:
|
I also remember having problems parsing nested things inside the inherits On Tue, Apr 2, 2013 at 10:27 PM, Elmer Garduno [email protected] wrote:
|
But for things outside the "options", we can achieve this without the block syntax and we can also put paramters. For example,
|
You are right it might be time to try again without blocks On Tue, Apr 2, 2013 at 10:35 PM, Zi Yang [email protected] wrote:
|
Why do we need to put a vertical bar to make the options as a block? For example,
It might be more intuitive to have the value type for the key "options" as a list (aka an Iterable), so that parameter value can be flattened to higher layers, and we will be one step closer to present the "effective yaml description".
The text was updated successfully, but these errors were encountered: