Skip to content

"%p" % nil is "nil" on CRuby but "" on TruffleRuby #3846

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

Open
eregon opened this issue May 5, 2025 · 0 comments
Open

"%p" % nil is "nil" on CRuby but "" on TruffleRuby #3846

eregon opened this issue May 5, 2025 · 0 comments
Assignees

Comments

@eregon
Copy link
Member

eregon commented May 5, 2025

From ruby/net-imap#470 (comment)

nevans added a commit to ruby/net-imap that referenced this issue May 8, 2025
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).
nevans added a commit to ruby/net-imap that referenced this issue May 8, 2025
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).
nevans added a commit to ruby/net-imap that referenced this issue May 9, 2025
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).
nevans added a commit to ruby/net-imap that referenced this issue May 13, 2025
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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants