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

fixing error formatting for generic attribute missing errors #69735

Merged
merged 5 commits into from
Aug 29, 2023

Conversation

kinkeadian25
Copy link
Contributor

@kinkeadian25 kinkeadian25 commented Aug 27, 2023

Hi, added a check on arity in the construction of the message.

Hopefully as I get more and more comfortable, I can have everything necessary added each PR. Stoked to be back working on Roslyn! Please let me know any changes I need to make to this.

Closes #69700

@kinkeadian25 kinkeadian25 requested a review from a team as a code owner August 27, 2023 17:16
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Aug 27, 2023
@ghost ghost added the Community The pull request was submitted by a contributor who is not a Microsoft employee. label Aug 27, 2023
@kinkeadian25
Copy link
Contributor Author

kinkeadian25 commented Aug 27, 2023

@dotnet-policy-bot agree

@jcouv
Copy link
Member

jcouv commented Aug 28, 2023

Thanks for looking at this recently opened issue so quickly :-)

Copy link
Member

@jcouv jcouv left a comment

Choose a reason for hiding this comment

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

Done with review pass (iteration 3)

@jcouv jcouv self-assigned this Aug 28, 2023
@kinkeadian25
Copy link
Contributor Author

kinkeadian25 commented Aug 29, 2023

Thanks for looking at this recently opened issue so quickly :-)

@jcouv thanks for the quick review, I definitely agree with all of it. Sorry it took a bit; I was at work!

@kinkeadian25 kinkeadian25 requested a review from jcouv August 29, 2023 00:53
@kinkeadian25 kinkeadian25 requested a review from jcouv August 29, 2023 03:40
Copy link
Member

@jcouv jcouv left a comment

Choose a reason for hiding this comment

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

Done with review pass (iteration 5)

Copy link
Member

@jcouv jcouv left a comment

Choose a reason for hiding this comment

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

LGTM Thanks (iteration 5)

@jcouv
Copy link
Member

jcouv commented Aug 29, 2023

@dotnet/roslyn-compiler for another review. Thanks

@333fred 333fred merged commit 32c34e9 into dotnet:main Aug 29, 2023
@333fred
Copy link
Member

333fred commented Aug 29, 2023

Thanks @kinkeadian25!

@ghost ghost added this to the Next milestone Aug 29, 2023
@kinkeadian25
Copy link
Contributor Author

Thanks @kinkeadian25!

Thank you for posting the issue @333fred!! Cool to get a compiler issue done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Community The pull request was submitted by a contributor who is not a Microsoft employee. untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect error formatting for generic attribute missing errors
5 participants