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 getObject failure on record class. #2063

Merged
merged 4 commits into from
Apr 3, 2023

Conversation

annagrin
Copy link
Contributor

We used DDC's RecordType representation to create a classRef for records, resulting in non-existing class ids like 'classes|dart:core|(bool, int)', and caused a subsequent failure to create the class object in chromeProxyService.getObject call.

Use a class ref for the base record class instead: 'classes|dart:core|Record'.

Closes: #2062

@annagrin annagrin requested a review from elliette March 31, 2023 18:20
@elliette elliette merged commit 2e6e1b6 into dart-lang:master Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in record evaluation
2 participants