Skip to content

add Scala 3.0.0-M3 (drop M2) #335

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

Merged
merged 2 commits into from
Dec 20, 2020
Merged

Conversation

SethTisue
Copy link
Member

No description provided.

@SethTisue SethTisue mentioned this pull request Dec 20, 2020
8 tasks
@SethTisue
Copy link
Member Author

SethTisue commented Dec 20, 2020

it isn't this PR's fault, but as we've also seen on recent 1.2.x branch builds (example: https://travis-ci.com/github/scala/scala-parser-combinators/builds/209505546), one job in this PR's build, https://travis-ci.com/github/scala/scala-parser-combinators/jobs/463087281, is failing. sbt fails to launch with

java.lang.NullPointerException
at sun.net.util.URLUtil.urlNoFragString(URLUtil.java:50)
at sun.misc.URLClassPath.getLoader(URLClassPath.java:522)

I have no idea what the cause of this might be.

It seems like it could be something bad in cache:

attempting to download cache archive
fetching PR.335/cache--linux-xenial-05eeeb8559ec25b582c4f865e35e5d10e2d12ce8a2b5570e12da2728da24bc1b--jdk-default--scala-2.13.4.tgz
fetching PR.335/cache-linux-xenial-05eeeb8559ec25b582c4f865e35e5d10e2d12ce8a2b5570e12da2728da24bc1b--jdk-default--scala-2.13.4.tgz
fetching PR.335/cache--jdk-default--scala-2.13.4.tgz
fetching 1.2.x/cache--linux-xenial-05eeeb8559ec25b582c4f865e35e5d10e2d12ce8a2b5570e12da2728da24bc1b--jdk-default--scala-2.13.4.tgz
found cache

so logically I would like to clear the cache and try again, but when I visit https://travis-ci.com/github/scala/scala-parser-combinators/caches, it says "No caches have been created yet", which appears to be incorrect, based on the above log snippet

see scala#335 for details. at some point we should be able to remove this
@SethTisue SethTisue merged commit 0b45612 into scala:1.2.x Dec 20, 2020
@SethTisue SethTisue deleted the scala-3.0.0-M3 branch December 20, 2020 00:59
SethTisue added a commit to SethTisue/scala-parser-combinators that referenced this pull request Dec 20, 2020
@SethTisue
Copy link
Member Author

I worked around it with a dummy environment variable. PR to remove it again is #336

SethTisue added a commit to SethTisue/scala-parser-combinators that referenced this pull request Jan 20, 2021
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.

1 participant