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

fix bug for tuples; fix == and !=. Closes #25. #26

Merged
merged 8 commits into from
Mar 29, 2018
Merged

Conversation

winitzki
Copy link
Collaborator

Fixes the tuples bug, due to incorrect comparison; fix == and !=. Closes #25.

@codecov
Copy link

codecov bot commented Mar 28, 2018

Codecov Report

Merging #26 into master will increase coverage by 0.95%.
The diff coverage is 92.04%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage   91.23%   92.18%   +0.95%     
==========================================
  Files           9        8       -1     
  Lines         650      678      +28     
  Branches       63       59       -4     
==========================================
+ Hits          593      625      +32     
+ Misses         57       53       -4
Impacted Files Coverage Δ
src/main/scala/io/chymyst/ch/LJT.scala 98.64% <100%> (ø) ⬆️
src/main/scala/io/chymyst/ch/Macros.scala 100% <100%> (ø) ⬆️
src/main/scala/io/chymyst/ch/Monoid.scala 100% <100%> (ø) ⬆️
src/main/scala/io/chymyst/ch/TypeExpr.scala 83.48% <83.87%> (+1.38%) ⬆️
src/main/scala/io/chymyst/ch/TermExpr.scala 90.31% <96%> (+1.26%) ⬆️

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 e88c851...d84513f. Read the comment docs.

@winitzki winitzki merged commit 5597c03 into master Mar 29, 2018
@winitzki winitzki deleted the fix/simplify-tuples branch March 29, 2018 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failure to simplify tuple term
1 participant