Skip to content

[fix] inspect builtin#6029

Merged
kares merged 1 commit intojruby:masterfrom
ahorek:inspect
Jan 12, 2020
Merged

[fix] inspect builtin#6029
kares merged 1 commit intojruby:masterfrom
ahorek:inspect

Conversation

@ahorek
Copy link
Contributor

@ahorek ahorek commented Jan 12, 2020

MRI

FFI::Type::Builtin::FLOAT
=> #<FFI::Type::Builtin:FLOAT32 size=4 alignment=4>
FFI::Type::Builtin::FLOAT.to_s
=> "#<FFI::Type::Builtin:0x0000000003b0d918>"

jruby

FFI::Type::Builtin::FLOAT
#<FFI::Type::Builtin:0x60e67c06>
FFI::Type::Builtin::FLOAT.to_s
"#<FFI::Type::Builtin:FLOAT size=4 alignment=4>"

jruby + patch

FFI::Type::Builtin::FLOAT
"#<FFI::Type::Builtin:FLOAT size=4 alignment=4>"
FFI::Type::Builtin::FLOAT.to_s
#<FFI::Type::Builtin:0x60e67c06>

@kares kares merged commit c87c145 into jruby:master Jan 12, 2020
@kares kares added this to the JRuby 9.2.10.0 milestone Jan 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants