You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zlib should produce the same output as MRI given the same input.
I need to consistently generate same binary data in both MRI and JRuby.
Actual Behavior
In most cases Zlib actually generates the same output but in one case it does not. I don't know what is different. The output seem to be valid but I need consistency between implementations, too. I tried both compact syntax and a more explicit one.
Environment
Provide at least:
Expected Behavior
Zlib should produce the same output as MRI given the same input.
I need to consistently generate same binary data in both MRI and JRuby.
Actual Behavior
In most cases Zlib actually generates the same output but in one case it does not. I don't know what is different. The output seem to be valid but I need consistency between implementations, too. I tried both compact syntax and a more explicit one.
They both produce output different to MRI.
Here's example data: data.bin.zip. The file is zipped because GH doesn't allow random files to be uploaded.
The text was updated successfully, but these errors were encountered: