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

[BUG] Starting with sdk 8.0.407 compiler emits branchpoints that aren't excluded by the CecilSymbolHelper #1741

Closed
daveMueller opened this issue Mar 28, 2025 · 0 comments · Fixed by #1745
Assignees
Labels
bug Something isn't working with repro Issue with repro

Comments

@daveMueller
Copy link
Collaborator

Describe the bug
Starting with sdk 8.0.407 compiler emits branchpoints that aren't excluded by the CecilSymbolHelper for await using state machines. The unit tests for this in the CecilSymbolHelperTests start failing after using the sdk 8.0.407.

To Reproduce
Install sdk 8.0.407 and execute CecilSymbolHelperTests.

Expected behavior
All tests pass.

Actual behavior
Some tests are failing.

Configuration (please complete the following information):

  • sdk 8.0.407
  • debug configuration

Additional context
Failing build can be seen here: #1740

@github-actions github-actions bot added the untriaged To be investigated label Mar 28, 2025
@daveMueller daveMueller self-assigned this Mar 28, 2025
@daveMueller daveMueller added bug Something isn't working with repro Issue with repro and removed untriaged To be investigated labels Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working with repro Issue with repro
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant