-
-
Notifications
You must be signed in to change notification settings - Fork 474
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
feat(ast): add SymbolId
and ReferenceId
#755
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #755 +/- ##
==========================================
- Coverage 92.24% 92.23% -0.01%
==========================================
Files 202 202
Lines 41316 41347 +31
==========================================
+ Hits 38111 38138 +27
- Misses 3205 3209 +4
☔ View full report in Codecov by Sentry. |
Benchmark ResultsLinux
Windows
|
4b6d4b1
to
faea169
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.
This is nice overall, this may lead me to removing the binding logic in hir_lower
, I like this.
Nice work! Thank you! |
Closes #510