DScanner is ready for use

Nick Sabalausky SeeWebsiteToContactMe at semitwist.com
Thu Aug 1 19:14:52 PDT 2013


On Thu, 1 Aug 2013 21:52:00 -0400
Nick Sabalausky <SeeWebsiteToContactMe at semitwist.com> wrote:

> On Sun, 28 Jul 2013 00:27:34 +0200
> "Brian Schott" <briancschott at gmail.com> wrote:
> 
> > DScanner is a tool for analyzing D source code.
> >[...]
> 
> When I try to compile it (DMD 2.063.2 Win32) I get this:
> 
> C:\Users\Nick\AppData\Roaming\dvm\compilers\dmd-2.063.2\bin\..\src\phobos\std\array.d(321):
> Error: function core.memory.GC.malloc (uint sz, uint ba = 0u) is not
> callable using argument types (ulong, BlkAttr)
> C:\Users\Nick\AppData\Roaming\dvm\compilers\dmd-2.063.2\bin\..\src\phobos\std\array.d(272):
> Error: template instance std.array.arrayAllocImpl!(false, ubyte[],
> ulong) error instantiating main.d(77):        instantiated from here:
> uninitializedArray!(ubyte[], ulong) main.d(77): Error: template
> instance std.array.uninitializedArray!(ubyte[], ulong) error
> instantiating

Actually, I dug into this more (it was problem on 32-bit) and made a
pull request:
https://github.com/Hackerpilot/Dscanner/pull/42



More information about the Digitalmars-d-announce mailing list