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

Conversation

blois
Copy link

@blois blois commented Apr 4, 2014

Noticed during investigation of #747 that this test was not failing when it should have been, there were two issues-

  • The packages were not being specified for the test, so the expression extractor was skipping all Angular code.
  • The source crawler was not including exported libraries which causes it to incorrectly skip chunks of Angular code.

End result is that the expression list being extracted was a fraction of what it should have been.

@blois blois added cla: yes and removed cla: no labels Apr 4, 2014
blois pushed a commit that referenced this pull request Apr 4, 2014
Noticed that this test was not failing when it should have been, there were two issues-
- The packages were not being specified for the test, so the expression extractor was skipping all Angular code.
- The source crawler was not including exported libraries which causes it to incorrectly skip chunks of Angular code.

End result is that the expression list being extracted was a fraction of what it should have been.

Closes #860
Noticed that this test was not failing when it should have been, there were two issues-
- The packages were not being specified for the test, so the expression extractor was skipping all Angular code.
- The source crawler was not including exported libraries which causes it to incorrectly skip chunks of Angular code.

End result is that the expression list being extracted was a fraction of what it should have been.
@blois blois closed this in fc442f4 Apr 4, 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.

1 participant