D-Scanner 0.1.0-beta3 and DCD 0.3.0-beta4

Jussi Jumppanen jussij at zeusedit.com
Thu Mar 6 05:36:45 PST 2014


On Wednesday, 5 March 2014 at 08:37:28 UTC, Brian Schott wrote:
> New betas are available for both tools. Hopefully no more bugs 
> will be found. I plan to tag these as non-beta this Saturday.
>
> https://github.com/Hackerpilot/Dscanner/tree/0.1.0-beta3
> https://github.com/Hackerpilot/DCD/tree/0.3.0-beta4
>

On building this zip file:

     https://github.com/Hackerpilot/DCD/archive/0.3.0-beta4.zip

It generates this compiler error:

     D:\projects\dcd\DCD>build.bat

     D:\projects\dcd\DCD>dmd -wi client.d messages.d stupidlog.d 
msgpack-d/src/msgpack.d -Imsgpack-d/src -release
     -inline -noboundscheck -O -ofdcd-client.exe

     D:\projects\dcd\DCD>dmd actypes.d conversion/astconverter.d 
conversion/first.d conversion/second.d
     conversion/third.d autocomplete.d constants.d messages.d 
modulecache.d semantic.d server.d stupidlog.d
     dscanner/stdx/d/ast.d dscanner/stdx/d/entities.d 
dscanner/stdx/d/lexer.d dscanner/stdx/d/parser.d
     dscanner/stdx/lexer.d dscanner/stdx/allocator.d 
dscanner/formatter.d msgpack-d/src/msgpack.d
     -Imsgpack-d/src -Idscanner -wi -g -O -release -noboundscheck 
-inline -ofdcd-server.exe

     modulecache.d(138): Error: cannot implicitly convert 
expression (f.size()) of type ulong to uint

Cheers Jussi


More information about the Digitalmars-d-announce mailing list