Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

fix(application_factory): add missing @MirrorsUsed targets #911

Closed
wants to merge 1 commit into from

Conversation

blois
Copy link
Contributor

@blois blois commented Apr 16, 2014

A couple of types were missing for @MirrorsUsed when compiling with dart2js and using the dynamic app.

This addresses the question at:
https://groups.google.com/forum/#!topic/angular-dart/DMJZ8fX9oqA

Note that this only appears in the examples if the @MirrorsSyntax is being used:
@MirrorsUsed(
targets: const [ 'Item' ],
override: '*')
import 'dart:mirrors';

This impacts people using the previous syntax who have not (or are not) migrated to transformers.

@blois blois added cla: yes and removed cla: no labels Apr 16, 2014
@vicb
Copy link
Contributor

vicb commented Apr 16, 2014

Great!

Could you please rewrite the commit comment according to https://github.com/angular/angular.dart/blob/master/CONTRIBUTING.md#commit

@blois blois changed the title Adding missing @MirrorsUsed targets fix(application_factory): Adding missing @MirrorsUsed targets Apr 16, 2014
@blois blois changed the title fix(application_factory): Adding missing @MirrorsUsed targets fix(application_factory): add missing @MirrorsUsed targets Apr 16, 2014
@blois
Copy link
Contributor Author

blois commented Apr 16, 2014

Ah! Hadn't seen that, thanks for pointing it out. I think it's in-sync with the guidelines now.

@vicb
Copy link
Contributor

vicb commented Apr 16, 2014

now ? have you forgotten to (force) push. Should be like "fix(dynamicApp): ..."

A couple of types were missing for @MirrorsUsed when compiling with dart2js and using the dynamic
app.
@blois blois closed this in b5e835a Apr 17, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

2 participants