funcool / promesa

A promise library & concurrency toolkit for Clojure and ClojureScript.
https://funcool.github.io/promesa/latest/
Mozilla Public License 2.0
498 stars 58 forks source link

Warning about *warn-on-reflection* in ClojureScript compilation #117

Closed borkdude closed 2 years ago

borkdude commented 2 years ago

During shadow-cljs compilation with the latest version:

  49 | (set! *warn-on-reflection* true)
-------------^------------------------------------------------------------------
 Use of undeclared Var promesa.exec/*warn-on-reflection*
niwinz commented 2 years ago

Fixed on 9.0.471 among other bugfixes that I have discovered myself.

Thanks :heart: