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

Feature/parent #276

Merged
merged 4 commits into from
Aug 21, 2020
Merged

Feature/parent #276

merged 4 commits into from
Aug 21, 2020

Conversation

sys27
Copy link
Owner

@sys27 sys27 commented Aug 21, 2020

No description provided.

@sys27 sys27 added this to the xFunc 4.0.0 milestone Aug 21, 2020
@sys27 sys27 self-assigned this Aug 21, 2020
@sys27 sys27 linked an issue Aug 21, 2020 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Aug 21, 2020

Codecov Report

Merging #276 into dev will increase coverage by 0.24%.
The diff coverage is 89.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #276      +/-   ##
==========================================
+ Coverage   98.10%   98.35%   +0.24%     
==========================================
  Files         148      148              
  Lines        4808     4746      -62     
==========================================
- Hits         4717     4668      -49     
+ Misses         91       78      -13     
Impacted Files Coverage Δ
xFunc.Maths/Builder.cs 100.00% <ø> (ø)
xFunc.Maths/Expressions/BinaryExpression.cs 91.42% <ø> (-0.68%) ⬇️
xFunc.Maths/Expressions/Define.cs 91.42% <ø> (+2.53%) ⬆️
xFunc.Maths/Expressions/DelegateExpression.cs 87.50% <ø> (+5.14%) ⬆️
...Maths/Expressions/DifferentParametersExpression.cs 84.21% <ø> (-1.51%) ⬇️
xFunc.Maths/Expressions/Matrices/Matrix.cs 88.37% <ø> (+1.13%) ⬆️
...xpressions/Programming/VariableBinaryExpression.cs 86.36% <ø> (+2.36%) ⬆️
...Expressions/Programming/VariableUnaryExpression.cs 76.47% <ø> (+2.78%) ⬆️
xFunc.Maths/Expressions/UnaryExpression.cs 92.85% <ø> (-0.48%) ⬇️
xFunc.Maths/Expressions/Undefine.cs 90.32% <ø> (+18.52%) ⬆️
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c1922c8...7263162. Read the comment docs.

@sys27 sys27 merged commit 0a410d7 into dev Aug 21, 2020
@sys27 sys27 deleted the feature/parent branch August 21, 2020 08:25
sys27 added a commit that referenced this pull request Aug 31, 2020
* Close #275 - Remove 'Parent' property from 'IExpression'

* Use shared 'x' variable

* Immutable number

* .
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.

Remove 'Parent' property from 'IExpression'
1 participant