We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233c4b2 commit a7b3cf6Copy full SHA for a7b3cf6
CHANGELOG.md
@@ -2,9 +2,10 @@
2
3
## Added
4
5
-## Fixed
6
-
7
-## Changed
+- Two more JVM flags are enabled by default
+ - `-J-Dclojure.main.report=stderr`: make Clojure print stacktraces
+ immediately, instead of writing them to a file
8
+ - `-J-Djdk.attach.allowAttachSelf`: enable interrupting an nREPL evaluation
9
10
# 0.43.186-alpha (2025-04-24 / 6b1ecae)
11
@@ -13,8 +14,6 @@
13
14
- Add `--no-prefix` or `{:launchpad/options {:prefix false}}` to hide the
15
start-of-line per-process prefix in the output
16
17
18
## Changed
19
20
- Make initial summary print aliases with namespace.
0 commit comments