From 66ae9fb7b8e15a9132a3c0371abbf202f9cf3ac9 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 27 Aug 2020 16:47:00 +0200 Subject: [PATCH] Add clojure.walk/macroexpand-all --- CHANGELOG.md | 1 + sci | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15657285..12569440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ contributing to this release. - Print context, locals and stack trace on exception [#543](https://github.com/borkdude/babashka/issues/543). - Expose more transit vars [#525](https://github.com/borkdude/babashka/issues/525) ([@djblue](https://github.com/djblue)) - Add `add-tap`,`tap>`, `remove-tap`, `class?`, `iterator-seq`, `remove-watch`, `realized?` +- Add `clojure.walk/macroexpand-all` - Add `java.lang.ProcessHandle` and better support for killing subprocesses via Java interop. See [test script](https://github.com/borkdude/babashka/blob/7049b1b0bd582b717094703bcf299fb6363bb142/test/babashka/scripts/kill_child_processes.bb). - Add `clojure.lang.ArityException` and tests to support the [circleci/bond](https://github.com/circleci/bond) library [#524](https://github.com/borkdude/babashka/issues/524) ([@cldwalker](https://github.com/cldwalker)). diff --git a/sci b/sci index 140f4322..8a57faaf 160000 --- a/sci +++ b/sci @@ -1 +1 @@ -Subproject commit 140f43222e19b9d2194a06347cd6833a9323b820 +Subproject commit 8a57faafa9f69e62c3f8335677d56820c58717a9