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

Backport "fix(#16610): warn ignored Scaladoc on multiple enum cases" to LTS #20983

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

WojciechMazur
Copy link
Contributor

Backports #19555 to the LTS branch.

PR submitted by the release tooling.
[skip ci]

close #16610 

Before this commit, the compiler ignored Scaladoc comment on multiple
enum cases without warning.

This is partly expected because the case to which the doc is attached is
ambiguous, but we should at least warn users that the comment is ignored
by compiler due to ambiguity and they should take an action if they want
the doc to be displayed.
[Cherry-picked 11a6f0a][modified]
Base automatically changed from lts-19906 to lts-3.3 July 3, 2024 08:38
@WojciechMazur
Copy link
Contributor Author

No regressions detected in the community build up to lts-19921.

Reference

@WojciechMazur WojciechMazur merged commit 02ea1d8 into lts-3.3 Jul 3, 2024
19 checks passed
@WojciechMazur WojciechMazur deleted the lts-19555 branch July 3, 2024 08:38
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.

1 participant