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

#303 - Introduce bitwise shift operators #305

Merged
merged 1 commit into from Sep 4, 2020
Merged

Conversation

sys27
Copy link
Owner

@sys27 sys27 commented Sep 4, 2020

No description provided.

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

codecov bot commented Sep 4, 2020

Codecov Report

Merging #305 into dev will decrease coverage by 0.03%.
The diff coverage is 98.26%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #305      +/-   ##
==========================================
- Coverage   97.93%   97.90%   -0.04%     
==========================================
  Files         159      163       +4     
  Lines        5484     5589     +105     
==========================================
+ Hits         5371     5472     +101     
- Misses        113      117       +4     
Impacted Files Coverage Δ
xFunc.Maths/Expressions/Programming/LeftShift.cs 91.66% <91.66%> (ø)
xFunc.Maths/Expressions/Programming/RightShift.cs 91.66% <91.66%> (ø)
...c.Maths/Expressions/Programming/LeftShiftAssign.cs 93.75% <93.75%> (ø)
....Maths/Expressions/Programming/RightShiftAssign.cs 93.75% <93.75%> (ø)
...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.84% <100.00%> (+<0.01%) ⬆️
xFunc.Maths/Expressions/Programming/AddAssign.cs 93.75% <100.00%> (ø)
xFunc.Maths/Expressions/Programming/DivAssign.cs 93.75% <100.00%> (ø)
xFunc.Maths/Expressions/Programming/MulAssign.cs 93.75% <100.00%> (ø)
... and 11 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 eea61f0...db2cb94. Read the comment docs.

@sys27 sys27 force-pushed the feature/shift-operators branch 2 times, most recently from f2671c7 to e6b91ba Compare September 4, 2020 16:50
@sys27 sys27 merged commit c4b63fd into dev Sep 4, 2020
@sys27 sys27 deleted the feature/shift-operators branch September 4, 2020 17:07
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.

Introduce bitwise shift operators
1 participant