Skip to content
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

fix(dart/reflection): Fix NoReflectionCapabilities interface #5578

Closed
wants to merge 1 commit into from

Conversation

kegluneq
Copy link

@kegluneq kegluneq commented Dec 3, 2015

Make NoReflectionCapabilities conform to the PlatformReflectionCapbilities
api, which prevents some confusing error messages.

Closes #5559

@yjbanov yjbanov added pr_state: LGTM action: merge The PR is ready for merge by the caretaker labels Dec 3, 2015
@jelbourn
Copy link
Member

jelbourn commented Dec 3, 2015

@kegluneq is the failure on Travis legitimate?

@kegluneq
Copy link
Author

kegluneq commented Dec 3, 2015

Yes and no 😃
This technically is a change to the public api, but in this case I believe the test is just out of date. I'll update it and check with @tbosch

@kegluneq kegluneq removed the action: merge The PR is ready for merge by the caretaker label Dec 3, 2015
Make `NoReflectionCapabilities` conform to the `PlatformReflectionCapbilities`
api, which prevents some confusing error messages.

Closes angular#5559
@kegluneq kegluneq force-pushed the dart_fix_reflection branch from 7c23188 to 238357a Compare December 3, 2015 19:33
@kegluneq kegluneq assigned tbosch and unassigned yjbanov Dec 3, 2015
@tbosch
Copy link
Contributor

tbosch commented Dec 3, 2015

Looks good regarding public api change

@kegluneq kegluneq added the action: merge The PR is ready for merge by the caretaker label Dec 3, 2015
@kegluneq kegluneq assigned jelbourn and unassigned tbosch Dec 3, 2015
@kegluneq
Copy link
Author

kegluneq commented Dec 3, 2015

Thanks @tbosch , @jelbourn this is now ready.

@mary-poppins
Copy link

Merging PR #5578 on behalf of @jelbourn to branch presubmit-jelbourn-pr-5578.

@kegluneq kegluneq closed this in 0a3a17f Dec 3, 2015
@kegluneq kegluneq deleted the dart_fix_reflection branch December 3, 2015 22:47
@angular-automatic-lock-bot
Copy link

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.

APIs do not agree: ReflectionCapabilities & NoReflectionCapabilities
6 participants