"Andrei Alexandrescu" wrote > Yigal Chripun wrote: >> Walter Bright Wrote: >> >>> http://www.digitalmars.com/d/1.0/changelog.html >>> http://ftp.digitalmars.com/dmd.1.036.zip >>> >>> The 2.0 version splits phobos into druntime and phobos libraries >>> (thanks to Sean Kelly). This will enable both Tango and Phobos to >>> share a common core library. >>> >>> http://www.digitalmars.com/d/2.0/changelog.html >>> http://ftp.digitalmars.com/dmd.2.020.zip >>> >>> There are a lot of structural changes that go along with this, so >>> expect some rough patches with this release. It may take a followup >>> release to file them down. There's also some renaming of imports >>> and function names, as a compromise with Tango names. >> >> Great news! thank you Sean And Walter for this important first step. >> I hope the rest of the tango/phobos issue will be sorted out as >> well.. > > I was hoping there is no more issue. The common runtime levels the ground > for library interoperability.
one big issue: druntime only supported with phobos using D2. but Tango only supports D1 ;) But some of us are working to get Tango to compile on D2 (it does currently, but Tango is not fully constified yet). I think I'll wait until some of the dust settles before trying to build Tango with D2 druntime. Thanks for the efforts! -Steve
