-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Update Regex source generator to use new GetBestTypeByMetadataName method #59778
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
Conversation
|
Tagging subscribers to this area: @eerhardt, @dotnet/area-system-text-regularexpressions Issue Detailscc: @steveharter
|
danmoseley
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add a test/ extend an existing test?
78ae90f to
0eb0e04
Compare
I added one. |
...pressions/tests/System.Text.RegularExpressions.Generators.Tests/RegexGeneratorParserTests.cs
Outdated
Show resolved
Hide resolved
b5d8dad to
5e13b0e
Compare
eerhardt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
5e13b0e to
8b26914
Compare
|
@lewing, the Browser wasm AOT leg here is deterministically timing out / getting killed while compiling this test assembly. What should I do? |
We saw a similar thing in the STJ source generator as well. See #59042 (comment). But that was recently re-enabled with https://github.com/dotnet/runtime/pull/59396/files. cc @radical |
8b26914 to
e50a68d
Compare
|
Thanks, @eerhardt. I opened an issue to track it and added a commit to suppress the tests. |
cc: @steveharter