announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
Avi Mehenwal 2021-04-07T14:56:28.341200Z

ClojureScript 1.10.844 is out! 🎉

4
🎁 5
😂 4
🆕 3
2
🎉 32
2021-04-08T09:04:36.348100Z

Hold your horses if you are using Figwheel Main. I get lots of warnings at startup:

[Figwheel:WARNING] Compile Warning   resources/public/js/dev/figwheel/repl.cljc   line:52  column:17

  Wrong number of args (1) passed to goog.log/getLogger

  47  ;; goog.debug.Logger.Level.(SEVERE WARNING INFO CONFIG FINE FINER FINEST)
  48  ;;
  49  ;; set level (.setLevel logger <http://goog.debug.Logger.Level.INFO|goog.debug.Logger.Level.INFO>)
  50  ;; disable   (.setCapturing log-console false)
  51  
  52  (defonce logger (glog/getLogger "Figwheel REPL"))
                      ^---
  53  
  54  (defn ^:export console-logging []
  55    (when-not (gobj/get goog.debug.Console "instance")
  56      (let [c (goog.debug.Console.)]
  57        ;; don't display time

[Figwheel:WARNING] Compile Warning   resources/public/js/dev/figwheel/repl.cljc   line:70  column:3

  Wrong number of args (3) passed to goog.log/log

  65      true))
  66  
  67  (defonce log-console (console-logging))
  68  
  69  (defn debug [msg]
  70    (glog/log logger goog.debug.Logger.Level.FINEST msg))
        ^---
  71  
  72  ;; TODO dev
  73  #_(.setLevel logger goog.debug.Logger.Level.FINEST)
  74  
  75  ;; --------------------------------------------------------------

👍 1
2021-04-08T10:05:44.348300Z

The release notes talks about these changes to the latest Closure Library

2021-04-12T09:31:43.417700Z

Fixed by figwheel-main 0.2.13, released yesterday.

NoahTheDuke 2021-04-07T15:02:16.342200Z

have a link for the change-log/announcement?

NoahTheDuke 2021-04-07T15:05:45.342800Z

thank you!

👍 1