Hi Todd, Todd Carson wrote: > This incorporates the changes previously posted for 1.4.3, with the > exception of the README since there seemed to be some disagreement about > that.
Maybe we should wait a few weeks. Right now, djb is releasing a new bugfix release every few days. > I also added a FLAVOR to optionally build the guile bindings, with some > patches to change hard-coded references to guile and guile-snarf to > guile2.2 and guile-snarf2.2, since that's how lang/guile2 installs them. > I don't know best to handle that; this seemed simpler than trying to > mess with autoconf/automake. I'm looking into this. There's probably a more elegant solution. And if not, I'd rather like to do this in a post-patch regex in the Makefile. > There's another patch for a function (mu_str_size()) that clang was > optimizing incorrectly, which caused the tests to fail. The bad > optimization happens if it's built with -O1 or higher. I couldn't > reproduce this on different system with clang 11.x, so it might be > something that's fixed in newer llvm releases. The tests are running fine here, too. > Diff against existing files below, new files in the attachment. I'm testing it. Looks good so far. Cheers, Stefan