-
-
Notifications
You must be signed in to change notification settings - Fork 78
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: extract mun_hir_input #571
refactor: extract mun_hir_input #571
Conversation
9598913
to
a3eb9f8
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #571 +/- ##
=======================================
Coverage 87.40% 87.40%
=======================================
Files 274 276 +2
Lines 32543 32531 -12
=======================================
- Hits 28444 28434 -10
+ Misses 4099 4097 -2 ☔ View full report in Codecov by Sentry. |
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.
Two comments but feel free to address them and merge yourself.
Extracts the input part of the hir database into its own seperate crate:
mun_hir_input
.The goals is to create a cleaner API separation and at the same time decrease incremental compilation time by splitting crates.