Re: update.sh

2012-01-16 Thread Andrei Alexandrescu
On 1/16/12 1:18 AM, Jacob Carlborg wrote: On 2012-01-16 06:20, Nick Sabalausky wrote: Andrei Alexandrescuseewebsiteforem...@erdani.org wrote in message news:jevr6q$8vp$1...@digitalmars.com... I just added a handy script, tools/update.sh. https://github.com/D-Programming-Language/tools/commit

Re: update.sh

2012-01-16 Thread Nick Sabalausky
it and update.sh. I don't mean to say that your tool is bad or that you shouldn't have made it, but the issues you addressed with DVM can be fixed, and really, I've been detecting a bit of NIH coming from your general direction. I've noticed that any time you want something, you go off and do it yourself

Re: update.sh

2012-01-16 Thread Jacob Carlborg
On 2012-01-16 08:57, Andrei Alexandrescu wrote: On 1/16/12 1:18 AM, Jacob Carlborg wrote: On 2012-01-16 06:20, Nick Sabalausky wrote: Andrei Alexandrescuseewebsiteforem...@erdani.org wrote in message news:jevr6q$8vp$1...@digitalmars.com... I just added a handy script, tools/update.sh. https

Re: update.sh

2012-01-16 Thread Jacob Carlborg
added a handy script, tools/update.sh. https://github.com/D-Programming-Language/tools/commit/cc4e3c07c2ebb19dbb90c2d29c828f5fb714e605 It's useful for people who work on dmd and want to either download anew or freshen their repositories. Comments and ideas are welcome. Soo...you made a tool

Re: update.sh

2012-01-16 Thread Nick Sabalausky
great that DVM exists for people who need it, but I don't see a competition between it and update.sh. I don't mean to say that your tool is bad or that you shouldn't have made it, but the issues you addressed with DVM can be fixed, and really, I've been detecting a bit of NIH coming from

Re: update.sh

2012-01-16 Thread Jesse Phillips
to have an upstream. https://github.com/D-Programming-Language/tools/blob/c5c61a67b7f043f8127d3bf92c98d19a30d6b06d/update.sh#L136 You can add the remote to your repository with git remote add upstream g...@github.com:D-Programming-Language/dmd.git

Re: update.sh

2012-01-16 Thread Andrei Alexandrescu
On 1/16/12 3:02 AM, Jacob Carlborg wrote: A large list of dependencies?? The only runtime dependency is zlib. That's in the case we want to include it in tools/. Andrei

Re: update.sh

2012-01-16 Thread Jacob Carlborg
On 2012-01-16 16:38, Andrei Alexandrescu wrote: On 1/16/12 3:02 AM, Jacob Carlborg wrote: A large list of dependencies?? The only runtime dependency is zlib. That's in the case we want to include it in tools/. Andrei So you're referring to the build dependencies. * DSSS - It's possible

Re: update.sh

2012-01-16 Thread Andrei Alexandrescu
wasn't enumerating issues that need to be fixed with DVM - merely mentioning simple reasons that make DVM and update.sh different enough to not compete. Andrei

Re: update.sh

2012-01-16 Thread jdrewsen
On Monday, 16 January 2012 at 15:48:17 UTC, Jacob Carlborg wrote: On 2012-01-16 16:38, Andrei Alexandrescu wrote: On 1/16/12 3:02 AM, Jacob Carlborg wrote: A large list of dependencies?? The only runtime dependency is zlib. That's in the case we want to include it in tools/. Andrei So

Re: update.sh

2012-01-15 Thread Brad Roberts
On 1/15/2012 6:28 PM, Andrei Alexandrescu wrote: On 1/15/12 7:39 PM, Jordi Sayol wrote: Al 16/01/12 01:32, En/na Andrei Alexandrescu ha escrit: I just added a handy script, tools/update.sh. https://github.com/D-Programming-Language/tools/commit/cc4e3c07c2ebb19dbb90c2d29c828f5fb714e605 It's