estatico / scala-newtype

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

Should disallow coercing to/from array types #1

Closed carymrobbins closed 6 years ago

carymrobbins commented 7 years ago

Currently, there is nothing to prevent you from erroneously casting to/from array types. See this discussion on Gitter for a proposed solution.

carymrobbins commented 6 years ago

This has been resolved in the latest release.