Jay Hayes
Jay Hayes
I recently switch from zsh to bash, and I've come across an issue that seems to be related to the above discussion. If I change to a directory containing a...
> The changes from 3.11.4 to 3.11.5 were all centered around the Oj.generate() call. In the older version that could would not make sure that mimic_JSON was called. The latest...
> Oj does monkey patch when in mimic mode. It has to to act like the JSON gem. That is the only case though. Normally I avoid money patching like...
This is still a problem for us. We have been locked to a specific version since the issue came up. I tried updating to the latest today and still see...
I tried removing our lock on Oj and running things again, and it appears that something in a recent release has fixed the issue.
I spoke too soon. The failures are order dependent so a passing build gave me false confidence 😞
I am not aware of us revisiting this, but it was still an issue the last time we looked at it.
It looks like the version of Node used in CI doesn't support `Set`, so I just pushed a commit that uses a (slower) Array implementation. Not sure if upgrading Node...
Nice catch! Unfortunately there seems to be some other more subtle issue as well. I have yet to reproduce it in this lib's test suite, but in my application code...