| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Outside impact is unclear as others may be using the api as is
We may need to introduce a bool wrapper that support direct checks and calling to obtain the underlying boolean
Sorry, something went wrong.
| def __init__(self, value: bool): | ||
| self._value = value | ||
|
|
||
| def __bool__(self): |
There was a problem hiding this comment.
Do we Want to plan for a evenual deprecation of the non call variant?
Sorry, something went wrong.
There was a problem hiding this comment.
you mean by issuing a warning when it's used?
Sorry, something went wrong.
There was a problem hiding this comment.
I don't think the churn to plugin authors is worth it, given the support code is small.
But we definitely only want to advertise/document the method variant, of course.
Sorry, something went wrong.
Backport to 8.3.x: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply cba5c4a on top of patchback/backports/8.3.x/cba5c4a98f65fdcfa484749bc06bcde1fb0865bc/pr-13462 Backporting merged PR #13462 into main
🤖 @patchback |
Sorry, something went wrong.
Backport to 8.4.x: 💚 backport PR created✅ Backport PR branch: patchback/backports/8.4.x/cba5c4a98f65fdcfa484749bc06bcde1fb0865bc/pr-13462 Backported as #13483 🤖 @patchback |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #13461.