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

Support .jar files in -d option #2804

Open
Florian3k opened this issue Mar 15, 2024 · 0 comments
Open

Support .jar files in -d option #2804

Florian3k opened this issue Mar 15, 2024 · 0 comments
Labels
enhancement New feature or request scalac compatibility Issues tied with compatibility with the scalac (compiler) command.

Comments

@Florian3k
Copy link

scalac allows putting .jar files in -d option.
Invokingscalac file.scala -d foo.jar creates foo.jar file.
scala-cli compile file.scala -d foo.jar creates foo.jar folder instead.
I'd expect the same behavior of those two commands.

@Florian3k Florian3k added the enhancement New feature or request label Mar 15, 2024
@Gedochao Gedochao added the scalac compatibility Issues tied with compatibility with the scalac (compiler) command. label Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request scalac compatibility Issues tied with compatibility with the scalac (compiler) command.
Projects
None yet
Development

No branches or pull requests

2 participants