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

Do not use self type in Validate #715

Merged
merged 4 commits into from
Jan 20, 2020
Merged

Do not use self type in Validate #715

merged 4 commits into from
Jan 20, 2020

Conversation

fthomas
Copy link
Owner

@fthomas fthomas commented Jan 15, 2020

This change might prevent the compiler crash reported in #260 by removing the self type in Validate (see #260 (comment)). Since I haven't been able to reproduce or even observe the crash in #260, I can't say if this actually improves anything.

@codecov
Copy link

codecov bot commented Jan 15, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #715   +/-   ##
=======================================
  Coverage   94.22%   94.22%           
=======================================
  Files          62       62           
  Lines         762      762           
  Branches        7        7           
=======================================
  Hits          718      718           
  Misses         44       44
Impacted Files Coverage Δ
...c/main/scala/eu/timepit/refined/api/Validate.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 c345362...2d74d64. Read the comment docs.

@fthomas fthomas merged commit 8bddc9a into master Jan 20, 2020
SethTisue pushed a commit to SethTisue/refined that referenced this pull request Jan 22, 2020
* Do not wrap c.eval in Try

* Do not remove tryN because of bincompat

* Remove self type

* tryN is still needed
@fthomas fthomas deleted the topic/no-self-type branch January 22, 2020 20:31
SethTisue pushed a commit to scalacommunitybuild/refined that referenced this pull request Jan 22, 2020
* Do not wrap c.eval in Try

* Do not remove tryN because of bincompat

* Remove self type

* tryN is still needed
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.

None yet

1 participant