[Dlang-internal] make std/algorithm/comparison.test should only test that module
Andrei Alexandrescu
SeeWebsiteForEmail at erdani.com
Mon Sep 28 22:04:49 UTC 2020
On 9/17/20 9:59 AM, Andrei Alexandrescu wrote:
> Thanks. Indeed, actually I noticed just now that this happens only on
> OSX. On Linux things work as expected.
>
> E.g. on OSX (I won't paste the entire log) make prints this while
> building std/algorithm/comparison.test:
>
> ../dmd/generated/osx/release/64/dmd -conf= -I../druntime/import -w -de
> -preview=dip1000 -preview=dtorfields -m64 -fPIC -transition=complex -O
> -release -unittest -version=StdUnittest -c
> -ofgenerated/osx/release/64/unittest/std/bitmanip.o std/bitmanip.d
>
> And so on for all other modules. These lines don't appear on Linux.
Update: it was a scripting error on my side - things work fine on OSX, too.
More information about the Dlang-internal
mailing list