digitalmars.D.learn - Where have all the sources gone?
- BCS <none anon.com> Sep 24 2010
- Jacob Carlborg <doob me.com> Sep 25 2010
- BCS <none anon.com> Sep 25 2010
- Jacob Carlborg <doob me.com> Sep 26 2010
- BCS <none anon.com> Sep 26 2010
I've found the phobos source: http://www.dsource.org/projects/phobos/browser/trunk/phobos The DMD source: http://www.dsource.org/projects/dmd/browser/trunk/ and this seems to be the runtime: http://www.dsource.org/projects/druntime/browser/trunk/ But I can't seem to even find object.d or dmd.conf. Does anyone have a full list of where to checkout everything in the dmd.2.x.zip? -- ... <IXOYE><
Sep 24 2010
On 2010-09-25 03:08, BCS wrote:I've found the phobos source: http://www.dsource.org/projects/phobos/browser/trunk/phobos The DMD source: http://www.dsource.org/projects/dmd/browser/trunk/ and this seems to be the runtime: http://www.dsource.org/projects/druntime/browser/trunk/ But I can't seem to even find object.d or dmd.conf. Does anyone have a full list of where to checkout everything in the dmd.2.x.zip?
The source for object.d is in the druntime sources but it's called object_.d: http://www.dsource.org/projects/druntime/browser/trunk/src/object_.d . The sources are available in the zip as well. -- /Jacob Carlborg
Sep 25 2010
Hello Jacob,On 2010-09-25 03:08, BCS wrote:I've found the phobos source: http://www.dsource.org/projects/phobos/browser/trunk/phobos The DMD source: http://www.dsource.org/projects/dmd/browser/trunk/ and this seems to be the runtime: http://www.dsource.org/projects/druntime/browser/trunk/ But I can't seem to even find object.d or dmd.conf. Does anyone have a full list of where to checkout everything in the dmd.2.x.zip?
object_.d: http://www.dsource.org/projects/druntime/browser/trunk/src/object_.d . The sources are available in the zip as well.
I really do need the versions in the SVN repos. -- ... <IXOYE><
Sep 25 2010
On 2010-09-26 03:43, BCS wrote:Hello Jacob,On 2010-09-25 03:08, BCS wrote:I've found the phobos source: http://www.dsource.org/projects/phobos/browser/trunk/phobos The DMD source: http://www.dsource.org/projects/dmd/browser/trunk/ and this seems to be the runtime: http://www.dsource.org/projects/druntime/browser/trunk/ But I can't seem to even find object.d or dmd.conf. Does anyone have a full list of where to checkout everything in the dmd.2.x.zip?
object_.d: http://www.dsource.org/projects/druntime/browser/trunk/src/object_.d . The sources are available in the zip as well.
I really do need the versions in the SVN repos.
Everything is available in the SVN repositories, or I'm I missing something? -- /Jacob Carlborg
Sep 26 2010
Hello Jacob,On 2010-09-26 03:43, BCS wrote:Hello Jacob,On 2010-09-25 03:08, BCS wrote:I've found the phobos source: http://www.dsource.org/projects/phobos/browser/trunk/phobos The DMD source: http://www.dsource.org/projects/dmd/browser/trunk/ and this seems to be the runtime: http://www.dsource.org/projects/druntime/browser/trunk/ But I can't seem to even find object.d or dmd.conf. Does anyone have a full list of where to checkout everything in the dmd.2.x.zip?
object_.d: http://www.dsource.org/projects/druntime/browser/trunk/src/object_.d . The sources are available in the zip as well.
something?
I don't know (I havent checked yet), but I hope you are correct. -- ... <IXOYE><
Sep 26 2010








BCS <none anon.com>