Skip to content

don't disable all scalacOptions, only Ysafe-init and Xcheck-macros #18268

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
merged 1 commit into from
Jul 24, 2023

Conversation

olhotak
Copy link
Contributor

@olhotak olhotak commented Jul 22, 2023

In the community build runner, comments for the shapeless and protoquill projects say to disable the Ysafe-init and Xcheck-macros options, but the implementation disables all scalacOptions. This change makes the implementation match the comments.

Also, the comment for protoquill incorrectly stated that Ysafe-init needs to be disabled due to a buggy macro. The project works fine with Ysafe-init, but the buggy macro requires Xcheck-macros disabled.

…ck-macros

In the community build runner, comments for the shapeless and protoquill
projects say to disable the Ysafe-init and Xcheck-macros options, but
the implementation disables all scalacOptions. This change makes the
implementation match the comments.

Also, the comment for protoquill incorrectly stated that Ysafe-init
needs to be disabled due to a buggy macro. The project works fine with
Ysafe-init, but the buggy macro requires Xcheck-macros disabled.
@olhotak olhotak self-assigned this Jul 22, 2023
@olhotak olhotak requested review from ckipp01 and julienrf July 22, 2023 13:27
Copy link
Member

@ckipp01 ckipp01 left a comment

Choose a reason for hiding this comment

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

Thanks!

@ckipp01 ckipp01 merged commit b94f7ec into scala:main Jul 24, 2023
@ckipp01 ckipp01 deleted the comm-build-scalacoptions branch July 24, 2023 07:03
Kordyjan added a commit that referenced this pull request Dec 8, 2023
…-macros" to LTS (#19129)

Backports #18268 to the LTS branch.

PR submitted by the release tooling.
[skip ci]
@Kordyjan Kordyjan added this to the 3.3.2 milestone Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants