Skip to content

Mustachio: Fix multi-name keys and other bugs encountered so far. #2452

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

Merged
merged 2 commits into from
Dec 9, 2020

Conversation

srawlins
Copy link
Member

@srawlins srawlins commented Dec 9, 2020

Janice noticed there were a lot of null(...) snippets in the generated renderers. I've guarded against it and written a TODO.

Also, additional tests of runtime behavior uncovered that getProperties was unsound at runtime; it results in failed attempts to cast (Object) => Object to (Foo) => Object, etc. renderVariable solves this runtime bug.

@google-cla google-cla bot added the cla: yes Google CLA check succeeded. label Dec 9, 2020
@srawlins srawlins requested a review from jcollins-g December 9, 2020 02:57
@srawlins srawlins merged commit 6d042f5 into dart-lang:master Dec 9, 2020
@srawlins srawlins deleted the mustachio-9 branch December 9, 2020 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA check succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants