Charles Oliver Nutter
Charles Oliver Nutter
FWIW I am guessing these config fields were added with the intent being that they'd eventually be configurable (otherwise why bother hardcoding them to false), so this would be a...
Anyone want to attempt a PR to add configuration items for these constants? It wouldn't be difficult since we already have some logic for configuration.
I'm not familiar with the differences in the ECMAScript support in Joni but perhaps @lopex will have something more to say? It might be worth us digging up some ECMAScript...
Yes, if the Java dialect does not match Java pattern behavior, we should fix that.
Hmmm I would have expected that to work. Trying locally.
Ok, so a bit of background here. The original intent of the interruptibility was to ensure long-running regular expressions could be stopped. By long running here we mean things like...
This looks like a decent change! We were discussing on the JRuby matrix how to fix this, and I believe a similar fix was suggested. @lopex What do you think?
Note that in the past year we did add the ability to interrupt joni when it's stuck looping on bad input (or just large input/slow regex). @haozhun Can you propose...
We would like to help support JRuby support here. What is involved? What is the issue with continuing support?
I took a quick look and it appears all ten failures are the same issue, something preventing it from finding the Gemfile. Hopefully I can try to run this locally...