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

upgrade scalaz and use latest features #468

Merged
merged 1 commit into from
Apr 6, 2018
Merged

upgrade scalaz and use latest features #468

merged 1 commit into from
Apr 6, 2018

Conversation

fommil
Copy link
Contributor

@fommil fommil commented Apr 6, 2018

No description provided.

override implicit val G: MonadError[MT, String] = ME
override val iso: Decoder <~> MT = isoReaderT
}
MonadError.fromIso(isoReaderT)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.fromIso was added specifically to help with this usecase.

@codecov
Copy link

codecov bot commented Apr 6, 2018

Codecov Report

Merging #468 into master will decrease coverage by 0.14%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #468      +/-   ##
==========================================
- Coverage    98.2%   98.05%   -0.15%     
==========================================
  Files          58       60       +2     
  Lines         667      670       +3     
  Branches       11       11              
==========================================
+ Hits          655      657       +2     
- Misses         12       13       +1
Impacted Files Coverage Δ
.../scala/eu/timepit/refined/macros/RefineMacro.scala 100% <0%> (ø) ⬆️
...in/scala-2.10/eu/timepit/refined/api/Refined.scala 0% <0%> (ø)
...n/scala/eu/timepit/refined/macros/InferMacro.scala 100% <0%> (ø)

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 cdace83...c3797f3. Read the comment docs.

@fommil
Copy link
Contributor Author

fommil commented Apr 6, 2018

it looks to me like codecov doesn't know how to count 😼

@fthomas
Copy link
Owner

fthomas commented Apr 6, 2018

LGTM, thanks @fommil!

@fthomas fthomas merged commit 3bb29ee into fthomas:master Apr 6, 2018
@fommil fommil deleted the scalaz-7.2.21 branch April 6, 2018 19:28
@fommil
Copy link
Contributor Author

fommil commented Apr 6, 2018

FYI @fthomas we're investigating how to make the Iso definition simpler in scalaz/scalaz#1696 ... we seem to have hit a compiler bug.

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.

2 participants