Thread overview
Where have all the sources gone?
Sep 25, 2010
BCS
Sep 25, 2010
Jacob Carlborg
Sep 26, 2010
BCS
Sep 26, 2010
Jacob Carlborg
Sep 26, 2010
BCS
September 25, 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><



September 25, 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
September 26, 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?
>> 
> 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.
> 

I really do need the versions in the SVN repos.

-- 
... <IXOYE><



September 26, 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?
>>>
>> 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.
>>
>
> 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
September 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?
>>>> 
>>> 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.
>>> 
>> I really do need the versions in the SVN repos.
>> 
> Everything is available in the SVN repositories, or I'm I missing
> something?
>

I don't know (I havent checked yet), but I hope you are correct.
-- 
... <IXOYE><