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

Fix parser debug helpers #10741

Merged
merged 3 commits into from
Aug 15, 2024
Merged

Fix parser debug helpers #10741

merged 3 commits into from
Aug 15, 2024

Conversation

jjonescz
Copy link
Member

The debugger display of ParserContext was modifying state, this should fix it. There was also one unused method (it's weird we don't get an analyzer warning for that, but I wasn't able to make that work, so I've removed just that one method manually for now).

@jjonescz jjonescz added the area-compiler Umbrella for all compiler issues label Aug 15, 2024
@jjonescz jjonescz marked this pull request as ready for review August 15, 2024 14:47
@jjonescz jjonescz requested a review from a team as a code owner August 15, 2024 14:47
@jjonescz jjonescz enabled auto-merge (squash) August 15, 2024 16:50
@jjonescz jjonescz merged commit db5a78f into dotnet:main Aug 15, 2024
12 checks passed
@jjonescz jjonescz deleted the ParserDebug branch August 15, 2024 16:53
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Aug 15, 2024
@dibarbet dibarbet modified the milestones: Next, 17.12 P2 Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-compiler Umbrella for all compiler issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants