-
Notifications
You must be signed in to change notification settings - Fork 18
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
An attempt to redo #1226 #1298
An attempt to redo #1226 #1298
Conversation
Co-authored-by: ice1000 <[email protected]>
Co-authored-by: 澪 <[email protected]>
This reverts commit 10ac7a6
… on generalize & contexts
@@ -38,6 +39,6 @@ sealed interface ResolvingDecl extends ResolvingStmt { } | |||
|
|||
record TopDecl(@NotNull Decl stmt, @NotNull Context context) implements ResolvingDecl { } | |||
record MiscDecl(@NotNull Decl stmt) implements ResolvingDecl { } | |||
record GenStmt(@NotNull Generalize stmt) implements ResolvingStmt { } | |||
record GenStmt(@NotNull Generalize stmt, @NotNull ModuleContext context) implements ResolvingStmt { } |
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 an important fix though
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1298 +/- ##
============================================
+ Coverage 83.44% 83.50% +0.05%
- Complexity 4260 4278 +18
============================================
Files 388 390 +2
Lines 12345 12395 +50
Branches 1429 1434 +5
============================================
+ Hits 10301 10350 +49
+ Misses 1290 1289 -1
- Partials 754 756 +2 ☔ View full report in Codecov by Sentry. |
I failed to solve the problem too. Opening this for review