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
The generated example Tapir project won't compile with Scala 3's -Yexplicit-nulls compiler option due to how SchemaMagnoliaDerivation#derived inlines an unsafe call to java.lang.ThreadLocal#get
Tapir version: 1.10.15
Scala version: 3.4.2
The generated example Tapir project won't compile with Scala 3's
-Yexplicit-nulls
compiler option due to howSchemaMagnoliaDerivation#derived
inlines an unsafe call tojava.lang.ThreadLocal#get
What is the problem?
Generate a project with these settings:
Then turn on the
-Yexplicit-nulls
flag.You can see the issue manifesting in
booksListing
in my IntelliJ setup like so:Error at the end of line 40
The text was updated successfully, but these errors were encountered: