X Tutup
Skip to content

chore: fix DDC errors/warnings#7195

Closed
mhevery wants to merge 1 commit intoangular:masterfrom
mhevery:ddc
Closed

chore: fix DDC errors/warnings#7195
mhevery wants to merge 1 commit intoangular:masterfrom
mhevery:ddc

Conversation

@mhevery
Copy link
Copy Markdown
Contributor

@mhevery mhevery commented Feb 20, 2016

@mhevery mhevery self-assigned this Feb 20, 2016
@mhevery mhevery force-pushed the ddc branch 20 times, most recently from 67897ac to 2dcf8c5 Compare February 25, 2016 03:57
@mhevery mhevery force-pushed the ddc branch 7 times, most recently from 1db66ed to a929919 Compare March 4, 2016 05:05
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does unimplemented just throw? If so, perhaps just call it instead of returning it? Then you would not need a cast.

Alternatively, declaring it generic should work:

/*=T*/ unimplemented/*<T>*/() { throw "not implemented"; }

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@vsmenon
Copy link
Copy Markdown
Contributor

vsmenon commented Mar 4, 2016

lgtm other than comments above

@mhevery mhevery added pr_state: LGTM action: merge The PR is ready for merge by the caretaker labels Mar 4, 2016
@mhevery mhevery force-pushed the ddc branch 2 times, most recently from 420ceb1 to dce7202 Compare March 5, 2016 00:42
@vikerman
Copy link
Copy Markdown
Contributor

vikerman commented Mar 5, 2016

@mhevery mhevery force-pushed the ddc branch 3 times, most recently from 18cdfc9 to 8fbf418 Compare March 7, 2016 22:06
@mary-poppins
Copy link
Copy Markdown

Merging PR #7195 on behalf of @vikerman to branch presubmit-vikerman-pr-7195.

@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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup