digitalmars.D.announce - DMD 0.143 release
- Walter Bright (2/2) Jan 11 2006 Fold in of bug fixes.
- Don Clugston (10/13) Jan 11 2006 Did you update phobos.lib? It's not linking to std.math.abs.
- Walter Bright (4/13) Jan 11 2006 I did update it, here's what it should be:
- Don Clugston (3/23) Jan 11 2006 Found the problem. It turns out I had a DMD 0.142 phobos.lib in the
- Walter Bright (1/1) Jan 12 2006 Don, can you send me your email address, please?
- Don Clugston (5/6) Jan 12 2006 Done. If you haven't recieved it yet, please reply here.
-
Walter Bright
(3/9)
Jan 12 2006
I want to get it to zero.
- Tom S (9/12) Jan 11 2006 Mmmm delicious :) Thanks a lot !
- Jarrett Billingsley (21/23) Jan 11 2006 Hey,
-
Kris
(4/7)
Jan 11 2006
What? Nothing thoroughly controversial in this release?
-
Stewart Gordon
(13/16)
Jan 12 2006
- Lionello Lunesu (7/9) Jan 12 2006 Thanks Walter, updates of this kind (mainly fixes) really boost confiden...
- Walter Bright (3/12) Jan 12 2006 When I do 1.0, I plan to archive the current one and start with a fresh ...
- Charles (5/20) Jan 13 2006 confidence
- Charles (7/23) Jan 13 2006 one.
- Charles (4/31) Jan 13 2006 s/is/are/
- James Dunne (2/49) Jan 13 2006 Ohh... bad regex!
- Tom S (9/61) Jan 13 2006 LOL this *are* crazy :D
Fold in of bug fixes. http://www.digitalmars.com/d/changelog.html
Jan 11 2006
Walter Bright wrote:Fold in of bug fixes. http://www.digitalmars.com/d/changelog.htmlDid you update phobos.lib? It's not linking to std.math.abs. eg. import std.math; int main() { return abs(-30); } won't link. Maybe you should also comment out std.math2.abs() to prevent conflicts.
Jan 11 2006
"Don Clugston" <dac nospam.com.au> wrote in message news:dq2lc5$1322$1 digitaldaemon.com...Did you update phobos.lib? It's not linking to std.math.abs. eg. import std.math; int main() { return abs(-30); } won't link. Maybe you should also comment out std.math2.abs() to prevent conflicts.I did update it, here's what it should be: 01/11/2006 12:35 AM 749,056 phobos.lib
Jan 11 2006
Walter Bright wrote:"Don Clugston" <dac nospam.com.au> wrote in message news:dq2lc5$1322$1 digitaldaemon.com...Found the problem. It turns out I had a DMD 0.142 phobos.lib in the directory I was compiling from! Sorry for that piece of stupidity.Did you update phobos.lib? It's not linking to std.math.abs. eg. import std.math; int main() { return abs(-30); } won't link. Maybe you should also comment out std.math2.abs() to prevent conflicts.I did update it, here's what it should be: 01/11/2006 12:35 AM 749,056 phobos.lib
Jan 11 2006
Don, can you send me your email address, please?
Jan 12 2006
Walter Bright wrote:Don, can you send me your email address, please?Done. If you haven't recieved it yet, please reply here. BTW, thanks for all the bugs fixed over the past few releases. The template metaprogramming is getting solid: my file of hacks/workarounds has gone from twenty functions to three.
Jan 12 2006
"Don Clugston" <dac nospam.com.au> wrote in message news:dq5ufd$pcc$1 digitaldaemon.com...Walter Bright wrote:I want to get it to zero. <g>Don, can you send me your email address, please?Done. If you haven't recieved it yet, please reply here. BTW, thanks for all the bugs fixed over the past few releases. The template metaprogramming is getting solid: my file of hacks/workarounds has gone from twenty functions to three.
Jan 12 2006
Walter Bright wrote:Fold in of bug fixes. http://www.digitalmars.com/d/changelog.htmlMmmm delicious :) Thanks a lot ! -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS/M d-pu s+: a-->----- C+++$>++++ UL P+ L+ E--- W++ N++ o? K? w++ !O !M V? PS- PE- Y PGP t 5 X? R tv-- b DI- D+ G e>+++ h>++ !r !y ------END GEEK CODE BLOCK------ Tomasz Stachowiak /+ a.k.a. h3r3tic +/
Jan 11 2006
"Walter Bright" <newshound digitalmars.com> wrote in message news:dq2h6e$v8p$1 digitaldaemon.com...Fold in of bug fixes. http://www.digitalmars.com/d/changelog.htmlHey, any idea when this atrocity is going to be fixed? class Outer { void fork() { Inner i = new Inner; i.x = 5; // Error, inaccessible } class Inner { private int x; } } i.x is inaccessible from any methods of Outer. This breaks the rules of implicit-module-friendship, and furthermore, is frustrating. I've run into it too many times to count, and have had to make several inner class methods and fields public, something which I'm not fond of doing.
Jan 11 2006
What? Nothing thoroughly controversial in this release? <g> (thanks for the 'properties' fix ~ makes for a cleaner API in certain cases) "Walter Bright" <newshound digitalmars.com> wrote in message news:dq2h6e$v8p$1 digitaldaemon.com...Fold in of bug fixes. http://www.digitalmars.com/d/changelog.html
Jan 11 2006
Kris wrote:What? Nothing thoroughly controversial in this release? <g> (thanks for the 'properties' fix ~ makes for a cleaner API in certain cases)<snip> Every release has something controversial, namely the fixes that haven't made it in. :-) Stewart. -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS/M d- s:- C++ a->--- UB P+ L E W++ N+++ o K- w++ O? M V? PS- PE- Y? PGP- t- 5? X? R b DI? D G e++>++++ h-- r-- !y ------END GEEK CODE BLOCK------ My e-mail is valid but not my primary mailbox. Please keep replies on the 'group where everyone may benefit.
Jan 12 2006
"Walter Bright" <newshound digitalmars.com> wrote in message news:dq2h6e$v8p$1 digitaldaemon.com...Fold in of bug fixes. http://www.digitalmars.com/d/changelog.htmlThanks Walter, updates of this kind (mainly fixes) really boost confidence in D, well mine anyway. But uh, the changelog page is getting rather long, 116,133 bytes. It might be a good idea to create a seperate page for the latest release :-& Lio.
Jan 12 2006
"Lionello Lunesu" <lio remove.lunesu.com> wrote in message news:dq5r4i$mlc$1 digitaldaemon.com..."Walter Bright" <newshound digitalmars.com> wrote in message news:dq2h6e$v8p$1 digitaldaemon.com...When I do 1.0, I plan to archive the current one and start with a fresh one.Fold in of bug fixes. http://www.digitalmars.com/d/changelog.htmlThanks Walter, updates of this kind (mainly fixes) really boost confidence in D, well mine anyway. But uh, the changelog page is getting rather long, 116,133 bytes. It might be a good idea to create a seperate page for the latest release :-&
Jan 12 2006
"Walter Bright" <newshound digitalmars.com> wrote in message news:dq60d4$qte$2 digitaldaemon.com..."Lionello Lunesu" <lio remove.lunesu.com> wrote in message news:dq5r4i$mlc$1 digitaldaemon.com...confidence"Walter Bright" <newshound digitalmars.com> wrote in message news:dq2h6e$v8p$1 digitaldaemon.com...Fold in of bug fixes. http://www.digitalmars.com/d/changelog.htmlThanks Walter, updates of this kind (mainly fixes) really boostmightin D, well mine anyway. But uh, the changelog page is getting rather long, 116,133 bytes. Itone.be a good idea to create a seperate page for the latest release :-&When I do 1.0, I plan to archive the current one and start with a fresh
Jan 13 2006
When I do 1.0, I plan to archive the current one and start with a freshone. So there _is_ plans for a 1.0 ! :D "Walter Bright" <newshound digitalmars.com> wrote in message news:dq60d4$qte$2 digitaldaemon.com..."Lionello Lunesu" <lio remove.lunesu.com> wrote in message news:dq5r4i$mlc$1 digitaldaemon.com...confidence"Walter Bright" <newshound digitalmars.com> wrote in message news:dq2h6e$v8p$1 digitaldaemon.com...Fold in of bug fixes. http://www.digitalmars.com/d/changelog.htmlThanks Walter, updates of this kind (mainly fixes) really boostmightin D, well mine anyway. But uh, the changelog page is getting rather long, 116,133 bytes. Itone.be a good idea to create a seperate page for the latest release :-&When I do 1.0, I plan to archive the current one and start with a fresh
Jan 13 2006
s/is/are/ ! "Charles" <noone nowhere.com> wrote in message news:dq8lbq$105c$1 digitaldaemon.com...When I do 1.0, I plan to archive the current one and start with a freshone. So there _is_ plans for a 1.0 ! :D "Walter Bright" <newshound digitalmars.com> wrote in message news:dq60d4$qte$2 digitaldaemon.com..."Lionello Lunesu" <lio remove.lunesu.com> wrote in message news:dq5r4i$mlc$1 digitaldaemon.com...confidence"Walter Bright" <newshound digitalmars.com> wrote in message news:dq2h6e$v8p$1 digitaldaemon.com...Fold in of bug fixes. http://www.digitalmars.com/d/changelog.htmlThanks Walter, updates of this kind (mainly fixes) really boostmightin D, well mine anyway. But uh, the changelog page is getting rather long, 116,133 bytes. Itone.be a good idea to create a seperate page for the latest release :-&When I do 1.0, I plan to archive the current one and start with a fresh
Jan 13 2006
Charles wrote:s/is/are/ ! "Charles" <noone nowhere.com> wrote in message news:dq8lbq$105c$1 digitaldaemon.com...Ohh... bad regex!When I do 1.0, I plan to archive the current one and start with a freshone. So there _are_ plans for a 1.0 ! :D "Walter Bright" <newshound digitalmars.com> wrote in message news:dq60d4$qte$2 digitaldaemon.com..."Lionello Lunesu" <lio remove.lunesu.com> wrote in message news:dq5r4i$mlc$1 digitaldaemon.com...confidence"Walter Bright" <newshound digitalmars.com> wrote in message news:dq2h6e$v8p$1 digitaldaemon.com...Fold in of bug fixes. http://www.digitalmars.com/d/changelog.htmlThanks Walter, updates of *thare* kind (mainly fixes) really boostmightin D, well mine anyway. But uh, the changelog page *are* getting rather long, 116,133 bytes. Itone.be a good idea to create a seperate page for the latest release :-&When I do 1.0, I plan to archive the current one and start with a fresh
Jan 13 2006
James Dunne wrote:Charles wrote:LOL this *are* crazy :D -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS/M d-pu s+: a-->----- C+++$>++++ UL P+ L+ E--- W++ N++ o? K? w++ !O !M V? PS- PE- Y PGP t 5 X? R tv-- b DI- D+ G e>+++ h>++ !r !y ------END GEEK CODE BLOCK------ Tomasz Stachowiak /+ a.k.a. h3r3tic +/s/is/are/ ! "Charles" <noone nowhere.com> wrote in message news:dq8lbq$105c$1 digitaldaemon.com...Ohh... bad regex!When I do 1.0, I plan to archive the current one and start with a freshone. So there _are_ plans for a 1.0 ! :D "Walter Bright" <newshound digitalmars.com> wrote in message news:dq60d4$qte$2 digitaldaemon.com..."Lionello Lunesu" <lio remove.lunesu.com> wrote in message news:dq5r4i$mlc$1 digitaldaemon.com...confidence"Walter Bright" <newshound digitalmars.com> wrote in message news:dq2h6e$v8p$1 digitaldaemon.com...Fold in of bug fixes. http://www.digitalmars.com/d/changelog.htmlThanks Walter, updates of *thare* kind (mainly fixes) really boostmightin D, well mine anyway. But uh, the changelog page *are* getting rather long, 116,133 bytes. Itone.be a good idea to create a seperate page for the latest release :-&When I do 1.0, I plan to archive the current one and start with a fresh
Jan 13 2006