New DCD and D-Scanner betas

Brian Schott via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat May 10 03:23:28 PDT 2014


Tags:
   https://github.com/Hackerpilot/DCD/tree/0.3.0-beta5
   https://github.com/Hackerpilot/Dscanner/tree/0.1.0-beta4

Diffs:
   
https://github.com/Hackerpilot/Dscanner/compare/0.1.0-beta3...0.1.0-beta4
   
https://github.com/Hackerpilot/DCD/compare/0.3.0-beta4...0.3.0-beta5

DCD highlights: Now uses allocators instead of the GC for most of 
its operations. The memory use is now roughly 1/3 of what it used 
to be.

D-Scanner highlights:
   * More information in ctags output
   * Static analysis:
     * check for variable self-assignment
     * check for identical then/else branches in if statements
     * check for struct constructors with a single default argument
     * check for unused parameters
     * check for unused variables
   * Lexer/parser:
     * Many bug fixes
     * Support for DIP61 syntax


More information about the Digitalmars-d-announce mailing list