digitalmars.D.announce - Start of std2
- Bill Baxter (9/9) Oct 16 2007 A modest start, but here's a quickie port of D2.x std.conv,std.traits,
- Walter Bright (2/5) Oct 16 2007 pls file a bug report
- 0ffh (3/5) Oct 16 2007 My, Bill, you're a fast one! Good work! =)
- Walter Bright (2/4) Oct 16 2007 How about std.getopt?
- Bill Baxter (2/7) Oct 16 2007 Next on my list. My 3 year old woke up. :-)
- Bill Baxter (11/16) Oct 16 2007 Easier than expected! A two-line change given std2.conv and std2.traits...
A modest start, but here's a quickie port of D2.x std.conv,std.traits, and std.variant to D1.x. Not really tested at all, but they pass unit tests! So if they're broken then blame it on the guy who wrote the unit tests. :-) http://www.billbaxter.com/tmp/std2.zip [Actually conv doesn't pass it's unittests for D2.0 either. Conversion of "nan" to floats doesn't work. On Windows at least -- maybe Linux's strtof is smarter.] --bb
Oct 16 2007
Bill Baxter wrote:[Actually conv doesn't pass it's unittests for D2.0 either. Conversion of "nan" to floats doesn't work. On Windows at least -- maybe Linux's strtof is smarter.]pls file a bug report
Oct 16 2007
Bill Baxter wrote:A modest start, but here's a quickie port of D2.x std.conv,std.traits, and std.variant to D1.x.My, Bill, you're a fast one! Good work! =) Regards, Frank
Oct 16 2007
Bill Baxter wrote:A modest start, but here's a quickie port of D2.x std.conv,std.traits, and std.variant to D1.x.How about std.getopt?
Oct 16 2007
Walter Bright wrote:Bill Baxter wrote:Next on my list. My 3 year old woke up. :-)A modest start, but here's a quickie port of D2.x std.conv,std.traits, and std.variant to D1.x.How about std.getopt?
Oct 16 2007
Walter Bright wrote:Bill Baxter wrote:Easier than expected! A two-line change given std2.conv and std2.traits. Full list is now: contracts.d conv.d getopt.d string.d traits.d variant.d http://www.billbaxter.com/tmp/std2.zip --bbA modest start, but here's a quickie port of D2.x std.conv,std.traits, and std.variant to D1.x.How about std.getopt?
Oct 16 2007