Satshabad Khalsa

Results 10 comments of Satshabad Khalsa

Just tried that out. No difference. foo() and bar() are just words in those strings. I was thinking it was a hoisting bug as well, but I can't see it....

well in the test call the two values are expected = `'var __t0 = foo();\n\nwhile (__t0 < 1) {\n bar();\n var __t0 = foo();\n}'` and ouput of deparse(tatifyWhile()) =`'while (__t0...

I am writing some code to turn every statement in a JS file into three address code (TAC) form as part of a larger project creating an aspect oriented programming...

Hmmm, just tried it and there was no difference. It was the same output but in a different format. It couldn't be the way that nodeunit deals with multi line...

How is this looking?

Ah, sorry about that. For some reason the right methods are not being called when I expect them to be called. I'll have to investigate more, but here's a quick...

@dbr, @myusuf3 Is there a reason it's not a good idea to create a dummy account for testing? It seems like as long as the test repos and issues are...

Is this kind of what you are thinking? I am having trouble wrapping my head around mocks, especially since so much of the code deals with the file/config system and...

OK I've learned a ton in the past few days. I think a combination of stubs and mocks will suffice for the tests. Now the question I have is: **What...

No worries. I submitted a pull request so perhaps some other can also look at the code as well. Definitely not ready, but it's in the style of early/often review.