Thomas E Enebo
Thomas E Enebo
@RamyaSaba Looks like this did it: https://github.com/jruby/jruby/pull/8071
"No longer fails anywhere except [JRuby 9.2.17](https://github.com/slonopotamus/jruby-windows-rakefile/runs/6175682924?check_suite_focus=true#step:4:18), but as was already discussed, that was https://github.com/jruby/jruby/issues/6648." I guess I am confused by this sentence. You show only 9.2.17.0 failing but newer...
We currently have no plans to put out a 9.2.22.0 so this likely will target 9.3 (if it is also broken) or 9.4. I still targeted 9.2 anyways since we...
@slonopotamus ok. One other question: Is the bundler being used the same version as the 9.2.16.0 one? The standout for me is with windows you cannot manipulate files across threads/processes...
method_missing is issuing this but the #{name} processing must not be emitting a linenum instr. I think. Also affects 9.4.x
@DmitrySoshnikov I was just starting with an example from your repo (C# loc was starting point). In the long run I am not very interested in the lexer piece of...
@DmitrySoshnikov I will follow those step by step and let you know but I gave instructions and file with what I used above and they are not much different. I...
Wacky. I don't get it ... it now works. All the inner class stuff does not seem to be issue. I am fairly confused now. My only thought was I...
@gluester you can work around this by adding an alias back for exists?.
This is obviously ancient (sorry about that) yet still makes an interesting suggestion. The code highlighted is: ```java public OnigResult Search(OnigString str, int position) { if (lastSearchStrUniqueId == str.uniqueId() &&...