jamesragray
jamesragray
Thanks for the workarounds. My dub is 1.26.1
My version of gzip doesn't seem to recognize those binaries as gzip files. So I cloned dub and build v1.29.0. It seems to work with openssl 3.2.2
The reason we went for that option is that we thought that the bindings were designed to work with a specific version of sqlite, and this was a convenient way...
> Hi @jamesragray ! Thanks for your pull request. Unfortunately, I don't think this is the right solution. The underlying issue is that `partition3` does not support the stable swapping...
You are correct, line 1582 should be: ```d sort!(multiSortPredFun!(Range,funs), ss)(r); ``` I will fix it later today (and split it based on funs.length)
@RazvanN7 I agree putting bad code into phobos just to fix an issue is wrong. I guess what we don't agree about is that although this is simple change I...
I have done that here: https://github.com/dlang/phobos/pull/8570
The problem has been fixed here https://github.com/dlang/phobos/pull/8570