Re: dmd 1.061 and 2.046 release

2010-05-15 Thread Don
Walter Bright wrote: Leandro Lucarella wrote: I saw the patches, and having all hardcoded in the compiler doesn't seems like a good idea =/ I know the hardcoding is probably not the best, but I wanted to try it out to see if it was a good feature before committing a lot of work to it. The

Re: dmd 1.061 and 2.046 release

2010-05-15 Thread Walter Bright
Don wrote: Walter Bright wrote: Leandro Lucarella wrote: I saw the patches, and having all hardcoded in the compiler doesn't seems like a good idea =/ I know the hardcoding is probably not the best, but I wanted to try it out to see if it was a good feature before committing a lot of work

Re: dmd 1.061 and 2.046 release

2010-05-15 Thread Jacob Carlborg
On 5/15/10 05:46, Walter Bright wrote: Leandro Lucarella wrote: I saw the patches, and having all hardcoded in the compiler doesn't seems like a good idea =/ I know the hardcoding is probably not the best, but I wanted to try it out to see if it was a good feature before committing a lot of

Re: dmd 1.061 and 2.046 release

2010-05-15 Thread Leandro Lucarella
Don, el 15 de mayo a las 09:47 me escribiste: Walter Bright wrote: Leandro Lucarella wrote: I saw the patches, and having all hardcoded in the compiler doesn't seems like a good idea =/ I know the hardcoding is probably not the best, but I wanted to try it out to see if it was a good

Re: dmd 1.061 and 2.046 release

2010-05-15 Thread Walter Bright
Jacob Carlborg wrote: On 5/15/10 11:00, Walter Bright wrote: Apple's web site isn't much better, it's got to be the most hard to read site I've ever encountered. The text is a faint grey on white, of all things, and the font is so poorly rendered my eyes turn red and painful after a while

Re: dmd 1.061 and 2.046 release

2010-05-15 Thread Walter Bright
Leandro Lucarella wrote: I think the feature could be nice if it needs no configuration at all (it searches the import path and looks for modules where a missing symbol is). The problem with that is often newbies have trouble setting up import paths.

Re: dmd 1.061 and 2.046 release

2010-05-15 Thread Jérôme M. Berger
Walter Bright wrote: Jacob Carlborg wrote: On 5/15/10 11:00, Walter Bright wrote: Apple's web site isn't much better, it's got to be the most hard to read site I've ever encountered. The text is a faint grey on white, of all things, and the font is so poorly rendered my eyes turn red and

Re: dmd 1.061 and 2.046 release

2010-05-15 Thread Ary Borenszweig
Jérôme M. Berger wrote: Walter Bright wrote: Jacob Carlborg wrote: On 5/15/10 11:00, Walter Bright wrote: Apple's web site isn't much better, it's got to be the most hard to read site I've ever encountered. The text is a faint grey on white, of all things, and the font is so poorly rendered

Re: dmd 1.061 and 2.046 release

2010-05-15 Thread Walter Bright
Jérôme M. Berger wrote: Walter Bright wrote: Jacob Carlborg wrote: On 5/15/10 11:00, Walter Bright wrote: Apple's web site isn't much better, it's got to be the most hard to read site I've ever encountered. The text is a faint grey on white, of all things, and the font is so poorly rendered

Re: dmd 1.061 and 2.046 release

2010-05-15 Thread Andrej Mitrovic
Walter Bright Wrote: Jacob Carlborg wrote: On 5/15/10 11:00, Walter Bright wrote: Apple's web site isn't much better, it's got to be the most hard to read site I've ever encountered. The text is a faint grey on white, of all things, and the font is so poorly rendered my eyes turn red and

Re: dmd 1.061 and 2.046 release

2010-05-15 Thread bearophile
Sean Kelly: I made this change a few days ago, after Brad suggested the same thing. It was just a tad late for 2.046. With luck I'll have stack tracing sorted out on Windows before 2.047 as well. Sometimes I complain, but I am very grateful for all the work you and others put in D and its

Re: dmd 1.061 and 2.046 release

2010-05-15 Thread Jacob Carlborg
On 5/15/10 19:27, Walter Bright wrote: Jacob Carlborg wrote: On 5/15/10 11:00, Walter Bright wrote: Apple's web site isn't much better, it's got to be the most hard to read site I've ever encountered. The text is a faint grey on white, of all things, and the font is so poorly rendered my eyes

Re: dmd 1.061 and 2.046 release

2010-05-15 Thread Leandro Lucarella
Walter Bright, el 15 de mayo a las 10:28 me escribiste: Leandro Lucarella wrote: I think the feature could be nice if it needs no configuration at all (it searches the import path and looks for modules where a missing symbol is). The problem with that is often newbies have trouble setting up

Re: dmd 1.061 and 2.046 release

2010-05-15 Thread Adam Ruppe
On 5/15/10, Bernard Helyer b.hel...@gmail.com wrote: Set executable bit, modify PATH Meh, you don't have to do that. On my box, I have a wrapper script in /usr/bin so the dmd command works from anywhere, but you can just as well run it right out of wherever you download it too. ./dmd works just

Re: dmd 1.061 and 2.046 release

2010-05-15 Thread BCS
Hello Adam, On 5/15/10, Bernard Helyer b.hel...@gmail.com wrote: Set executable bit, modify PATH Meh, you don't have to do that. On my box, I have a wrapper script in /usr/bin so the dmd command works from anywhere, but you can just as well run it right out of wherever you download it too.

Re: dmd 1.061 and 2.046 release

2010-05-15 Thread Bernard Helyer
On 16/05/10 13:06, Adam Ruppe wrote: Ew, why? I guess if you have a script it is ok for you, but there's really no need to take it out of the folders where they are at the unzip. Because certain tools expect dmd to be on the PATH. I could edit /etc/environment, but this is simpler.

Re: dmd 1.061 and 2.046 release

2010-05-15 Thread Nick Sabalausky
BCS n...@anon.com wrote in message news:a6268ff13bd08ccc27164400...@news.digitalmars.com... Hello Adam, On 5/15/10, Bernard Helyer b.hel...@gmail.com wrote: Set executable bit, modify PATH Meh, you don't have to do that. On my box, I have a wrapper script in /usr/bin so the dmd command

Re: dmd 1.061 and 2.046 release

2010-05-15 Thread BCS
Hello Nick, BCS n...@anon.com wrote in message news:a6268ff13bd08ccc27164400...@news.digitalmars.com... The same holds for every file in /usr/bin, I wonder what that says about all the other people who put stuff there. Similar thought hold for the other bits and places. Maybe it's my