CircleCI always fails

Quirin Schroll qs.il.paperinik at gmail.com
Fri Aug 1 18:33:23 UTC 2025


My PRs always fail on CircleCI due to this:
```
/home/circleci/dmd/compiler/test/../../druntime/import/core/stdc/config.d(325): Error: template instance `core.stdc.config._Complex!float` cannot resolve forward reference
     ref _Complex opAssign(_Complex!float  c) { re = c.re; im = 
c.im; return this; }
```

Is there a way to avoid this? CircleCI seems to work fine with 
every other PR.


More information about the Digitalmars-d mailing list