Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JLine 3: put an "RC" (a designated nightly) out for testing after worst bugs are fixed #695

Closed
SethTisue opened this issue Mar 7, 2020 · 3 comments
Assignees
Labels
blocker t:repl JLine 3 upgrade (scala/scala#8036)

Comments

@SethTisue
Copy link
Member

SethTisue commented Mar 7, 2020

we can recommend the usual sbt invocation for adding the resolver and setting scalaVersion

but it would be good to include command lines for running it using:

@SethTisue SethTisue added blocker t:repl JLine 3 upgrade (scala/scala#8036) labels Mar 7, 2020
@dwijnand
Copy link
Member

dwijnand commented Mar 8, 2020

Running my "new thing" (scala-runners) with -v will give you how to run the thing with coursier. For instance:

$ scala -v -212x -Yrepl-class-based
[setScalaVersion] arg = '2.12.x'
[addCoursier] arg = '-r'
[addCoursier] arg = 'https://scala-ci.typesafe.com/artifactory/scala-integration'
# Executing command line:
cs
launch
scala:2.12.11-bin-e1e2bfe
-r
https://scala-ci.typesafe.com/artifactory/scala-integration
--
-Yrepl-class-based

https://repo1.maven.org/maven2/io/get-coursier/apps/maven-metadata.xml
  No new update since 2020-02-27 13:40:20
Welcome to Scala 2.12.11-bin-e1e2bfe (OpenJDK 64-Bit Server VM, Java 11.0.6).
Type in expressions for evaluation. Or try :help.

scala> :quit

@SethTisue SethTisue self-assigned this Mar 10, 2020
@SethTisue
Copy link
Member Author

SethTisue commented Mar 25, 2020

let's get scala/community-build#1116 through, then announce 2.13.2-bin-bc1cad4 for testing

note that scala/scala#8748 is merged, so -Yrepl-class-based is now the default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker t:repl JLine 3 upgrade (scala/scala#8036)
Projects
None yet
Development

No branches or pull requests

2 participants