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

Stop @newtype to warn for implicit conversions #62

Closed

Conversation

marcesquerra
Copy link

If you neither set the '-language:implicitConversions' flag, nor the 'import scala.language.implicitConversions', the '@newtype' construct warns for implicit conversions.

I've tried, and this PR prevents it.

@marcesquerra marcesquerra force-pushed the ImplicitConversions branch 3 times, most recently from d5d5b6e to c3057c8 Compare April 12, 2020 10:52
@marcesquerra
Copy link
Author

For some reason, travis-ci seems to be using a broken cache for the scala 2.13 build.

I'm going to close this PR and open a new one to see if this gets fixed

@marcesquerra
Copy link
Author

I've reopened this PR in here:
#63

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.

1 participant