Re: Segyio is lagging behind upstream (Was: segyio ftbfs with Python 3.12)

2024-02-21 Thread Andreas Tille
Hi Tino, thanks for the hint which reduced the number of test suite failures to one as you can see in Salsa CI[1].  In case someone might find a solution for this one we might upload - if not I wonder whether this package is a candidate for removal. Please note: I have no interest into this

Re: Segyio is lagging behind upstream (Was: segyio ftbfs with Python 3.12)

2024-02-21 Thread Tino Didriksen
std::uint16_t is in #include stdint.h is the C header, which doesn't import the symbols to the std:: namespace. In general, the headers Standard C++ imports from Standard C snips the .h and prefixes c, so stdint.h -> cstdint, stdio.h -> cstdio, etc. -- Tino Didriksen On Wed, 21 Feb 2024 at

Segyio is lagging behind upstream (Was: segyio ftbfs with Python 3.12)

2024-02-21 Thread Andreas Tille
Hi, I've found in the set of patches for segyio other cherry-picked patches to adapt to certain Python3.x versions[1]. The patch kindly suggested by s3v to fix this bug[2] would simply be another cherry-pick from upstream who has meanwhile released a couple of new versions incorporating all