-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[Wildcard Variables] Web debugging support #55752
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
Comments
One potential work item that came up from the discussion between the VM and CFE team this afternoon
It is possible something similar would be needed on the web side too. |
@kallentu |
Noted. Haven't changed CFE to have unique lowered names yet. I'll comment on this issue again when I make progress. |
The CL that lowers wildcard variable names into unique names 1d52761 has now been submitted. https://github.com/dart-lang/sdk/blob/main/pkg/front_end/lib/src/kernel/wildcard_lowering.dart are where the wildcard predicates and name conversions are located. These predicates are exported by https://github.com/dart-lang/sdk/blob/main/pkg/front_end/lib/src/api_prototype/lowering_predicates.dart so you should get them if you already import this file. |
Let me know if you need anything else or anything should be changed. Happy to do so. Otherwise, CFE implementation is complete and ready for any web debugging work. |
This issue tracks the web debugging support needed for the wildcards feature.
References
Originally posted by @sigmundch in #55751
cc. @nshahan @bkonyi
The text was updated successfully, but these errors were encountered: