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

#717 - Support partial application of functions. #718

Merged
merged 1 commit into from Sep 10, 2023

Conversation

sys27
Copy link
Owner

@sys27 sys27 commented Sep 9, 2023

Closes #717

@sys27 sys27 added the feature label Sep 9, 2023
@sys27 sys27 added this to the xFunc 4.4.0 milestone Sep 9, 2023
@sys27 sys27 self-assigned this Sep 9, 2023
@sys27 sys27 force-pushed the feature/partial-application branch from c3148be to 258a37d Compare September 9, 2023 18:26
@codecov
Copy link

codecov bot commented Sep 9, 2023

Codecov Report

Patch coverage: 98.85% and project coverage change: -0.01% ⚠️

Comparison is base (2b9001b) 99.64% compared to head (dd04f2e) 99.63%.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #718      +/-   ##
==========================================
- Coverage   99.64%   99.63%   -0.01%     
==========================================
  Files         219      220       +1     
  Lines        8523     8592      +69     
==========================================
+ Hits         8493     8561      +68     
- Misses         30       31       +1     
Files Changed Coverage Δ
...ths/Expressions/Parameters/ExpressionParameters.cs 98.77% <ø> (ø)
xFunc.Maths/Expressions/Curry.cs 97.87% <97.87%> (ø)
...Func.Maths/Analyzers/Formatters/CommonFormatter.cs 100.00% <100.00%> (ø)
...Func.Maths/Analyzers/TypeAnalyzers/TypeAnalyzer.cs 99.91% <100.00%> (+<0.01%) ⬆️
xFunc.Maths/Expressions/CallExpression.cs 100.00% <100.00%> (ø)
xFunc.Maths/Expressions/Lambda.cs 100.00% <100.00%> (ø)
...ExpressionParameters.ScopedExpressionParameters.cs 100.00% <100.00%> (ø)
xFunc.Maths/Parser.ExpressionFactory.cs 100.00% <100.00%> (ø)

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

@sys27 sys27 force-pushed the feature/partial-application branch 2 times, most recently from fc3f9f6 to 026e605 Compare September 10, 2023 11:59
@sys27 sys27 marked this pull request as ready for review September 10, 2023 12:12
@sys27 sys27 force-pushed the feature/partial-application branch 3 times, most recently from 101b7fb to 6fe21cf Compare September 10, 2023 13:43
@sys27 sys27 merged commit aaddf33 into dev Sep 10, 2023
3 of 5 checks passed
@sys27 sys27 deleted the feature/partial-application branch September 10, 2023 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support partial application of functions
1 participant