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

scalap doesn't include . in cp by default #6669

Closed
scabug opened this issue Nov 14, 2012 · 2 comments
Closed

scalap doesn't include . in cp by default #6669

scabug opened this issue Nov 14, 2012 · 2 comments

Comments

@scabug
Copy link

scabug commented Nov 14, 2012

15:46 ~/Projects/Kepler_snippet01/build/pack/bin (topic/snippet01)$
cat Test.scala
package foo

class C
15:46 ~/Projects/Kepler_snippet01/build/pack/bin (topic/snippet01)$ ./
scalac Test.scala
15:46 ~/Projects/Kepler_snippet01/build/pack/bin (topic/snippet01)$ ./
scalap foo.C
class/object foo.C not found.

In Scala 2.9.2 working directory is included in classpath by default. Therefore it's a regression.

@scabug
Copy link
Author

scabug commented Nov 14, 2012

Imported From: https://issues.scala-lang.org/browse/SI-6669?orig=1
Reporter: @xeno-by
Assignee: @JamesIry
Affected Versions: 2.10.0

@scabug
Copy link
Author

scabug commented Jan 31, 2013

@JamesIry said:
scala/scala#2031

@scabug scabug closed this as completed Jan 31, 2013
@scabug scabug added this to the 2.10.1 milestone Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant