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

Add type param to autoUnwrap to improve type inference #612

Merged
merged 2 commits into from
Feb 3, 2019

Conversation

fthomas
Copy link
Owner

@fthomas fthomas commented Feb 3, 2019

closes #608

@fthomas
Copy link
Owner Author

fthomas commented Feb 3, 2019

I verified that the added test fails to compile prior to this change.

@codecov
Copy link

codecov bot commented Feb 3, 2019

Codecov Report

Merging #612 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #612   +/-   ##
=======================================
  Coverage   93.15%   93.15%           
=======================================
  Files          65       65           
  Lines         716      716           
  Branches       10       10           
=======================================
  Hits          667      667           
  Misses         49       49
Impacted Files Coverage Δ
...hared/src/main/scala/eu/timepit/refined/auto.scala 100% <ø> (ø) ⬆️

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 8a9656b...653e7a2. Read the comment docs.

@fthomas fthomas merged commit 09bfce8 into master Feb 3, 2019
@fthomas fthomas deleted the topic/fix-608 branch January 9, 2020 20:03
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.

autoUnwrap does not kick in when refined type is used in expression
1 participant