Depends on your definition of real world. A whole lot of the dmd test suite is distilled past problems from real world code. What is usually called regression tests. The 3 test suites aren't small. Through those, a huge number of issues similar to yours have been found and fixed. There's a little app in the dmd test suite that actually drives the testing. It's small, but it's real worldish.
That said, I don't have any production d code of any flavor. On 2/16/2011 10:14 AM, David Simcha wrote: > So am I really the only one that's tested DMD64 on any real-world code > besides Phobos and druntime so far? > > On Wed, Feb 16, 2011 at 1:11 PM, Steve Schveighoffer <[email protected] > <mailto:[email protected]>> wrote: > > Yes, to clarify, I also do not run on 64-bit linux. My tests were 32-bit > only. > > -Steve > > > > ----- Original Message ----- > > From:Masahiro Nakagawa <[email protected] > <mailto:[email protected]>> > > To:Steve Schveighoffer <[email protected] > <mailto:[email protected]>>; Discuss the dmd beta releases for D > <[email protected] <mailto:[email protected]>> > > Cc: > > Sent:Wednesday, February 16, 2011 11:01 AM > > Subject:Re: [dmd-beta] Getting Beta: dmd 1.067 and 2.052 beta > > > > MessagePack, new socket and Mustache template engine too. > > But, I don't run on 64bit Linux. > > > > > > Masahiro > > > > On Wed, 16 Feb 2011 23:28:03 +0900, Steve Schveighoffer > > <[email protected] <mailto:[email protected]>> wrote: > > > > > Compiles and passes unit tests with dcollections. > > > > _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
