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

Scala runner -Ylog-classpath sees double #9396

Closed
scabug opened this issue Jul 13, 2015 · 2 comments
Closed

Scala runner -Ylog-classpath sees double #9396

scabug opened this issue Jul 13, 2015 · 2 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Jul 13, 2015

Apparently, it was always like this:

$ ../scala-2.10.4/bin/scala -Ylog-classpath hello.Main
Classpath built from (-d = . -Ylog-classpath = true)
Defaults: object Defaults {
[snip]
After java boot/extdirs classpath has 1 entries:
  directory classpath: .
Classpath built from (-d = . -Ylog-classpath = true)
Defaults: object Defaults {
[could I see that again?]
After java boot/extdirs classpath has 1 entries:
  directory classpath: .
hello, world.

The runner builds the class path once to see if it has something to run, and a second time to run it.

@scabug
Copy link
Author

scabug commented Jul 13, 2015

Imported From: https://issues.scala-lang.org/browse/SI-9396?orig=1
Reporter: @som-snytt
Affected Versions: 2.12.0-M1

@scabug
Copy link
Author

scabug commented Jul 13, 2015

@som-snytt said:
scala/scala#4627

@scabug scabug closed this as completed Jul 16, 2015
@scabug scabug added the quickfix label Apr 7, 2017
@scabug scabug added this to the 2.12.0-M3 milestone Apr 7, 2017
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

No branches or pull requests

2 participants