-
Notifications
You must be signed in to change notification settings - Fork 191
Recursive inspect for Data gives StackOverflowError #3847
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
(But the builtin Data fails for other more important reasons that weren't captured directly by the Net::IMAP::DataLite tests. I don't expect |
Ah, never mind about that last comment. I confused myself at some point, while going back and forth between different versions of the code and different ruby engines. There's definitely a StackOverflowError there! |
This should _not_ be merged into main. 😉 It's only temporary, until bugs in TruffleRuby and JRuby are addressed: * jruby/jruby#8829 * oracle/truffleruby#3846 * oracle/truffleruby#3847 The JRuby bug is a showstopper. The TruffleRuby bugs are cosmetic (inspect "nil" vs "") or academic (we never create recursive Data).
This should _not_ be merged into main. 😉 It's only temporary, until bugs in TruffleRuby and JRuby are addressed: * jruby/jruby#8829 * oracle/truffleruby#3846 * oracle/truffleruby#3847 The JRuby bug is a showstopper. The TruffleRuby bugs are cosmetic (inspect "nil" vs "") or academic (we never create recursive Data).
This should _not_ be merged into main. 😉 It's only temporary, until bugs in TruffleRuby and JRuby are addressed: * jruby/jruby#8829 * oracle/truffleruby#3846 * oracle/truffleruby#3847 The JRuby bug is a showstopper. The TruffleRuby bugs are cosmetic (inspect "nil" vs "") or academic (we never create recursive Data).
This should _not_ be merged into main. 😉 It's only temporary, until bugs in TruffleRuby and JRuby are addressed: * jruby/jruby#8829 * oracle/truffleruby#3846 * oracle/truffleruby#3847 The JRuby bug is a showstopper. The TruffleRuby bugs are cosmetic (inspect "nil" vs "") or academic (we never create recursive Data).
From ruby/net-imap#470 (comment)
The text was updated successfully, but these errors were encountered: