Open
Description
Compiler version
Scala 3.6.3, 2.13.15, 2.13.16 under Ubuntu 22.04
Minimized code
$ uname -v
#49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2
bjornr@bjornix:~
$ scala -S 3.6.3
Welcome to Scala 3.6.3 (21.0.5, Java OpenJDK 64-Bit Server VM).
Type in expressions for evaluation. Or try :help.
scala>
stty: 'standard input': unable to perform all requested operations
bjornr@bjornix:~
$ scala -S 2.13.16
Downloading Scala 2.13.16 compiler
Downloading Scala 2.13.16 bridge
Welcome to Scala 2.13.16 (OpenJDK 64-Bit Server VM, Java 21.0.5).
Type in expressions for evaluation. Or try :help.
scala>
:quit
stty: 'standard input': unable to perform all requested operations
bjornr@bjornix:~
$ scala -S 2.13.15
Welcome to Scala 2.13.15 (OpenJDK 64-Bit Server VM, Java 21.0.5).
Type in expressions for evaluation. Or try :help.
scala>
:quit
stty: 'standard input': unable to perform all requested operations
bjornr@bjornix:~
$
Output
stty: 'standard input': unable to perform all requested operations
Expectation
No error.