[Issue 5856] overloading on const doesn't work for operator overload

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5856 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6158] winsamp and dhry samples need an update

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6158 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2472] Delegates are not lvalue.

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2472 yebblies changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment #2 from yeb

[Issue 6173] Compiler treats read access of a delegate's function pointer as an lvalue access

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6173 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6173] New: Compiler treats read access of a delegate's function pointer as an lvalue access

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6173 Summary: Compiler treats read access of a delegate's function pointer as an lvalue access Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW

[Issue 5653] Allocating in a destructor called during a GC corrupts memory

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5653 Sean Kelly changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 6135] Thread/GC interaction bug on OS X

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6135 Sean Kelly changed: What|Removed |Added Status|REOPENED|ASSIGNED --- Comment #4 from Sean Kelly

[Issue 6135] Thread/GC interaction bug on OS X

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6135 Sean Kelly changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 6171] rdmd: cache dependency file to improve startup time [patch]

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6171 --- Comment #1 from ari edelkind 2011-06-17 10:29:44 PDT --- I should note that the temporary-object-file cache directory is probably a more sensible place for the cached deps file. This way, the deps file can be cached even if the source dir

[Issue 6172] New: rdmd: insecure temporary file creation

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6172 Summary: rdmd: insecure temporary file creation Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: critical Priority: P2 C

[Issue 6135] Thread/GC interaction bug on OS X

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6135 klickverbot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6135] Thread/GC interaction bug on OS X

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6135 --- Comment #3 from klickverbot 2011-06-17 09:56:46 PDT --- Fixed by Sean Kelly in https://github.com/D-Programming-Language/druntime/commit/45c4f1b94091cc5aa72de7b0fddf76a6de21. -- Configure issuemail: http://d.puremagic.com/issues/user

[Issue 6171] New: rdmd: cache dependency file to improve startup time [patch]

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6171 Summary: rdmd: cache dependency file to improve startup time [patch] Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: e

[Issue 519] Invariant not called from autogenerated constructor

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=519 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #5 from yebbl

[Issue 4511] Contravariance problem

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4511 yebblies changed: What|Removed |Added Keywords||patch CC|

[Issue 6169] [CTFE] pure functions cannot compute constants using functions not marked as pure

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6169 --- Comment #3 from timon.g...@gmx.ch 2011-06-17 06:57:25 PDT --- Interestingly, it does not apply to nothrow unless interpreting the function fails :). I think this is a diagnostics bug: int foo(){return 0;} int bar(){assert(0);} void main() n

[Issue 6168] Regression (2.047): Cannot create enum of struct with constructor

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6168 --- Comment #3 from Johann MacDonagh 2011-06-17 06:59:51 PDT --- D'oh! I searched for a duplicate before posting, so I don't know how I missed that. Perfect! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email -

[Issue 3836] [TDPL] obligatory override attribute

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3836 yebblies changed: What|Removed |Added Keywords||patch CC|

[Issue 5272] Postblit not called on copying due to array append

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5272 --- Comment #1 from Steven Schveighoffer 2011-06-17 05:51:37 PDT --- https://github.com/D-Programming-Language/druntime/pull/29 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 6170] New: Undefined reference for methods without body implemented in derived class

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6170 Summary: Undefined reference for methods without body implemented in derived class Product: D Version: D1 Platform: All OS/Version: Linux Status: NEW Seve

[Issue 5272] Postblit not called on copying due to array append

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5272 Steven Schveighoffer changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 2521] Not possible to return immutable value by ref

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2521 Kenji Hara changed: What|Removed |Added CC||dsim...@yahoo.com --- Comment #6 from Ken

[Issue 2780] Regression(2.027) ref Return Allows modification of immutable data

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2780 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2367] Overloading error with string literals

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2367 Don changed: What|Removed |Added CC||ellery-newco...@utulsa.edu --- Comment #8 from D

[Issue 4353] std.utf.stride doesn't work in ctfe

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4353 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5633] [CTFE] ICE(constfold.c): is expression with struct, struct pointer, array literal...

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5633 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4065] [CTFE] AA "in" operator doesn't work

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4065 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4063] [CTFE] key not found in AA gives bad error message

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4063 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6169] [CTFE] pure functions cannot compute constants using functions not marked as pure

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6169 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #2 from Don 2

[Issue 6168] Regression (2.047): Cannot create enum of struct with constructor

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6168 kenn...@gmail.com changed: What|Removed |Added Resolution|FIXED |DUPLICATE --- Comment #2 from kenn.

[Issue 5954] [CTFE] enum structs with ctor

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5954 kenn...@gmail.com changed: What|Removed |Added CC||johann.macdon...@gmail.com --- Comm

[Issue 6168] Regression (2.047): Cannot create enum of struct with constructor

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6168 kenn...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|