Re: dfmt 0.1.5 (codename: "entomology")

2015-03-12 Thread Brian Schott via Digitalmars-d-announce

https://github.com/Hackerpilot/dfmt/releases/tag/v0.1.7

#92 Statement after case label after unbraced if is indented
#93 Version-else inside if is indented incorrectly
#94 Wrong indent with function literal


Re: dfmt 0.1.5 (codename: "entomology")

2015-03-11 Thread Brian Schott via Digitalmars-d-announce

https://github.com/Hackerpilot/dfmt/releases/tag/v0.1.6

#54 Indentation wrong following enum inside class
#86 Statement following multiple unbraced ifs is indented
#87 Second statement after label is indented
#88 Space before negative case expression disappears
#89 Comment following unbraced if is indented
#90 Statement inside switch after label is indented
#91 Statements inside case inside version block get less 
indentation


dfmt 0.1.5 (codename: "entomology")

2015-03-10 Thread Brian Schott via Digitalmars-d-announce

https://github.com/Hackerpilot/dfmt/releases/tag/v0.1.5

#72 Wrong indent, with (...) { final { switch (...) { with (...) {
#79 Whitespace added after case label containing compound 
statement

#80 Case containing version block gets messed up
#81 Statement following unbraced if is indented
#82 Assertion failure on invalid code
#83 Space missing before attribute bug
#85 Space added after 'return' in typeof