DScanner 0.12.1 stopped working
Paolo Invernizzi
paolo.invernizzi at gmail.com
Tue Jul 5 08:30:29 UTC 2022
On Tuesday, 5 July 2022 at 08:18:49 UTC, Carsten Schlote wrote:
> HI together,
>
> it seems that dscanner started to fail recently, and at work
> some of our CI pipelines stopped working. I would care less, if
> this would have happed at home. But at work this opens more
> questions about the usability of dlang - for whatever purpose.
> So any help to solve this issue asap would be appreciated.
>
> Error output:
> ```
> .dub/packages/dscanner-0.12.1/dscanner/src/dscanner/analysis/helpers.d(59,32): Error: none of the overloads of `this` are callable using argument types `(CAllocatorImpl!(Mallocator, Flag.no))`
> ...
> ```
>
> Is there any information available, what is causing this
> problem and how to fix it?
>
> It happens with the latest versions of DMD and LDC2. Also it
> breaks with GDC, but GDC is not up to date. It worked before,
> so I suspect some changes in packages DScanner depends on.
Probably is not what you are searching for, but D-Scanner master
is building on my machine with this dub.selections.json
{
"fileVersion": 1,
"versions": {
"dsymbol": "0.13.0",
"emsi_containers": "0.8.1",
"inifiled": "1.3.3",
"libddoc": "0.8.0",
"libdparse": "0.19.1",
"stdx-allocator": "2.77.5"
}
}
More information about the Digitalmars-d
mailing list