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 for printing help from scala compiler without passing any sources #1052

Merged
merged 11 commits into from
Jun 1, 2022

Conversation

Gedochao
Copy link
Contributor

Fixes #753

- fill in missing explicit type annotations
- remove unnecessary brackets
- SimpleJavaCompiler
- SimpleScalaCompiler
- ScalacLikeCommand
@Gedochao Gedochao marked this pull request as ready for review May 30, 2022 10:23
- move `maybePrintSimpleScalacOutput` back to `ScalaCommand`
- remove ScalacLikeCommand trait
- remove the `-X` alias for cross-compilation
- remove unnecessary exit status code verification in Run command ITs
@Gedochao Gedochao merged commit 8381e63 into VirtusLab:main Jun 1, 2022
@Gedochao Gedochao deleted the scalac-help branch June 1, 2022 06:32
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.

Support for printing help from scala compiler
2 participants