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

bugfix: Export runtime jars correctly from sbt #2195

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Nov 16, 2023

Previously, we would not save runtime jars which could lead to users not being able to run their programs.

Now, we export runtime classpath properly from sbt.

Related to #1606 though I want to check out if it will also work via DAP

@tgodzik tgodzik requested a review from adpi2 November 16, 2023 18:04
@tgodzik
Copy link
Contributor Author

tgodzik commented Nov 16, 2023

Looks like tests are discovered from runtime classpath and the changes break things. Will take a look tomorrow.

@tgodzik tgodzik force-pushed the add-runtime branch 2 times, most recently from 405b94f to f67df04 Compare November 17, 2023 14:35
Copy link
Member

@adpi2 adpi2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Apart from the deprecated in syntax.

Previously, we would not save runtime jars which could lead to users not being able to run their programs.

Now, we export runtime classpath properly from sbt.

Related to scalacenter#1606 though I want to check out if it will also work via DAP
@tgodzik tgodzik merged commit cfc8328 into scalacenter:main Nov 21, 2023
17 checks passed
@tgodzik tgodzik deleted the add-runtime branch November 21, 2023 14:48
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.

2 participants