This is not happening on 20.10, so this behavior is new.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1930277
Title:
On 21.04, the REPL prints all values twice.
To manage notifications about this
The prompt is replaced with the expression. Upon hitting Enter, first
the expression itself gets printed, then the value.
(+ 1 2)
3
1
1
2
2
3
3
user=>
Notice how the prompt is missing after all REPL evaluations, except the
most recent one.
--
You received this bug notification because you ar
Public bug reported:
This is found under 21.04, even in a Docker container built from a 21.04 image.
No such issues under 20.04.
The REPL (started with the `clojure` command) just echoes the result of an
expression before printing it, so it prints it twice.
** Affects: clojure (Ubuntu)
Imp