-
-
Notifications
You must be signed in to change notification settings - Fork 871
refactor[lang]: refactor decorator parsing #4490
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[lang]: refactor decorator parsing #4490
Conversation
minor refactor of decorator parsing, which simplifies the code and should make it easier to add new builtin decorators in the future
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4490 +/- ##
==========================================
+ Coverage 92.11% 92.16% +0.04%
==========================================
Files 122 122
Lines 17455 17475 +20
Branches 2961 2962 +1
==========================================
+ Hits 16079 16105 +26
+ Misses 962 958 -4
+ Partials 414 412 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
didn't look into it closely, but can't we use the new machinery in |
no, those have a different machinery since functions in interface declarations don't use decorators |
…vyper into feat/refactor-decorators
What I did
How I did it
How to verify it
Commit message
Description for the changelog
Cute Animal Picture