[Bug 1930277] Re: On 21.04, the REPL prints all values twice.

2021-06-01 Thread Max Sokolovsky
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 bug go to:
https://bugs.launchpad.net/ubuntu/+source/clojure/+bug/1930277/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930277] Re: On 21.04, the REPL prints all values twice.

2021-05-31 Thread Max Sokolovsky
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 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 bug go to:
https://bugs.launchpad.net/ubuntu/+source/clojure/+bug/1930277/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930277] Re: On 21.04, the REPL prints all values twice.

2021-05-31 Thread Elana Hashman
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@fedora:~$ cat /etc/debian_version 
11.0

-- 
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 bug go to:
https://bugs.launchpad.net/ubuntu/+source/clojure/+bug/1930277/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930277] Re: On 21.04, the REPL prints all values twice.

2021-05-31 Thread Elana Hashman
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 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 bug go to:
https://bugs.launchpad.net/ubuntu/+source/clojure/+bug/1930277/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs