Uh oh!
There was an error while loading. Please reload this page.
Conversation
googlebot
commented
Mar 21, 2016
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
jkuri
commented
Mar 21, 2016
Cool! I will close mine PR but leave local branch if you find anything useful. |
85414a2 to
3e4a470Comparefilipesilva
commented
Mar 22, 2016
I went over the changes and it lgtm. Also checked the CI logs and couldn't find any weird stuff. |
filipesilva
commented
Mar 22, 2016
Setting I thought it might be a sign that there's something wrong with manual compilation. Compiling with |
filipesilva
commented
Mar 22, 2016
Running |
| * re-emitted. This primarily affects code that uses `const enum`s, because changing the enum value | ||
| * requires global emit, which can affect many files. | ||
| */ | ||
| class DiffingTSCompiler extends Plugin { |
hansl
commented
Mar 22, 2016
@filipesilva I fixed the bug where |
filipesilva
commented
Mar 22, 2016
Tested and can confirm it's fixed. |
| })); | ||
| // Add all spec files to files. We need this because spec files are their own entry | ||
| // point. | ||
| fs.readdirSync(sourceDir).forEach(function addPathRecursive(name) { |
| this.index(), | ||
| vendorNpmTree, | ||
| thirdPartyJs | ||
| thirdPartyJs, |
There was a problem hiding this comment.
can you remove this please, we are not using it anymore?
2925f7a to
9cc3633Comparehansl
commented
Mar 22, 2016
Also added a test to make sure |
jkuri
commented
Mar 22, 2016
I still need to bug a bit, unfortunately there is still issue when some Btw, you increased performance by 1/3 👍 |
jkuri
commented
Mar 22, 2016
I cannot comment on the lines that are not being changed so I will write fixes here;
Please let me know when you will be done so I can check it. |
hansl
commented
Mar 22, 2016
Fixed what I think were all bugs. Please take another look. @alxhub: could you take a look at the SWManifest? I stopped reading the manifest file and instead keep the hash in memory. |
jkuri
commented
Mar 22, 2016
LGTM |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This is the right PR for the broccoli upgrade.
Original was #299.