We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
In 2.13.0-M3, we will have shed all dependencies outside of the compact1 profile. Let's make sure to keep it that way.
The text was updated successfully, but these errors were encountered:
Can we use jdeps somehow?
Sorry, something went wrong.
@dwijnand could you take a stab at integrating my proposed test over at scala/scala#6164 (comment) into the build?
Enforce library/reflect restriction to compat1 profile
3528ca6
Enforcement of scala#6164 Tested manually by reverting the sys.process.javaVmArguments change 07ff7ac and then running testJDepsImpl: > testJDeps [info] Compiling 1 Scala source to /d/scala/build/quick/classes/library... [info] Packaging /d/scala/build/pack/lib/scala-library.jar ... [info] Packaging /d/scala/build/pack/lib/scala-reflect.jar ... [info] Done packaging. [info] Done packaging. [trace] Stack trace suppressed: run last root/*:testJDeps for the full output. [error] (root/*:testJDeps) Detected dependency outside of compact1: [error] scala-library.jar -> /Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/rt.jar (compact3) [error] scala-reflect.jar -> /Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/rt.jar (compact1) [error] scala-reflect.jar -> /d/scala/build/pack/lib/scala-library.jar [error] Total time: 4 s, completed 14-Jun-2018 14:20:02 Fixes scala/scala-dev#437 Fixes scala/bug#10559
7ddfd3c
dwijnand
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
In 2.13.0-M3, we will have shed all dependencies outside of the compact1 profile. Let's make sure to keep it that way.
The text was updated successfully, but these errors were encountered: