-
Notifications
You must be signed in to change notification settings - Fork 57
Lift tryfinally to macros to fix user code locations #196
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
Lift tryfinally to macros to fix user code locations #196
Conversation
bf8025c to
1e95edd
Compare
1e95edd to
720f439
Compare
|
Needs more work for |
720f439 to
278e796
Compare
|
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #196 +/- ##
==========================================
+ Coverage 84.82% 94.57% +9.74%
==========================================
Files 5 6 +1
Lines 323 479 +156
==========================================
+ Hits 274 453 +179
+ Misses 49 26 -23 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@ericphanson do you know whether this ontop of #194 is a full fix, or should we try to take this approach for function defs too? |
|
I'm not sure, I don't fully understand either fix aha. I think #194 is basically removing the wrong line nums and pushing in the source one. For this one, what does tryfinally have to do with it? |
|
The issue this fixes is that doing the @KristofferC any opinion here? I'm proposing merging this and then rebasing #194 and merging if green, given that PR has tests. |
This fixes
--track-allocations=userBefore