Skip to content
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

fix function scopes when using pipes #24

Merged
merged 1 commit into from
Jan 21, 2025
Merged

Conversation

co1emi11er2
Copy link
Owner

There is currently an issue when using |> in function bodies. This pull request adds the proper scopes to functions that are called using piping syntax

Copy link

codecov bot commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.78%. Comparing base (8b9da15) to head (ea48ba4).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   93.75%   93.78%   +0.03%     
==========================================
  Files           6        6              
  Lines         368      370       +2     
==========================================
+ Hits          345      347       +2     
  Misses         23       23              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@co1emi11er2 co1emi11er2 merged commit 2a18035 into master Jan 21, 2025
11 checks passed
@co1emi11er2 co1emi11er2 deleted the function_scope_for_pipes branch January 21, 2025 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant