Gonzalo Diethelm

Results 49 comments of Gonzalo Diethelm

Ok, so now that I have clarified my own mind about this, here is something I would really like to be able to do. Instead of writing this: ```C int...

I am having second thoughts as well. If you feel the change is not beneficial, please feel free to reject it. Also, my apologies for the unintended consequences -- I...

My personal opinion (which carries whatever weight you wish to assign to it :-) ) is that no, this is not worthwhile, because it would bring in a dependency on...

Interesting. Where in the code is this? I would like to take a look. Also, any pointers to docs that discuss error recovery would be welcome! It might also be...

This also reminded me of this (admittedly old) article: https://www.ibm.com/developerworks/autonomic/library/ac-alltimeserver/l-cpdpars.html > But I also found some of the parse results a little bit mystifying: Why succeed in debug mode, but...

Please count this as an endorsement for this PR. Thanks!

Sorry, I use Windows, can't help you here. Maybe post on the 0MQ list?

Can anybody provide a pull request?

FWIW, after working on several languages with good support for testing, my brain is hardwired for this: ```js const got = foo(); const expected = 11; expect(got).toBe(expected); ```

I don't have my laptop right now, but this is excellent!!! Thank you very much, I will take a look at it and let you know how it works for...