[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] [NEW] On 21.04, the REPL prints all values twice.

2021-05-31 Thread Max Sokolovsky
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)
 Importance: Undecided
 Status: 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