-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Scope self arguments using let block syntax #17
Conversation
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #17 +/- ##
==========================================
+ Coverage 78.64% 79.90% +1.26%
==========================================
Files 6 6
Lines 206 219 +13
==========================================
+ Hits 162 175 +13
Misses 44 44
☔ 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.
This basically seems fine to me. Nicely seen, I only thought of the syntax transformation.
I think this shouldn't break any cases which now work.
868bafb
to
c1f6605
Compare
c1f6605
to
666886d
Compare
666886d
to
4572f6e
Compare
Btw, can we remove the outer Fluxperimental.jl/src/compact.jl Lines 135 to 139 in 4572f6e
This was only needed when we were doing the variable assignments with it, right? Or does it still serve a purpose? |
Co-authored-by: Miles Cranmer <miles.cranmer@gmail.com>
Comments should be addressed now 🙂 |
Co-authored-by: Michael Abbott <32575566+mcabbott@users.noreply.github.com>
This PR is on top of #16 to avoid merge conflcits, but the only changes are f1aeaf3 and c1f6605