X Tutup
Skip to content

fix(dart/payload): Fix runtime error in hello_world payload app#7358

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

fix(dart/payload): Fix runtime error in hello_world payload app#7358
kegluneq wants to merge 1 commit intoangular:masterfrom
kegluneq:payload_native_element_fix

Conversation

@kegluneq
Copy link
Copy Markdown

@kegluneq kegluneq commented Mar 1, 2016

The hello_world app used to measure Dart payload size was broken by a
change in
7ae23ad.

This breakage does not materially affect the size of the generated code,
(before fix: 298819, after fix: 298825), and since it was a runtime
error it was not noticed & not a problem.

Update the app to work again.

The hello_world app used to measure Dart payload size was broken by a
change in
angular@7ae23ad.

This breakage does not materially affect the size of the generated code,
(before fix: 298819, after fix: 298825), and since it was a runtime
error it was not noticed & not a problem.

Update the app to work again.
@kegluneq kegluneq added type: bug/fix comp: dart-transformer action: review The PR is still awaiting reviews from at least one requested reviewer labels Mar 1, 2016
@tbosch tbosch added pr_state: LGTM and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Mar 1, 2016
@kegluneq kegluneq added the action: merge The PR is ready for merge by the caretaker label Mar 1, 2016
@kegluneq kegluneq assigned vsavkin and unassigned tbosch Mar 1, 2016
@kegluneq
Copy link
Copy Markdown
Author

kegluneq commented Mar 1, 2016

cc: @jakemac53

@mary-poppins
Copy link
Copy Markdown

Merging PR #7358 on behalf of @vsavkin to branch presubmit-vsavkin-pr-7358.

@mhevery mhevery closed this in eeb594c Mar 1, 2016
@kegluneq kegluneq deleted the payload_native_element_fix branch March 7, 2016 18:22
@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 8, 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