-
Notifications
You must be signed in to change notification settings - Fork 174
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: Intersection index for stepper surface update #2599
refactor: Intersection index for stepper surface update #2599
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2599 +/- ##
==========================================
- Coverage 49.53% 49.51% -0.02%
==========================================
Files 472 472
Lines 26732 26755 +23
Branches 12321 12338 +17
==========================================
+ Hits 13241 13249 +8
Misses 4753 4753
- Partials 8738 8753 +15
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Co-authored-by: Paul Gessinger <hello@paulgessinger.com>
Docs build should be fixed in #2613. |
This avoids cases where an actor/aborter sets a step constrained that will never be overwritten again. I also generalize the `release` function and rename the `set` function in the stepper. blocked by - #2599
After refactoring the surface intersection #2336 I missed to update this function of the stepper
discovered in #2595 and #2596