Skip to content

#304 - Rename def and undef functions. #642

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

Merged
merged 2 commits into from
Jul 5, 2023
Merged

Conversation

sys27
Copy link
Owner

@sys27 sys27 commented Jul 5, 2023

Closes #304

@sys27 sys27 added this to the xFunc 4.2.0 milestone Jul 5, 2023
@sys27 sys27 self-assigned this Jul 5, 2023
@sys27 sys27 changed the title Feature/assign expression #304 - Rename def and undef functions. Jul 5, 2023
@codecov
Copy link

codecov bot commented Jul 5, 2023

Codecov Report

Merging #642 (5d70b76) into dev (b6e34bf) will increase coverage by 0.04%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev     #642      +/-   ##
==========================================
+ Coverage   99.56%   99.60%   +0.04%     
==========================================
  Files         208      208              
  Lines        8234     8191      -43     
==========================================
- Hits         8198     8159      -39     
+ Misses         36       32       -4     
Impacted Files Coverage Δ
...Func.Maths/Analyzers/Formatters/CommonFormatter.cs 100.00% <ø> (ø)
...Func.Maths/Analyzers/TypeAnalyzers/TypeAnalyzer.cs 99.91% <ø> (ø)
xFunc.Maths/Analyzers/Simplifier.cs 100.00% <100.00%> (ø)
xFunc.Maths/Expressions/Assign.cs 96.15% <100.00%> (ø)
xFunc.Maths/Expressions/CallExpression.cs 100.00% <100.00%> (ø)
xFunc.Maths/Expressions/Unassign.cs 95.65% <100.00%> (ø)
xFunc.Maths/Parser.ExpressionFactory.cs 100.00% <100.00%> (ø)
xFunc.Maths/Parser.cs 100.00% <100.00%> (ø)
xFunc.Maths/Tokenization/Lexer.KeywordToken.cs 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

@sys27 sys27 force-pushed the feature/assign-expression branch from efe9428 to 5d70b76 Compare July 5, 2023 18:23
@sys27 sys27 marked this pull request as ready for review July 5, 2023 18:34
@sys27 sys27 merged commit 0857b7f into dev Jul 5, 2023
@sys27 sys27 deleted the feature/assign-expression branch July 5, 2023 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parse assignment operators / 'if' function as expression instead of statement
1 participant