More CI woes

DlangUser38 DlangUser38 at nowhere.se
Sun Sep 20 13:39:32 UTC 2020


On Sunday, 20 September 2020 at 03:16:57 UTC, Andrei Alexandrescu 
wrote:
> src/dmd/frontend.d(142): Error: template 
> std.algorithm.iteration.each cannot deduce function from argument types !(addGlobalIdent)(const(string[])), candidates are:
> /dev/shm/dtest/work/repo/dmd/generated/linux/release/64/../../../../../phobos/std/algorithm/iteration.d(805):        each(alias fun = "a", Range)(auto ref Range range)
>   with fun = addGlobalIdent,
>        Range = 
> const(string[])
>   must satisfy one of the following constraints:
>        isInputRange!Range
>        isStaticArray!Range
>        hasMember!(Range, 
> "opApply")

Yes observed too, but very rarily too in the IDE output when I 
particpated to DMD devel. DMD was build using an IDE tool that 
called make -f posix.mak. So build.d is called indirectly, dont 
know if this is the cause. But I can confirm that this is not a 
CI problem.


More information about the Digitalmars-d mailing list