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

Traverse annotations instead of just registering, fixes #16877 #16956

Merged
merged 2 commits into from
Feb 18, 2023

Conversation

PaulCoral
Copy link
Contributor

@PaulCoral PaulCoral commented Feb 18, 2023

@szymon-rd Fixes #16877

  • Traverse the tree of annotations
  • Update test suits

The issue is that the annotation was registered but not traversed.

@szymon-rd szymon-rd merged commit 7c9c72a into scala:main Feb 18, 2023
@Kordyjan Kordyjan added the backport:accepted This PR needs to be backported, once it's been backported replace this tag by "backport:done" label Apr 14, 2023
@Kordyjan Kordyjan added backport:done This PR was successfully backported. and removed backport:accepted This PR needs to be backported, once it's been backported replace this tag by "backport:done" labels Apr 17, 2023
@PaulCoral PaulCoral deleted the fix/wunused/annotations branch June 8, 2023 19:49
@Kordyjan Kordyjan modified the milestones: 3.3.1, 3.3.0 Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:done This PR was successfully backported.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

-Wunused gives warnings to values used in annotations
3 participants