[Issue 8113] alias this and opDispatch() don't forward opCall

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8113 --- Comment #7 from wfunct...@hotmail.com 2012-05-18 00:42:50 PDT --- (In reply to comment #6) > Today these forwarding doesn't work at all. lol I imagined that was the bug. I guess you could call it the lack of a feature too haha. -- Configu

std.conv.to throws exception when converting const string to int with -O optimisation switch

2012-05-18 Thread Pascal Buenzli
Hi, It seems code compiled by dmd with or without the optimisation switch -O behaves differently in this situation: /* * Compile with either * dmd main.d (won't throw exception) * or * dmd main.d -O (will throw exception) */ imp

Re: [Issue 3363] std.stream.readf segfaults with immutable format strings

2012-05-18 Thread PlatisYialos
Indeed this issue is still open. I've resorted to doing the following, in order to make obvious (to a future reader of the code) the bug: int charsRead = fin.readf(cast(char []) "%c\n", &myChar); Maybe a unittest should be included in the appropriate place within stream.d?

[Issue 8114] New: Methods are delegates, not functions.

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8114 Summary: Methods are delegates, not functions. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: critical Priority: P2 Component:

[Issue 8114] Methods are delegates, not functions.

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8114 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8114] Methods are delegates, not functions.

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8114 wfunct...@hotmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVA

[Issue 8115] New: Templated default constructor not called

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8115 Summary: Templated default constructor not called Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component:

[Issue 8116] New: new Foo().bar() should work

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8116 Summary: new Foo().bar() should work Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: DMD

[Issue 8117] New: Cannot initialize struct member without default constructor

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8117 Summary: Cannot initialize struct member without default constructor Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major

[Issue 8118] Impossible to initialize a member struct without default constructor or assigment

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8118 --- Comment #1 from wfunct...@hotmail.com 2012-05-18 17:05:45 PDT --- Possibly related: http://d.puremagic.com/issues/show_bug.cgi?id=8117 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 8117] Cannot initialize struct member without default constructor

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8117 --- Comment #1 from wfunct...@hotmail.com 2012-05-18 17:05:39 PDT --- Possibly related: http://d.puremagic.com/issues/show_bug.cgi?id=8118 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 8118] New: Impossible to initialize a member struct without default constructor or assigment

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8118 Summary: Impossible to initialize a member struct without default constructor or assigment Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 8104] UFCS on forward reference won't compile

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8104 John Belmonte changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|nob...@pure

[Issue 8071] ICE(glue.c): delegate passed to std.algorithm.map

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8071 kekeni...@yahoo.co.jp changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4481] ICE(glue.c, !vthis->csym) or compiles, depending on the import statements order

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4481 kekeni...@yahoo.co.jp changed: What|Removed |Added CC||kekeni...@yahoo.co.jp --- Comme

[Issue 8114] Methods are delegates, not functions.

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8114 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 8114] Methods are delegates, not functions.

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8114 wfunct...@hotmail.com changed: What|Removed |Added Severity|critical|normal -- Configure issuemail:

[Issue 8114] Methods are delegates, not functions.

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8114 --- Comment #4 from wfunct...@hotmail.com 2012-05-18 20:57:40 PDT --- I put it as critical since it seemed looked like a bug in DMD (I'd never seen it before and it didn't make sense), but when people said it was intentional I forgot to change t

[Issue 8060] xmmstore cannot allocate store for optimized operation that uses int and floats

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8060 --- Comment #4 from github-bugzi...@puremagic.com 2012-05-18 23:03:08 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/cb946cd258a186f09cbaa303d1ded96a8ebb095

[Issue 8060] xmmstore cannot allocate store for optimized operation that uses int and floats

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8060 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|