estatico / scala-newtype

NewTypes for Scala with no runtime overhead
Apache License 2.0
540 stars 31 forks source link

Stop @newtype to warn for implicit conversions #62

Closed marcesquerra closed 4 years ago

marcesquerra commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

I've reopened this PR in here: https://github.com/estatico/scala-newtype/pull/63