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
We can still see some reflection warnings using your library:
Reflection warning, overtone/at_at.clj:15:3 - reference to field printStackTrace can't be resolved.
Reflection warning, overtone/at_at.clj:211:16 - call to java.util.concurrent.ScheduledThreadPoolExecutor ctor can't be resolved.
I believe it would be a good idea to add a call to (set! *warn-on-reflection* true) in the test suite or something like that to avoid regressions.
The text was updated successfully, but these errors were encountered:
First of all, thank you for the library!
We can still see some reflection warnings using your library:
I believe it would be a good idea to add a call to
(set! *warn-on-reflection* true)
in the test suite or something like that to avoid regressions.The text was updated successfully, but these errors were encountered: