Michael Haubenwallner
Michael Haubenwallner
Please do not switch to CMake as build system, as CMake does not properly work on some platforms that may be supported now. One example is AIX, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89096#c9 Another...
Comparing with size_t doesn't generate a warning (no data loss actually), and the patch changes the readChunk_??Xt() functions passing i as argument to to unsigned as well. The warnings start...
The Gentoo Prefix CI running on my company's MS Azure account does push docker images now: `docker search gentooprefix` However, IMHO it would make sense to integrate Prefix CI with...
For the links: Right now Gentoo Prefix CI is: The bootstrap pipelines defined at https://github.com/haubi/gentoo-prefix-ci are operated once a week at https://dev.azure.com/ssi-gentoo/prefix-ci/_build Initially triggered by and based on @awesomebytes' work...
Changing some _default_ behavior really requires good reasoning as well as release management (major release), communication and what not, so I'm quite hesitant here. The answer from @kapexx (thanks!) lets...
Not sure if there's an unresolved feature request here still: If there is, please reopen and elaborate a little.
Regarding the "worked before": Was it before you upgraded to target platform 2024-06, or before you upgraded to lcdsl 0.6.0.202405271742?
Since 0.6.0 so far has only #79 fixed, which likely is related: Does it make a difference when you use the lcdsl 0.5.0 release?
LGTM, but unfortunately I don't have enough time left before September to test+merge+build+publish (and maybe release+publish), sorry!
The (asynchronous) use of Thread.stop() as the origin of this deprecation is nothing I would argue with. But the need to migrate away from ThreadDeath throughout the stack of some...