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

Improve diagnostics for macro annotated members #64

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Conversation

rauhul
Copy link
Collaborator

@rauhul rauhul commented Jan 10, 2024

Updates the emitted error for members missing a macro annotation to include fix its. If a member can be annotated with more than one macro, a fix it to insert each macro will be emitted.

Removes dead code to emit an unused old diagnostic.

Fixes a bug where Register.unsafeAddress was declared as a let instead of a var.

Updates the emitted error for members missing a macro annotation to
include fix its. If a member can be annotated with more than one macro,
a fix it to insert each macro will be emitted.

Removes dead code to emit an unused old diagnostic.
@rauhul rauhul merged commit 2a98602 into main Jan 10, 2024
@rauhul rauhul deleted the insert-macro-fixme branch January 10, 2024 22:46
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.

None yet

1 participant