oracle / truffleruby

A high performance implementation of the Ruby programming language, built on GraalVM.
https://www.graalvm.org/ruby/
Other
3.03k stars 185 forks source link

Add version-related keys to RbConfig::CONFIG #3664

Closed rwstauner closed 2 months ago

rwstauner commented 2 months ago

This adds some of the entries mentioned in #3396 that rb-sys looks for:

https://github.com/oxidize-rb/rb-sys/blob/086d3a2a2992b66c4b84eacad7c7a92bf67725b5/crates/rb-sys-build/src/rb_config.rs#L344-L346 https://github.com/oxidize-rb/rb-sys/blob/086d3a2a2992b66c4b84eacad7c7a92bf67725b5/crates/rb-sys-build/src/rb_config.rs#L183 https://github.com/oxidize-rb/rb-sys/blob/086d3a2a2992b66c4b84eacad7c7a92bf67725b5/crates/rb-sys/build/main.rs#L123

rwstauner commented 2 months ago

I agree, I'm not sure what they are all precisely supposed to represent, but for compatibility it seems best to have something.