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
Currently little-endian machines can only write little-endian files, and big-endian machines can write only big-endian files. Support for cross-endian writes will let us bring cross-endian reads under test coverage.
The text was updated successfully, but these errors were encountered:
I should have clarified - the ReadStat tests are all native roundtrips. I believe the haven tests use a suite of files, and therefore will test at least some of the byteswapping code paths on a big-endian machine.
I don't know how comprehensive the haven tests are, however.
Currently little-endian machines can only write little-endian files, and big-endian machines can write only big-endian files. Support for cross-endian writes will let us bring cross-endian reads under test coverage.
The text was updated successfully, but these errors were encountered: