Charles Oliver Nutter
Charles Oliver Nutter
I see now the most recent CI runs for JRuby don't even manage to run the tests. Something fails along the way in Bundler. Here is a JRuby build showing...
Note the ractor tests do not show up in the link above, but when I update JRuby's local copy of the psych tests (which includes the new ractor tests) they...
FIled https://bitbucket.org/asomov/snakeyaml/issues/503/comment-handling-causes-deferred-emit
Patch that would fix the tests in question: ```diff diff --git a/test/mri/psych/json/test_stream.rb b/test/mri/psych/json/test_stream.rb index 90a770c1b7..5abd2a538d 100644 --- a/test/mri/psych/json/test_stream.rb +++ b/test/mri/psych/json/test_stream.rb @@ -27,26 +27,31 @@ module Psych def test_null @stream.push(nil) +...
@asomov I will check it out, thank you!
Using a snapshot build of snakeyaml 1.29 does appear to fix the delayed output. I will work with the maintainers to try to get a release we can use.
@hsbt @tenderlove If we can get a release of SnakeYAML 1.29, would it be possible to push an updated 3.3 release? The changes in 4.0 are a bit too drastic...
@tenderlove Thank you!
I'm not sure if or how I screwed up verifying the snapshot, but the released SnakeYAML 1.29 does *not* appear to fix my issue. It still appears to defer output...
In the SnakeYAML issue listed above I identified a test that **would** show the broken behavior, but it was patched to work around the issue. Hopefully they will be able...