-
Notifications
You must be signed in to change notification settings - Fork 173
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!: Make BoundaryCheck
constructor from bool
explicit
#2592
refactor!: Make BoundaryCheck
constructor from bool
explicit
#2592
Conversation
Yes please! CI fails at the moment, however. |
Codecov Report
@@ Coverage Diff @@
## main #2592 +/- ##
=======================================
Coverage 49.50% 49.50%
=======================================
Files 473 473
Lines 26746 26770 +24
Branches 12338 12349 +11
=======================================
+ Hits 13240 13253 +13
- Misses 4753 4754 +1
- Partials 8753 8763 +10
📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
BoundaryCheck
constructor from bool
explicitBoundaryCheck
constructor from bool
explicit
this is running through now but I guess it is a breaking change? |
…licit-boundary-check
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.
Diff looks clean to me! 🎉
Invalidated by push of 7aeb762
…ctor-explicit-boundary-check
After removing the from bool conversion #2592 I would also like to remove the to bool conversion from `BoundaryCheck` as this class is describing more than just a flag which can be shown by being more explicit
After removing the from bool conversion acts-project#2592 I would also like to remove the to bool conversion from `BoundaryCheck` as this class is describing more than just a flag which can be shown by being more explicit
This increases readability IMO