Mathias LANG
Mathias LANG
> Some rationale as to why they don't simply use `-betterC` That was actually my reasoning for opening the issue. What's the use case for the pragma in the first...
Thanks, we're already using `-link-defaultlib-debug` for UT, but not in our deployed build. > a proper way to tackle this IMO is to make the frontend lower these copies to...
Yes, same problem. BTW in our case, we use `--export-dynamic` for Tracy, too.
LLVM have support for the aforementioned pragma: https://github.com/llvm/llvm-project/commit/2e204e23911b1f8bd1463535da40c6e48747a138
Okay, let's move ahead with this when the CI (except for master) is green.
Time to dust this off. Next are: - https://github.com/dlang-community/std_data_json/pull/56 - https://github.com/msgpack/msgpack-d/pull/127 - https://github.com/sociomantic-tsunami/ocean/pull/878 - https://github.com/sociomantic-tsunami/turtle/pull/86 - https://github.com/DlangScience/cblas/pull/32
Looks like there's a regression in CTFE
Regression is https://github.com/dlang/dmd/pull/13007 which I've fixed in https://github.com/dlang/dmd/pull/11545 but the test didn't check `-preview=in`, only regular compilation.
This version of `dub run` hits the registry. I would imagine `dub run git+https://github.com/dlang/dlang-tour@~master` would be the "proper" replacement although I'm not sure we want to support this.
For me it even SEGV: ``` % dub build fatal: '--detach' cannot be used with '-b/-B/--orphan' [2] 678860 segmentation fault dub build ``` On master it at least prints which...