-
Notifications
You must be signed in to change notification settings - Fork 97
compile,py: fix closure and decorator #225
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
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #225 +/- ##
==========================================
+ Coverage 74.52% 74.81% +0.29%
==========================================
Files 78 78
Lines 12804 12814 +10
==========================================
+ Hits 9542 9587 +45
+ Misses 2583 2553 -30
+ Partials 679 674 -5
☔ View full report in Codecov by Sentry. |
|
PTAL, fixed an issue with compiler closures, and added test cases for decorators |
|
please skip the Codecov that did not pass, as this part of the code has not been covered |
|
(otherwise LGTM, thanks.) |
sbinet
left a comment
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.
LGTM, thanks a lot for fixing this
After several hours of reading the Python source code, it was found that the closure issue was only caused by the lack of assignment to
Code.Cell2argThe submission still requires some optimization, and I will complete it in the near future. If possible, I would also like to receive some coding suggestions