X Tutup
Skip to content

fix(dart/transform): Ensure template codegen is completed sync#6603

Closed
kegluneq wants to merge 1 commit intoangular:masterfrom
kegluneq:fix_async
Closed

fix(dart/transform): Ensure template codegen is completed sync#6603
kegluneq wants to merge 1 commit intoangular:masterfrom
kegluneq:fix_async

Conversation

@kegluneq
Copy link
Copy Markdown

Previously, template codegen was done asynchronously, which could result
in reflector state being overwritten and leading to compile errors.

Update the codegen to run synchronously to ensure this does not happen.

Previously, template codegen was done asynchronously, which could result
in reflector state being overwritten and leading to compile errors.

Update the codegen to run synchronously to ensure this does not happen.
@kegluneq kegluneq added type: bug/fix action: review The PR is still awaiting reviews from at least one requested reviewer labels Jan 21, 2016
@usernamealreadyis usernamealreadyis mentioned this pull request Jan 21, 2016
Closed
@yjbanov yjbanov added pr_state: LGTM and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Jan 22, 2016
@kegluneq kegluneq added the action: merge The PR is ready for merge by the caretaker label Jan 22, 2016
@kegluneq kegluneq assigned rkirov and unassigned yjbanov Jan 22, 2016
@mary-poppins
Copy link
Copy Markdown

Merging PR #6603 on behalf of @rkirov to branch presubmit-rkirov-pr-6603.

@mhevery mhevery closed this in 5f0baaa Jan 26, 2016
@kegluneq kegluneq deleted the fix_async branch February 3, 2016 00:45
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker cla: yes type: bug/fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup