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
I cannot reproduce on Debian bullseye so I assume this is Ubuntu-
specific:
ehashman@fedora:~$ clojure
Clojure 1.10.2
(map + [1 2 3])
(1 2 3)
(println "hello world")
hello world
nil
user=>
ehashman@fedora:~$ apt show clojure
Package: clojure
Version: 1.10.2-1
Priority: optional
...
ehashman@fedo
20.04 has 1.10.1, 21.04 is the first version with 1.10.2. Was 20.10
affected?
Can you please include the output and some more info about your system?
I know there were also some readline changes that happened recently-ish
(e.g. in Debian bullseye, Fedora 34).
--
You received this bug notificatio