dfix 0.2.0

Brian Schott via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Nov 24 11:22:51 PST 2014


dfix is a tool for automatically upgrading the syntax of D source 
code.

Changes since 0.1.1:
* #1 dfix will now rewrite "const int foo() {}" to int foo() 
const {}"
* #6 The C-style array syntax fix is no longer incorrectly 
applied to
   certain ASM statements.
* #9 You can now provide directory names as arguments to dfix in 
case
   you're too lazy to run find and xargs. (And really, who isn't?)
* #11 dfix is now registered on code.dlang.org.
   http://code.dlang.org/packages/dfix
* Added tests.


More information about the Digitalmars-d-announce mailing list