You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems not to happen on MacOS for some reason.
Reproduced on Ubuntu 22.04
cs launch scala:3.6.2-M dotty.tools.repl.Main
or just
scala
This being reproducible with dotty.tools.repl.Main indicates it's not tied with the runner/CLI/wrapper script.
Output
$ scala
Picked up JAVA_TOOL_OPTIONS:-XX:+UseContainerSupport-XX:ActiveProcessorCount=1Dec12, 20242:08:51PM org.jline.utils.Log logr
WARNING:The terminal provider jna has been deprecated, check your configuration. This warning can be disabled by setting the system property org.jline.terminal.disableDeprecatedProviderWarning to true.
Welcome to Scala3.6.2 (11.0.25, JavaOpenJDK64-BitServerVM).
Type in expressions for evaluation. Ortry:help.
scala>
Expectation
No warning about the terminal provider should be printed.
…27.1 (was 3.27.0) (#22205)
as per the https://github.com/jline/jline3 readme
and as per discussion and linked items on #22201fixes#22201
note that as far as I can tell, the stuff I removed from
libexec/common-shared is dead code
@philwalk dunno if you're still around but judging from #12405 you might
be a good reviewer here
note that I believe we _don't_ need to also port
scala/scala#10889 here, since we are already
using separate JLine JARs rather than the all-in-one JAR
I've chosen not to upgrade all the way to JLine 3.28.0 at the moment, as
it is quite new (2 days ago) and doesn't appear to have any fixes that
might be critical.
Compiler version
3.6.2
Reproduction steps
Seems not to happen on MacOS for some reason.
Reproduced on Ubuntu 22.04
or just
This being reproducible with
dotty.tools.repl.Main
indicates it's not tied with the runner/CLI/wrapper script.Output
Expectation
No warning about the terminal provider should be printed.
Extra context
The text was updated successfully, but these errors were encountered: