-
Notifications
You must be signed in to change notification settings - Fork 74
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
Boolean Flags Update. #246
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.
Exactly (I think). Could you also fix --quiet
and --log-timestamps
further down the file?
Unfortunately, I just released the unit tests and they all hate this syntax, so it appears a little more research is needed to find a solution that expresses what we want and is valid... |
@aserputov With a little more investigation, reading the change log for
So it looks like all that needs to be done here is upgrade |
Hi @aserputov I see you've run What you will want to do is run And finally, please remember to add a note to the |
@aserputov There are 2 failing steps in CI and a few merge conflicts. Can you please fix them? |
@sushantmimani yes, I will try to fix it, now. |
@sushantmimani I was trying to fix the failed tests, and I think the problem is in the version of python I use. My current v "3.9" and I should've fixed this issue in "3.7". Could you please advise me if I'm correct? |
@tarkatronic hey, what do you think about that issue? Do you believe we should complete the updates, or do you have any new plans for it? |
@aserputov This is still a necessary change for our 3.0 release, so I would love to see this finished soon! You should try updating your branch against the latest Hopefully it's just that easy of a quick fix! Also be sure that your CHANGELOG entry gets moved up into the latest |
@aserputov I apologize but for the sake of expediency, I will need to take over this change; we are trying to get v3.0 out as quickly as we can, so I need to get this change finished. I will be sure to acknowledge your work in the release notes though! Thank you for working through this up to now. |
@tarkatronic thank you. |
Superseded by #292 |
To help us get this pull request reviewed and merged quickly, please be sure to include the following items:
PR Type
What kind of change does this PR introduce?
Backward Compatibility
Is this change backward compatible with the most recently released version? Does it introduce changes which might change the user experience in any way? Does it alter the API in any way?
Issue Linking
#245
What's new?
-New: Boolean Flags