-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Refactor key/value parsing #6203
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.
Have flags without values been removed? I am wondering how this will handle flags that don't have values?
What do you mean? All flags have values |
I wonder if something like |
Also if it is supported to just pass the flag without any value behind it wouldn't this be a breaking change as we might have people using that functionality? |
Right, now if I define
is valid? |
/hold |
Generates today:
|
Definitely not perfect... |
ok, maybe check for empty value instead of a boolean check? (to not break what exists now) |
I was thinking we should probably just have the value be stringified via the |
e54d6b0
to
0f03436
Compare
/hold cancel |
@ChiefAlexander ok, this works now without breaking existing definitions. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf, ChiefAlexander The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks guys |
What this PR does / why we need it:
Types of changes
Which issue/s this PR fixes
fixes #6202
How Has This Been Tested?
Checklist: