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
round_trip::elf::symtab_shndx fails on big endian, I initially noticed this on a Debian CI test on s390x, but I also reproduced it manually with the latest version of the gimli-rs git repository on s390x, ppc64 and powerpc. The rustc used in all cases was the one from Debian sid.
I bisected and it seems the symtab_shndx test started failing with commit 6b8c39c though other round trip tests that do not fail with the latest version were failing before that.
The text was updated successfully, but these errors were encountered:
You mention this is a breaking change, that would seem to suggest against including it as a distribution patch, do you have any idea when this might be included in a release?
I'm not familiar with how the distribution package is used. If this is only used to build a fixed set of packages within the distribution, then you'd be able to patch any of those if the breaking change affects them. There may not even be any packages that use the affected APIs.
It hasn't been long since the last release with breaking changes, so I prefer to wait longer before doing that.
round_trip::elf::symtab_shndx fails on big endian, I initially noticed this on a Debian CI test on s390x, but I also reproduced it manually with the latest version of the gimli-rs git repository on s390x, ppc64 and powerpc. The rustc used in all cases was the one from Debian sid.
I bisected and it seems the symtab_shndx test started failing with commit 6b8c39c though other round trip tests that do not fail with the latest version were failing before that.
The text was updated successfully, but these errors were encountered: