Justin Grant

Results 15 comments of Justin Grant

I'm not great at writing unit tests right now in python, so I haven't created a merge request, but I was able to manually test the following code replacement with...

There currently is not, but I'm sure it's not that difficult to add. I didn't realize that Closure was finally getting good about putting out their stable releases. I'll get...

No Worries, I chose the default values to be very strict to help ensure proper coding against the compiler. This is all wrapped up in the "errorLevel" configuration. If you...

Oh, if it helps out, I messed with Maven and it looks like you can use the maven dependency resolution to get the newest version of the closure compiler. I...

You are absolutely right. I put it in the wrong section and it gave me a false positive build. Go me. As for the newest version of the compiler (r1910),...

Yeah, I have been unable to find a way to do that without hard coding every variable as a parameter. That seemed a little obscene. I instead made groups of...

I have now run metrics. It seems that the majority of the time is experiences during the parsing of test results. I sped it up by stopping after 5 bugs...

Sorry on the slow response to this, but I had to dig into old code to find this. Async stuff is a problem for this test case runner. We were...

I love the idea, I just don't know how best to do it. What do you think? Just point it to a directory and then copy the files over? It...

Also, update the FAQ to show this as well