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

#628 - Create CallExpression / High-Order Functions. #635

Merged
merged 1 commit into from
Jun 5, 2023
Merged

Conversation

sys27
Copy link
Owner

@sys27 sys27 commented May 12, 2023

Closes #628

@sys27 sys27 added the feature label May 12, 2023
@sys27 sys27 added this to the xFunc 4.2.0 milestone May 12, 2023
@sys27 sys27 self-assigned this May 12, 2023
@sys27 sys27 force-pushed the feature/lambda branch 2 times, most recently from ec83f8e to 917da42 Compare May 14, 2023 11:09
@codecov
Copy link

codecov bot commented May 14, 2023

Codecov Report

Merging #635 (e012f36) into dev (790899c) will decrease coverage by 0.04%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev     #635      +/-   ##
==========================================
- Coverage   99.58%   99.54%   -0.04%     
==========================================
  Files         207      208       +1     
  Lines        7996     8209     +213     
==========================================
+ Hits         7963     8172     +209     
- Misses         33       37       +4     
Impacted Files Coverage Δ
xFunc.Maths/Analyzers/Differentiator.cs 100.00% <ø> (ø)
xFunc.Maths/Expressions/Parameters/Parameter.cs 97.22% <ø> (ø)
...Func.Maths/Analyzers/Formatters/CommonFormatter.cs 100.00% <100.00%> (ø)
xFunc.Maths/Analyzers/Simplifier.cs 100.00% <100.00%> (ø)
...Func.Maths/Analyzers/TypeAnalyzers/TypeAnalyzer.cs 99.91% <100.00%> (+<0.01%) ⬆️
xFunc.Maths/Expressions/Abs.cs 100.00% <100.00%> (ø)
xFunc.Maths/Expressions/Add.cs 100.00% <100.00%> (ø)
xFunc.Maths/Expressions/BinaryExpression.cs 100.00% <100.00%> (+2.94%) ⬆️
xFunc.Maths/Expressions/CallExpression.cs 100.00% <100.00%> (ø)
xFunc.Maths/Expressions/Ceil.cs 100.00% <100.00%> (ø)
... and 84 more

... and 2 files with indirect coverage changes

@sys27 sys27 force-pushed the feature/lambda branch 3 times, most recently from 79c71af to 3eea0a4 Compare May 14, 2023 17:15
@sys27 sys27 force-pushed the feature/lambda branch 4 times, most recently from f12c90d to b771fa1 Compare June 5, 2023 11:53
@sys27 sys27 marked this pull request as ready for review June 5, 2023 12:00
@sys27 sys27 force-pushed the feature/lambda branch from b771fa1 to ddaba83 Compare June 5, 2023 12:06
@sys27 sys27 force-pushed the feature/lambda branch from ddaba83 to e012f36 Compare June 5, 2023 15:06
@sys27 sys27 merged commit 07967b8 into dev Jun 5, 2023
@sys27 sys27 deleted the feature/lambda branch June 5, 2023 15:14
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.

Create CallExpression / High-Order Functions
1 participant