Re: dvm (Was: denv - D version of rbenv)

2012-05-04 Thread Nick Sabalausky
"Jacob Carlborg" wrote in message news:jo1jnt$1vfl$1...@digitalmars.com... >> Last time it was brought up, I was unsure of quite what you had in mind. >> I >> was under the impression that you wanted to redesign the whole way the >> command system *worked*. It's occurred to me that's maybe not w

Re: dvm (Was: denv - D version of rbenv)

2012-05-04 Thread Jacob Carlborg
On 2012-05-04 23:31, Nick Sabalausky wrote: There's a little more work could probably be done on DVM's dmd-compiling. It doesn't support passing options to the makefiles. And IIRC it always does a full clean rebuild, it really should have "clean" separate, so you don't have to recompile *everyth

dvm (Was: denv - D version of rbenv)

2012-05-04 Thread Nick Sabalausky
"Jacob Carlborg" wrote in message news:jo1gri$1prf$1...@digitalmars.com... > On 2012-05-04 21:38, Masahiro Nakagawa wrote: > >> Yes. But I don't know the detail of dvm implementation. >> rbenv is a small and compact version manager than rvm. >> (If you want to know more comparison of rbenv and rv

Re: denv - D version of rbenv

2012-05-04 Thread Jacob Carlborg
On 2012-05-04 21:38, Masahiro Nakagawa wrote: Yes. But I don't know the detail of dvm implementation. rbenv is a small and compact version manager than rvm. (If you want to know more comparison of rbenv and rvm, See https://github.com/sstephenson/rbenv ) DVM can't even do half of the things RV

Re: denv - D version of rbenv

2012-05-04 Thread Nick Sabalausky
"Masahiro Nakagawa" wrote in message news:niagensidmjugqbxr...@forum.dlang.org... > On Friday, 4 May 2012 at 17:54:35 UTC, simendsjo wrote: >> On Fri, 04 May 2012 17:54:11 +0200, Masahiro Nakagawa >> wrote: >> >>> I use rbenv to manage multiple versions of Ruby. >>> So, I ported rbenv to D. >>>

Re: denv - D version of rbenv

2012-05-04 Thread Masahiro Nakagawa
On Friday, 4 May 2012 at 19:09:01 UTC, Jacob Carlborg wrote: On 2012-05-04 19:54, simendsjo wrote: On Fri, 04 May 2012 17:54:11 +0200, Masahiro Nakagawa wrote: I use rbenv to manage multiple versions of Ruby. So, I ported rbenv to D. https://github.com/repeatedly/denv I tested dmd on Linux

Re: denv - D version of rbenv

2012-05-04 Thread Masahiro Nakagawa
On Friday, 4 May 2012 at 17:54:35 UTC, simendsjo wrote: On Fri, 04 May 2012 17:54:11 +0200, Masahiro Nakagawa wrote: I use rbenv to manage multiple versions of Ruby. So, I ported rbenv to D. https://github.com/repeatedly/denv I tested dmd on Linux and Mac. (Sorry, I am not GDC and LDC user)

Re: denv - D version of rbenv

2012-05-04 Thread Jacob Carlborg
On 2012-05-04 19:54, simendsjo wrote: On Fri, 04 May 2012 17:54:11 +0200, Masahiro Nakagawa wrote: I use rbenv to manage multiple versions of Ruby. So, I ported rbenv to D. https://github.com/repeatedly/denv I tested dmd on Linux and Mac. (Sorry, I am not GDC and LDC user) I will port ruby-

Re: denv - D version of rbenv

2012-05-04 Thread simendsjo
On Fri, 04 May 2012 17:54:11 +0200, Masahiro Nakagawa wrote: I use rbenv to manage multiple versions of Ruby. So, I ported rbenv to D. https://github.com/repeatedly/denv I tested dmd on Linux and Mac. (Sorry, I am not GDC and LDC user) I will port ruby-build If necessary. Regards, Masahi

denv - D version of rbenv

2012-05-04 Thread Masahiro Nakagawa
I use rbenv to manage multiple versions of Ruby. So, I ported rbenv to D. https://github.com/repeatedly/denv I tested dmd on Linux and Mac. (Sorry, I am not GDC and LDC user) I will port ruby-build If necessary. Regards, Masahiro