Skip to content

Generate only TASTy in stdlib-bootstrapped #17909

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

Merged

Conversation

nicolasstucki
Copy link
Contributor

No description provided.

@nicolasstucki nicolasstucki force-pushed the stdlib-bootstrapped-tasty-only branch 6 times, most recently from 4ac8949 to 22f9089 Compare June 6, 2023 15:04
@nicolasstucki nicolasstucki self-assigned this Jun 8, 2023
@nicolasstucki nicolasstucki force-pushed the stdlib-bootstrapped-tasty-only branch from 22f9089 to 6b7889b Compare July 3, 2023 15:06
@nicolasstucki nicolasstucki marked this pull request as ready for review July 4, 2023 07:55
@nicolasstucki nicolasstucki requested a review from sjrd July 4, 2023 07:55
@nicolasstucki nicolasstucki assigned sjrd and unassigned nicolasstucki Jul 4, 2023
Comment on lines +1084 to +1088
exportJars := true,
Compile / packageBin / mappings := {
(`stdlib-bootstrapped` / Compile / packageBin / mappings).value
.filter(_._2.endsWith(".tasty"))
},
Copy link
Member

Choose a reason for hiding this comment

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

Those settings couldn't go directly in stdlib-boostrapped? Why is this additional project necessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the solution you proposed to be able to test MiMa (classfiles) on stdlib-bootstrapped and also have a jar with TASTy only.

An alternative would be to stop testing MiMa and only rely on TASTy MiMa.

Copy link
Member

Choose a reason for hiding this comment

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

Ah yes, right. That makes sense.

@nicolasstucki nicolasstucki merged commit 5c66d7b into scala:main Jul 4, 2023
@nicolasstucki nicolasstucki deleted the stdlib-bootstrapped-tasty-only branch July 4, 2023 13:01
@Kordyjan Kordyjan added this to the 3.4.0 milestone Dec 20, 2023
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.

3 participants