digitalmars.D.announce - LDC 1.32.1
A new patch version was just released: * The prebuilt Linux packages are now generated on a Ubuntu 20.04 box, so the min required glibc version has been raised from 2.26 to 2.31. * Fix empty `ldc.gccbuiltins_*` modules with LLVM 15+. * Fix v1.31 regression wrt. potentially wrong constant pointer offsets. * Windows: Fix v1.32.0 regression wrt. leaking `Throwable.info` backtraces. * Fix C assert calls for newlib targets. Full release log and downloads: https://github.com/ldc-developers/ldc/releases/tag/v1.32.1 Thanks to all contributors & sponsors!
Apr 17 2023
On Monday, 17 April 2023 at 15:26:16 UTC, kinke wrote:A new patch version was just released: * The prebuilt Linux packages are now generated on a Ubuntu 20.04 box, so the min required glibc version has been raised from 2.26 to 2.31. * Fix empty `ldc.gccbuiltins_*` modules with LLVM 15+. * Fix v1.31 regression wrt. potentially wrong constant pointer offsets. * Windows: Fix v1.32.0 regression wrt. leaking `Throwable.info` backtraces. * Fix C assert calls for newlib targets. Full release log and downloads: https://github.com/ldc-developers/ldc/releases/tag/v1.32.1 Thanks to all contributors & sponsors!Thanks for the release! If someone could look into this that would be nice: https://github.com/ldc-developers/ldc/issues/2425 I want to get rid of the ugly hacks i have to incorporate in all my projects
Apr 17 2023