Re: D Programming Language source (dmd, phobos, etc.) has moved to github

2011-01-24 Thread Jonathan M Davis
On Monday 24 January 2011 01:29:33 Jacob Carlborg wrote: On 2011-01-24 05:26, Walter Bright wrote: https://github.com/organizations/D-Programming-Language We're all learning how to use github, but by most accounts it seems to be the best available system for the diverse group of people

Re: D Programming Language source (dmd, phobos, etc.) has moved to github

2011-01-24 Thread Jacob Carlborg
On 2011-01-24 10:35, Jonathan M Davis wrote: On Monday 24 January 2011 01:29:33 Jacob Carlborg wrote: On 2011-01-24 05:26, Walter Bright wrote: https://github.com/organizations/D-Programming-Language We're all learning how to use github, but by most accounts it seems to be the best available

Re: D Programming Language source (dmd, phobos, etc.) has moved to github

2011-01-24 Thread Jacob Carlborg
On 2011-01-24 05:26, Walter Bright wrote: https://github.com/organizations/D-Programming-Language We're all learning how to use github, but by most accounts it seems to be the best available system for the diverse group of people who work on it. BTW, what about the backend in the DMD

Re: D Programming Language source (dmd, phobos, etc.) has moved to github

2011-01-24 Thread Michel Fortin
On 2011-01-24 07:52:24 -0500, Jacob Carlborg d...@me.com said: On 2011-01-24 05:26, Walter Bright wrote: https://github.com/organizations/D-Programming-Language We're all learning how to use github, but by most accounts it seems to be the best available system for the diverse group of people

Re: D Programming Language source (dmd, phobos, etc.) has moved to github

2011-01-24 Thread Johannes Pfau
Walter Bright wrote: David Wang wrote: Dear Walter, I went to the github and try to download the source, I found that the latest version on github is the old version. for example: druntime - Downloads: dmd-2.042 Phobos - Downloads: phobos-2.046 DMD - Downloads: dmd-2.046 I

Re: D Programming Language source (dmd, phobos, etc.) has moved to github

2011-01-24 Thread Steven Schveighoffer
On Mon, 24 Jan 2011 09:00:21 -0500, Johannes Pfau s...@example.com wrote: Walter Bright wrote: David Wang wrote: Dear Walter, I went to the github and try to download the source, I found that the latest version on github is the old version. for example: druntime - Downloads: dmd-2.042

Re: D Programming Language source (dmd, phobos, etc.) has moved to github

2011-01-24 Thread Johannes Pfau
Steven Schveighoffer wrote: On Mon, 24 Jan 2011 09:00:21 -0500, Johannes Pfau s...@example.com wrote: Walter Bright wrote: David Wang wrote: Dear Walter, I went to the github and try to download the source, I found that the latest version on github is the old version. for example:

Re: D Programming Language source (dmd, phobos, etc.) has moved to github

2011-01-24 Thread Steven Schveighoffer
On Mon, 24 Jan 2011 10:34:18 -0500, Johannes Pfau s...@example.com wrote: Steven Schveighoffer wrote: On Mon, 24 Jan 2011 09:00:21 -0500, Johannes Pfau s...@example.com wrote: Walter Bright wrote: David Wang wrote: Dear Walter, I went to the github and try to download the source, I found

Re: D Programming Language source (dmd, phobos, etc.) has moved to github

2011-01-24 Thread Nick Sabalausky
Johannes Pfau s...@example.com wrote in message news:20110124163418.3880a154@jpf-Satellite-A100... OK, here are some revisions: DMD: 2.051 seems to be revision 1374ba96fa5516d9595fa61b09015197a8b84385 Note: The changelog on the website says release date Nov 7 but it's more like 20th

Re: D Programming Language source (dmd, phobos, etc.) has moved to github

2011-01-24 Thread Nick Sabalausky
Jonathan M Davis jmdavisp...@gmx.com wrote in message news:mailman.911.1295903507.4748.digitalmars-d-annou...@puremagic.com... On Monday 24 January 2011 13:04:27 Nick Sabalausky wrote: Johannes Pfau s...@example.com wrote in message news:20110124163418.3880a154@jpf-Satellite-A100... OK,

Re: D Programming Language source (dmd, phobos, etc.) has moved to github

2011-01-24 Thread Jonathan M Davis
On Monday, January 24, 2011 13:20:44 Nick Sabalausky wrote: Jonathan M Davis jmdavisp...@gmx.com wrote in message news:mailman.911.1295903507.4748.digitalmars-d-annou...@puremagic.com... On Monday 24 January 2011 13:04:27 Nick Sabalausky wrote: Johannes Pfau s...@example.com wrote in

Re: D Programming Language source (dmd, phobos, etc.) has moved to github

2011-01-24 Thread Jesse Phillips
Nick Sabalausky Wrote: Not that I've actually used DVCSes much yet, but my understanding is that the same can be set of Hg and yet Hg handles revision/changeset numbers just fine. The nice things (plural) about those is that they're both readable and comparable. Here, how about a quote:

Re: D Programming Language source (dmd, phobos,etc.) has moved to github

2011-01-24 Thread David Nadlinger
On 1/24/11 10:20 PM, Nick Sabalausky wrote: Does Git really not have real revision/changeset numbers? […] Not that I've actually used DVCSes much yet, but my understanding is that the same can be set of Hg and yet Hg handles revision/changeset numbers just fine. The nice things (plural)

Re: D Programming Language source (dmd, phobos, etc.) has moved to github

2011-01-24 Thread Trass3r
I don't know. I haven't used Hg. However, I have a hard time seeing how you could have revision numbers like subversion does Mercurial uses hashes. For convenience it *additionally* provides consecutive numbers which are to be used in your own *local repo only*.

DVM - D Version Manager

2011-01-24 Thread Jacob Carlborg
I've created a tool that installs and manages D compilers and different versions. Description: DVM allows you to easily download and install D compilers and manage different versions of the compilers. When you switch D compiler with the use command the compiler will only be available in the

Re: DVM - D Version Manager

2011-01-24 Thread Nick Sabalausky
Jacob Carlborg d...@me.com wrote in message news:ihkvrr$1l02$1...@digitalmars.com... I've created a tool that installs and manages D compilers and different versions. Description: DVM allows you to easily download and install D compilers and manage different versions of the compilers.