You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[error] Newtype Assertion Failed
[error] Could not validate Assertion at compile-time.
[error] Either use a literal or call "com.acme.cc.types.`package`.SampleType.unsafeWrap(Expr[Nothing](value))"
[error] SampleType(value)
However, there is no unsafeWrap declared in SampleType
The text was updated successfully, but these errors were encountered:
Perhaps the error message could say something like "Cannot validate runtime value at compile-time. Use make instead." or something to that effect so that it directs users to the right method.
However, there is no
unsafeWrap
declared inSampleType
The text was updated successfully, but these errors were encountered: