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

fix(template_cache_generator): support traversal of partial files #663

Closed
wants to merge 1 commit into from

Conversation

tfortes
Copy link
Contributor

@tfortes tfortes commented Mar 1, 2014

Closes #662

@tfortes tfortes added cla: yes and removed cla: no labels Mar 1, 2014
@@ -119,6 +119,14 @@ class TemplateCollectingVisitor {
this.sourceCrawler);

call(CompilationUnitElement cue, String srcPath) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I would add void return type here

@vicb
Copy link
Contributor

vicb commented Mar 3, 2014

Please make sure to follow commit comments guidelines described in https://github.com/angular/angular.dart/blob/master/CONTRIBUTING.md

LGTM

@vicb vicb self-assigned this Mar 3, 2014
@vicb vicb added this to the v0.9.9 milestone Mar 3, 2014
@vicb vicb removed their assignment Mar 3, 2014
@tfortes
Copy link
Contributor Author

tfortes commented Mar 3, 2014

I updated the title a bit. Don't know if it's enough to follow the guidelines, but it looks kind-of like other pull requests I think... Feedback appreciated!

@vicb
Copy link
Contributor

vicb commented Mar 3, 2014

you should update the commit comments rather than the PR title, also you can squash both commits:

fix(template_cache_generator): support traversal of partial files

Fixes #662

Thanks

@tfortes
Copy link
Contributor Author

tfortes commented Mar 3, 2014

OK, better now?

@vicb
Copy link
Contributor

vicb commented Mar 3, 2014

👍

@jbdeboer
Copy link
Contributor

jbdeboer commented Mar 5, 2014

Landed as f918d4d, thank you!

@jbdeboer jbdeboer closed this Mar 5, 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.

template-cache-generator doesn't support partial files
3 participants