Trevor Menagh
Trevor Menagh
Oh my gosh, that worked. Thank you so much, madprog!
I got this to work by adding the [MinGW zlib dev files](https://sourceforge.net/projects/mingw/files/MinGW/Extension/zlib/zlib-1.2.7-1/) (in libz-1.2.7-1-mingw32-dev.tar.lzma) to the `C:\RailsInstaller\DevKit\mingw` directory. Once I had those in place (in the lib and include directories),...
Currently the rhino-reporter is generating text. It is generated here: https://github.com/trevmex/EnvJasmine/blob/master/lib/jasmine-rhino-reporter/jasmine-rhino-reporter.js If you let me know what format you would like the XML in, I'd be happy to create a...
For what it is worth, I have confirmed this is occurs in the current JRuby 9000 (master branch).
This isn't specific to IRB. If you run this in MRI: ``` ruby -e 'while true; return 1; end' ``` You get: ``` -e:1:in `': unexpected return (LocalJumpError) ``` But...