Comment on Never create Ruby strings longer than 23 charactersparentComments−bhousel14yHere's the code: https://github.com/ruby/ruby/blob/trunk/include/ruby/ruby.h#...It looks like uintptr_t support is there, just disabled for now.−archangel_one14yThanks - the fallback to long long explains it for me.
Comments
Here's the code: https://github.com/ruby/ruby/blob/trunk/include/ruby/ruby.h#...
It looks like uintptr_t support is there, just disabled for now.
Thanks - the fallback to long long explains it for me.