digitalmars.D.announce - dfix 0.1.1
- Brian Schott (13/13) Oct 27 2014 No. Really. I'm serious.
- Daniel N (3/16) Oct 28 2014 Awesome, would be nice if it was included with the default
- Martin Nowak (3/5) Oct 29 2014 It says 0.1.x, maybe when it's over 0.5.x :).
- bearophile (4/5) Oct 28 2014 Sounds like a very good start :-)
- Atila Neves (3/16) Oct 28 2014 Good work, man.
- Orfeo (1/1) Oct 28 2014 Thank you very much Brian...
- Andrei Alexandrescu (2/15) Oct 28 2014 Cool! Is it idempotent if ran twice? -- Andrei
- Brian Schott (4/5) Oct 28 2014 It should be. If you find a case where running dfix on the output
- FrankLike (3/16) Oct 29 2014 Very Cool! Please register in code.dlang.org.
- ketmar via Digitalmars-d-announce (4/20) Oct 29 2014 On Tue, 28 Oct 2014 01:29:30 +0000
No. Really. I'm serious. https://github.com/Hackerpilot/dfix dfix is a tool for automatically upgrading older D syntax to the newer style. * Updates old-style alias syntax to new-style * Fixes implicit concatenation of string literals * Automatic conversion of C-style array declarations and parameters to D-style. * Upgrades code to comply with DIP64 if the --dip64 switch is specified. (You probably don't want to use this) * Upgrades code to comply with DIP65 unless the --dip65=false switch is specified.
Oct 27 2014
On Tuesday, 28 October 2014 at 01:29:32 UTC, Brian Schott wrote:No. Really. I'm serious. https://github.com/Hackerpilot/dfix dfix is a tool for automatically upgrading older D syntax to the newer style. * Updates old-style alias syntax to new-style * Fixes implicit concatenation of string literals * Automatic conversion of C-style array declarations and parameters to D-style. * Upgrades code to comply with DIP64 if the --dip64 switch is specified. (You probably don't want to use this) * Upgrades code to comply with DIP65 unless the --dip65=false switch is specified.Awesome, would be nice if it was included with the default install for 2.067+
Oct 28 2014
On 10/28/2014 09:07 AM, Daniel N wrote:Awesome, would be nice if it was included with the default install for 2.067+It says 0.1.x, maybe when it's over 0.5.x :). In any case I'm really glad to see this moving forward.
Oct 29 2014
Brian Schott:https://github.com/Hackerpilot/dfixSounds like a very good start :-) Bye, bearophile
Oct 28 2014
Good work, man. Atila On Tuesday, 28 October 2014 at 01:29:32 UTC, Brian Schott wrote:No. Really. I'm serious. https://github.com/Hackerpilot/dfix dfix is a tool for automatically upgrading older D syntax to the newer style. * Updates old-style alias syntax to new-style * Fixes implicit concatenation of string literals * Automatic conversion of C-style array declarations and parameters to D-style. * Upgrades code to comply with DIP64 if the --dip64 switch is specified. (You probably don't want to use this) * Upgrades code to comply with DIP65 unless the --dip65=false switch is specified.
Oct 28 2014
On 10/27/14 6:29 PM, Brian Schott wrote:No. Really. I'm serious. https://github.com/Hackerpilot/dfix dfix is a tool for automatically upgrading older D syntax to the newer style. * Updates old-style alias syntax to new-style * Fixes implicit concatenation of string literals * Automatic conversion of C-style array declarations and parameters to D-style. * Upgrades code to comply with DIP64 if the --dip64 switch is specified. (You probably don't want to use this) * Upgrades code to comply with DIP65 unless the --dip65=false switch is specified.Cool! Is it idempotent if ran twice? -- Andrei
Oct 28 2014
On Wednesday, 29 October 2014 at 02:10:09 UTC, Andrei Alexandrescu wrote:Cool! Is it idempotent if ran twice? -- AndreiIt should be. If you find a case where running dfix on the output of dfix causes a change, please file an issue on Github.
Oct 28 2014
On Tuesday, 28 October 2014 at 01:29:32 UTC, Brian Schott wrote:No. Really. I'm serious. https://github.com/Hackerpilot/dfix dfix is a tool for automatically upgrading older D syntax to the newer style. * Updates old-style alias syntax to new-style * Fixes implicit concatenation of string literals * Automatic conversion of C-style array declarations and parameters to D-style. * Upgrades code to comply with DIP64 if the --dip64 switch is specified. (You probably don't want to use this) * Upgrades code to comply with DIP65 unless the --dip65=false switch is specified.Very Cool! Please register in code.dlang.org. FrankLike
Oct 29 2014
On Tue, 28 Oct 2014 01:29:30 +0000 Brian Schott via Digitalmars-d-announce <digitalmars-d-announce puremagic.com> wrote:No. Really. I'm serious. =20 https://github.com/Hackerpilot/dfix =20 dfix is a tool for automatically upgrading older D syntax to the=20 newer style. =20 * Updates old-style alias syntax to new-style * Fixes implicit concatenation of string literals * Automatic conversion of C-style array declarations and=20 parameters to D-style. * Upgrades code to comply with DIP64 if the --dip64 switch is=20 specified. (You probably don't want to use this) * Upgrades code to comply with DIP65 unless the --dip65=3Dfalse=20 switch is specified.great! haven't tried it yet, but it's great that we now have such tool.
Oct 29 2014