Re: DMD 2.x compiler in Arch Linux repo

2012-01-15 Thread Gour
On Sun, 15 Jan 2012 23:16:23 +0100 "Михаил Страшун" wrote: > http://www.archlinux.org/packages/?q=dmd > > Since today 2.x branch of dmd is in Arch Linux [community] repo, > replacing 1.x branch. Great news! Sincerely, Gour(uninstalling dmd2-complete and installing dmd package) -- One who

Re: update.sh

2012-01-15 Thread Jacob Carlborg
On 2012-01-16 06:20, Nick Sabalausky wrote: "Andrei Alexandrescu" 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/cc4e3c07c2ebb19dbb90c2d29c828f5fb714e605 It's useful for people who w

Re: DMD 2.x compiler in Arch Linux repo

2012-01-15 Thread Zachary Lund
On 01/15/2012 04:16 PM, Михаил Страшун wrote: http://www.archlinux.org/packages/?q=dmd Since today 2.x branch of dmd is in Arch Linux [community] repo, replacing 1.x branch. Oh wow, I was just complaining about that the other day on their IRC channel and the dmd-complete package (which was th

Re: update.sh

2012-01-15 Thread Nick Sabalausky
"Andrei Alexandrescu" 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/cc4e3c07c2ebb19dbb90c2d29c828f5fb714e605 > > It's useful for people who work on dmd and want to either download

Re: update.sh

2012-01-15 Thread Andrei Alexandrescu
On 1/15/12 11:07 PM, Jordi Sayol wrote: Now it works! But always compiles to 32-bit. Can it pass MODEL=xx to make? Done. https://github.com/D-Programming-Language/tools/commit/f4af4d29a66e5152da92e28550a607d1252840e4 Andrei

Re: update.sh

2012-01-15 Thread Jordi Sayol
Al 16/01/12 05:16, En/na Andrei Alexandrescu ha escrit: > On 1/15/12 9:15 PM, Jesse Phillips wrote: >> Note that the line shown is using pulling as the D-Programming-Language >> organization, so only members there will have such access. You could use >> the read only version: >> >> git://github.com

Re: update.sh

2012-01-15 Thread Andrei Alexandrescu
On 1/15/12 9:15 PM, Jesse Phillips wrote: Note that the line shown is using pulling as the D-Programming-Language organization, so only members there will have such access. You could use the read only version: git://github.com/D-Programming-Language/tools.git I might suggest using: git clone -

Re: update.sh

2012-01-15 Thread Jesse Phillips
On Monday, 16 January 2012 at 02:28:37 UTC, Andrei Alexandrescu wrote: Looks like the issue is this: git clone g...@github.com:D-Programming-Language/dmd.git Do you have a github account set up that would let you run the command above? If not, I wonder how the situation can be detected and

Re: update.sh

2012-01-15 Thread Jordi Sayol
Al 16/01/12 03:28, En/na Andrei Alexandrescu ha escrit: > 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/cc4e3c07c2ebb19dbb90c2d29c828f

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/cc4e3c07c2ebb19dbb90c2d29c828f5fb714e

Re: update.sh

2012-01-15 Thread Andrei Alexandrescu
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 useful for people who work on dmd and want to either

Re: update.sh

2012-01-15 Thread Jordi Sayol
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 useful for people who work on dmd and want to either download anew or > freshen the

Re: A tutorial on D templates

2012-01-15 Thread Andrei Alexandrescu
On 1/15/12 4:19 PM, Philippe Sigaud wrote: On Sun, Jan 15, 2012 at 17:00, Ali Çehreli wrote: I do think a big range tutorial is overdue. Andrei's article is good, but we need something a bit more detailed / for newbies I am hoping that this is good enough for now: http://ddili.org/ders/d

Re: DMD 2.x compiler in Arch Linux repo

2012-01-15 Thread Andrei Alexandrescu
On 1/15/12 4:16 PM, Михаил Страшун wrote: http://www.archlinux.org/packages/?q=dmd Since today 2.x branch of dmd is in Arch Linux [community] repo, replacing 1.x branch. Awesome! Should I announce that on reddit? Andrei

update.sh

2012-01-15 Thread Andrei Alexandrescu
I just 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. Andrei

Re: DMD 2.x compiler in Arch Linux repo

2012-01-15 Thread Matej Nanut
Yay! So happy! Finally there's no hard choice to make which package to choose from the AUR! And it works perfectly out- of-the-box! On 15 January 2012 23:57, Jordi Sayol wrote: > Al 15/01/12 23:16, En/na Михаил Страшун ha escrit: >> http://www.archlinux.org/packages/?q=dmd >> >> Since today 2

Re: DMD 2.x compiler in Arch Linux repo

2012-01-15 Thread Jordi Sayol
Al 15/01/12 23:16, En/na Михаил Страшун ha escrit: > http://www.archlinux.org/packages/?q=dmd > > Since today 2.x branch of dmd is in Arch Linux [community] repo, replacing > 1.x branch. > Very good news! It works like a charm. Congratulations! Just one question. Why you place the phobos modu

DMD 2.x compiler in Arch Linux repo

2012-01-15 Thread Михаил Страшун
http://www.archlinux.org/packages/?q=dmd Since today 2.x branch of dmd is in Arch Linux [community] repo, replacing 1.x branch.

Re: A tutorial on D templates

2012-01-15 Thread Philippe Sigaud
On Sun, Jan 15, 2012 at 17:00, Ali Çehreli wrote: >> I do think a big range tutorial is overdue. Andrei's article is good, >> but we need something a bit more detailed / for newbies > > > I am hoping that this is good enough for now: > >  http://ddili.org/ders/d.en/ranges.html It sure is! This s

Re: A tutorial on D templates

2012-01-15 Thread Philippe Sigaud
>> As for Orange, is it OK with you if I show a small part of it? Is it >> OK for me to link to the github project? > > Sure, go ahead and use whatever you want :) Thanks. >> Btw, I think that by using the technics shown in Nick's last year >> article (generating switch/cases from CT information

Re: A tutorial on D templates

2012-01-15 Thread Ali Çehreli
On 01/15/2012 12:18 PM, Walter Bright wrote: On 1/15/2012 8:00 AM, Ali Çehreli wrote: I am hoping that this is good enough for now: http://ddili.org/ders/d.en/ranges.html Please, can you turn this into a Kindle ebook? Both the Turkish and English versions? http://ddili.org/ders/d.en/index.ht

Re: A tutorial on D templates

2012-01-15 Thread Walter Bright
On 1/15/2012 8:00 AM, Ali Çehreli wrote: I am hoping that this is good enough for now: http://ddili.org/ders/d.en/ranges.html Please, can you turn this into a Kindle ebook? Both the Turkish and English versions? http://ddili.org/ders/d.en/index.html

Re: A tutorial on D templates

2012-01-15 Thread Walter Bright
On 1/15/2012 8:00 AM, Ali Çehreli wrote: I am hoping that this is good enough for now: http://ddili.org/ders/d.en/ranges.html Very nice, I'll read it more carefully later.

Re: A tutorial on D templates

2012-01-15 Thread Walter Bright
On 1/15/2012 5:34 AM, Philippe Sigaud wrote: I do think a big range tutorial is overdue. Andrei's article is good, but we need something a bit more detailed / for newbies and shown in the website. Maybe even a .ddoc file with phobos. Yeah, we badly need a "The Range Manifesto".

Re: A tutorial on D templates

2012-01-15 Thread Jesse Phillips
On Sunday, 15 January 2012 at 00:54:37 UTC, Georg Wrede wrote: Why don't we just let the guy write his thing in peace, before demanding a complete book with stylistically professional grammar and style? I mean, at this rate we are beating the horse to death before we've even put it in front o

Re: A tutorial on D templates

2012-01-15 Thread Walter Bright
On 1/15/2012 5:50 AM, Philippe Sigaud wrote: In fact, I'm thrilled to receive remarks, it means people are interested. Nothing worse than silence! Also, I would be doing you a disservice if you ask for feedback, and I don't because I thought it might hurt your feelings.

Re: A tutorial on D templates

2012-01-15 Thread Ali Çehreli
On 01/15/2012 05:34 AM, Philippe Sigaud wrote: On Sun, Jan 15, 2012 at 12:16, Jacob Carlborg wrote: Thank you all for the encouragements! Templates is just one part of the language. There are many other parts to write about :) *snort* I do think a big range tutorial is overdue. Andrei's a

Re: A tutorial on D templates

2012-01-15 Thread d coder
> Btw, it's cool you could generate the pdf. Did you have minted and > pygments already installed? > No. But I downloaded minted.sty and apt-get pygmentize when pdflatex failed. > Don't hesitate to tell me where it's unclear. If you have any example > in mind or some difficulty that constantly t

Re: A tutorial on D templates

2012-01-15 Thread Jacob Carlborg
On 2012-01-15 14:33, Philippe Sigaud wrote: On Sun, Jan 15, 2012 at 12:26, Jacob Carlborg wrote: I see that you have referenced my Orange library, cool. As for Orange, is it OK with you if I show a small part of it? Is it OK for me to link to the github project? Mainly, I wanted to show some

Re: A tutorial on D templates

2012-01-15 Thread Philippe Sigaud
On Sun, Jan 15, 2012 at 03:27, Andrei Alexandrescu wrote: > On 1/14/12 6:54 PM, Georg Wrede wrote: >> Why don't we just let the guy write his thing in peace, before demanding >> a complete book with stylistically professional grammar and style? >> >> I mean, at this rate we are beating the horse

Re: A tutorial on D templates

2012-01-15 Thread Philippe Sigaud
On Sun, Jan 15, 2012 at 11:50, d coder wrote: >> can't open the pdf with acrobat reader under win7 :( >> (the file seems to be ok, contains the pdf header) >> >> im using the latest acrobat reader x > > Same here. When I regenerated the pdf after cloning the git repository > the pdf doc came out

Re: A tutorial on D templates

2012-01-15 Thread Philippe Sigaud
On Sun, Jan 15, 2012 at 12:16, Jacob Carlborg wrote: >> Thank you all for the encouragements! > > > Templates is just one part of the language. There are many other parts to > write about :) *snort* I do think a big range tutorial is overdue. Andrei's article is good, but we need something a bit

Re: A tutorial on D templates

2012-01-15 Thread Philippe Sigaud
On Sun, Jan 15, 2012 at 12:26, Jacob Carlborg wrote: > I see that you have referenced my Orange library, cool. As for Orange, is it OK with you if I show a small part of it? Is it OK for me to link to the github project? Mainly, I wanted to show some tricks you used in util/Reflection.d and util/

Re: A tutorial on D templates

2012-01-15 Thread Jacob Carlborg
On 2012-01-13 22:20, Philippe Sigaud wrote: [Cross-posted with D.learn, since it's also a learning-related post] Hello all, I discovered D a few years ago and, seeing the recent increase in community projects, I looked for a way to bring my own small part to it. I quite like D templates and wa

Re: A tutorial on D templates

2012-01-15 Thread Jacob Carlborg
On 2012-01-14 22:04, Philippe Sigaud wrote: On Sat, Jan 14, 2012 at 21:07, Andrei Alexandrescu wrote: On 1/14/12 5:21 AM, Philippe Sigaud wrote: Uh, I don't think it'll ever be a book. I didn't write it with a book in mind. It's organized as a book (TOC, index, structure) and has 141 page

Re: A tutorial on D templates

2012-01-15 Thread d coder
>> https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/dtemplates.pdf > > > can't open the pdf with acrobat reader under win7 :( > (the file seems to be ok, contains the pdf header) > > im using the latest acrobat reader x Same here. When I regenerated the pdf after cloning the git

Re: A tutorial on D templates

2012-01-15 Thread dennis luehring
https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/dtemplates.pdf can't open the pdf with acrobat reader under win7 :( (the file seems to be ok, contains the pdf header) im using the latest acrobat reader x