forked from VirtusLab/scala-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Build info with compute version #4
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3a9f0a2
to
532c183
Compare
532c183
to
3224e52
Compare
171e759
to
114680d
Compare
80b7bb5
to
6ecf541
Compare
…usLab#2305) * Prevent download a Java 17 when running a REPL without sources * Add integration test
Resolve semanticDB for older scala version
6ecf541
to
c8f4974
Compare
* Update scalafmt-cli_2.13, scalafmt-core to 3.7.11 * Update reference doc --------- Co-authored-by: Łukasz Wroński <[email protected]>
* Update bloop-rifle_2.13 to 1.5.9-sc-1 * Fix unit test after dump bloop-core. --------- Co-authored-by: Łukasz Wroński <[email protected]>
92cb34e
to
ce53262
Compare
* Add java.properties key into config * sclicheck: remove config file for clear command * Ask user to confirm when change value for key * Load java properties into ScalaCli from config * Add docs
ce53262
to
5743346
Compare
* Fix - remove backslash which causes `RUN` to be passed as an argument to scala-cli * Fix - install `ps`, which is necessary for starting Bloop. * Increase timeout for bloop startup
5743346
to
37d25da
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Continuation of VirtusLab#2249