-
Notifications
You must be signed in to change notification settings - Fork 93
compiler: support clear #3996
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
compiler: support clear #3996
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3996 +/- ##
==========================================
- Coverage 82.00% 81.97% -0.04%
==========================================
Files 350 350
Lines 49807 49836 +29
==========================================
+ Hits 40846 40854 +8
- Misses 7226 7255 +29
+ Partials 1735 1727 -8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
25c0e63
to
7de09aa
Compare
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.
The algorithm itself looks legit.
7de09aa
to
2601154
Compare
2601154
to
9997220
Compare
9997220
to
e2829a0
Compare
Close #3091. Signed-off-by: Tural Devrishev <tural@nspcc.ru>
e2829a0
to
8dae7f3
Compare
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.
And the bytecode is much simpler now.
Close #3091.