cider Remember, remember the 5th of November...
On the hard to forget date CIDER returns with a brand new release - 1.20 ("Lanzarote") π΄π!
CIDER has been on a steady release cadence lately (as promised!). This means the releases are smaller, but we deliver the latest updates to our stable version users faster. This release contains several quality-of-life features and bugfixes:
β’ Tidy namespaced keywords in the inspector (https://github.com/clojure-emacs/orchard/pull/354)
β’ Preserve filename in functions compiled during regular eval (https://github.com/nrepl/nrepl/pull/385) (one of the most requested features of all time)
β’ Debugger tags like #dbg are correctly processed when the whole buffer is compiled with C-c C-k (https://github.com/clojure-emacs/cider-nrepl/pull/951)
β’ Fix cider-ns-refresh behavior when connected to multiple REPL types (https://github.com/clojure-emacs/cider/issues/3834)
β’ Update the default injected nREPL version to 1.5.1.
Some of the improvements in this release were made by the recently released nREPL 1.5, which CIDER naturally embraced immediately.
More details - https://github.com/clojure-emacs/cider/releases/tag/v1.20.0
Keep hacking! cider
@pez FYI, you might want to consider updating nrepl and cider-nrepl dependencies in Calva to fix the load-file+`#dbg` interaction there too.
Thanks, @alexyakushev! Since a week or so ago, Calva uses the latest cider-nrepl available, per default. π
Hi folks! π After an extended period in RC1, https://www.taoensso.com/tempel v1 is https://github.com/taoensso/tempel/releases/tag/v1.0.0! π Tempel is a data security framework for Clojure that provides high-level crypto utils to help protect your usersβ data. It offers a coherent and opinionated API focused on helping with the https://github.com/taoensso/tempel/wiki/1-Getting-started#challenges of actually using encryption in practice. It includes extensive beginner-oriented https://github.com/taoensso/tempel/wiki/1-Getting-started, docstrings, and error messages. You can see the https://www.youtube.com/watch?v=sULZVFhR848 (36m) for a showcase of some of its functionality. Cheers!