X Tutup
Skip to content

feat(dart/transform): Avoid print in transformer code.#7855

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

feat(dart/transform): Avoid print in transformer code.#7855
kegluneq wants to merge 1 commit intoangular:masterfrom
kegluneq:remove_print

Conversation

@kegluneq
Copy link
Copy Markdown

Replace direct uses of print in the transformer with explicit uses of
stderr.

Add a few @OverRide annotations for clarification of other print
implementations.

Clarify error message on incorrect custom_annotations value.

Replace direct uses of `print` in the transformer with explicit uses of
stderr.

Add a few @OverRide annotations for clarification of other `print`
implementations.

Clarify error message on incorrect custom_annotations value.
@kegluneq kegluneq added feature Label used to distinguish feature request from other issues comp: dart-transformer action: review The PR is still awaiting reviews from at least one requested reviewer labels Mar 31, 2016
@jakemac53
Copy link
Copy Markdown
Contributor

lgtm

@jakemac53 jakemac53 added pr_state: LGTM and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Mar 31, 2016
@jakemac53 jakemac53 assigned kegluneq and unassigned jakemac53 Mar 31, 2016
@kegluneq kegluneq added the action: merge The PR is ready for merge by the caretaker label Mar 31, 2016
@mary-poppins
Copy link
Copy Markdown

Merging PR #7855 on behalf of @alxhub to branch presubmit-alxhub-pr-7855.

@mhevery mhevery closed this in e310bee Apr 6, 2016
@kegluneq kegluneq deleted the remove_print branch April 7, 2016 18:25
@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 feature Label used to distinguish feature request from other issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup