|
|
|
|
|
by eregon
1623 days ago
|
|
Compatibility is certainly an issue for massive codebases, OTOH I think over time TruffleRuby is getting closer and closer to CRuby behavior to the point it would be fairly rare to find a compatibility issue.
Do you have personal experience trying to run such a codebase on TruffleRuby? |
|
Numerical to string formatting is a bit different too. Which makes the above problem even worse, compounded by how frequently ruby web code goes string to numbers to string to numbers.
Regexes behave differently if they worked at all.