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

dotty-library is called scala3-library now #6181

Merged
merged 1 commit into from Dec 24, 2020

Conversation

smarter
Copy link
Contributor

@smarter smarter commented Nov 30, 2020

Fixes #6058

I though this would help with
scala/scala3#10558 but sbt repl still
hides the input after typing a line and pressing enter even after this
change.

@smarter
Copy link
Contributor Author

smarter commented Nov 30, 2020

/cc @eatkins (I can't assign a reviewer myself in this repo).

@eatkins
Copy link
Contributor

eatkins commented Nov 30, 2020

It looks like you need to run scala format. The fix looks correct to me but you probably should validate it before it's merged. It should be as simple as

  1. sbt publishLocal
  2. rm ~/.sbt/boot
  3. cd $SCALA3-PROJECT-DIR
  4. sbt -Dsbt.version=1.5.0-SNAPSHOT console

I though this would help with
scala/scala3#10558 but `sbt repl` still
hides the input after typing a line and pressing enter even after this
change.
@smarter
Copy link
Contributor Author

smarter commented Nov 30, 2020

Thanks, I gave it a try but the issue remains in the dotty repo (I've updated the commit message).

smarter referenced this pull request in scala/scala3 Nov 30, 2020
@eed3si9n eed3si9n merged commit 58d4ef4 into sbt:develop Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ClassLoaderCache for Scala 3
3 participants