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
If I enable *warn-on-reflection* globally then there are warnings in cats code.
Reflection warning, cats/context.cljc:38:19 - call to java.lang.IllegalArgumentException ctor can't be resolved.
Reflection warning, cats/util.cljc:34:14 - call to method write on java.io.Writer can't be resolved (argument types: unknown).
Reflection warning, cats/monad/maybe.cljc:65:17 - reference to field v on java.lang.Object can't be resolved.
Reflection warning, cats/monad/either.cljc:70:17 - reference to field v on java.lang.Object can't be resolved.
Reflection warning, cats/monad/either.cljc:100:17 - reference to field v on java.lang.Object can't be resolved.
Reflection warning, cats/monad/either.cljc:183:12 - reference to field v on java.lang.Object can't be resolved.
Reflection warning, cats/monad/either.cljc:159:19 - reference to field v on java.lang.Object can't be resolved.
Reflection warning, cats/monad/either.cljc:165:19 - reference to field v on java.lang.Object can't be resolved.
Reflection warning, cats/monad/either.cljc:166:19 - reference to field v on java.lang.Object can't be resolved.
Reflection warning, cats/monad/either.cljc:174:20 - reference to field v on java.lang.Object can't be resolved.
The text was updated successfully, but these errors were encountered:
If I enable
*warn-on-reflection*
globally then there are warnings in cats code.The text was updated successfully, but these errors were encountered: