[Issue 8146] Potentially ambiguous overloaded call

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8146 --- Comment #1 from Kenji Hara 2012-05-24 22:42:16 PDT --- (In reply to comment #0) > This is just a potential enhancement request. It's not an enhancement request > because I am not sure about it. > > A thread started by Andrej Mitrovic on D.

[Issue 8098] Inner class method can modify outer's members regardless of constancy

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

[Issue 8098] Inner class method can modify outer's members regardless of constancy

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8098 --- Comment #3 from github-bugzi...@puremagic.com 2012-05-24 21:13:49 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/de20f7f9e50c468fe7758604058d0af6bc7f36a

[Issue 8135] throwing Error runs finally handler

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8135 --- Comment #12 from Alex R�nne Petersen 2012-05-25 04:35:42 CEST --- (In reply to comment #11) > >That could work too. I really just want the GC to not assume that an > >allocation error is fatal. > > You could simply override the behavior

[Issue 8145] void template instantiation?

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

[Issue 8145] void template instantiation?

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

[Issue 5650] A RedBlackTree performance problem

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5650 --- Comment #21 from bearophile_h...@eml.cc 2012-05-24 15:54:51 PDT --- I have asked to people on IRC #D to time the D and C++ versions. Two persons have seen a 4.8 X and 4.6 X speed differences (optimized builds, with G++ using -Ofast -s -flto

[Issue 8146] New: Potentially ambiguous overloaded call

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8146 Summary: Potentially ambiguous overloaded call Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Componen

[Issue 8145] New: void template instantiation?

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8145 Summary: void template instantiation? Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: websit

[Issue 8144] New: Lambda template instantiation at Tuple creation point

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8144 Summary: Lambda template instantiation at Tuple creation point Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 8143] New: Safe std.conv.to enum conversion

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8143 Summary: Safe std.conv.to enum conversion Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Ph

[Issue 8142] New: std.functional.curry isn't flexible enough

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8142 Summary: std.functional.curry isn't flexible enough Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Com

[Issue 8141] New: Two small improvements for std.string maketrans and translate

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8141 Summary: Two small improvements for std.string maketrans and translate Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancem

[Issue 8135] throwing Error runs finally handler

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8135 --- Comment #11 from d...@dawgfoto.de 2012-05-24 12:55:08 PDT --- >That could work too. I really just want the GC to not assume that an >allocation error is fatal. You could simply override the behavior by providing your own 'extern(C) void on

[Issue 8112] std.algorithm.fill must accept InputRange

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8112 --- Comment #1 from Guillaume Chatelet 2012-05-24 11:57:55 PDT --- A pull request is pending for this issue https://github.com/D-Programming-Language/phobos/pull/588 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=ema

[Issue 8009] ICE with bad type inside templated function with delegate

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8009 Kenji Hara changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comment #4

[Issue 8090] ICE: Assertion failure: 'typen->deco' on line 1703 in file 'cast.c'

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8090 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8090] ICE: Assertion failure: 'typen->deco' on line 1703 in file 'cast.c'

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8090 --- Comment #2 from Andrej Mitrovic 2012-05-24 10:20:37 PDT --- (In reply to comment #1) > What version do you use? 2.059 > I think this is a dup of bug 8009 (It was a bug in 2.059, and is already > fixed), because this ICE doesn't occur in

[Issue 8135] throwing Error runs finally handler

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8135 --- Comment #10 from Alex R�nne Petersen 2012-05-24 18:44:33 CEST --- (In reply to comment #8) > (In reply to comment #4) > > FWIW, I'm all for making Errors actually fatal and terminating the runtime > > immediately, but then OutOfMemory*Erro

[Issue 8090] ICE: Assertion failure: 'typen->deco' on line 1703 in file 'cast.c'

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8090 Kenji Hara changed: What|Removed |Added Keywords||ice --- Comment #1 from Kenji Hara 2012-

[Issue 8098] Inner class method can modify outer's members regardless of constancy

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8098 Kenji Hara changed: What|Removed |Added Keywords||pull Platform|x86

[Issue 8135] throwing Error runs finally handler

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8135 jens.k.muel...@gmx.de changed: What|Removed |Added CC||jens.k.muel...@gmx.de --- Comme

[Issue 8135] throwing Error runs finally handler

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8135 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment

[Issue 8140] New: allow to catch exceptions by implemented interface

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8140 Summary: allow to catch exceptions by implemented interface Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 8139] Make objects really disposable by addition of "Object finalized" assertion

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8139 --- Comment #5 from Alex R�nne Petersen 2012-05-24 14:11:06 CEST --- It's still set for all objects because it contains a pointer to type info. (The other machine word is the monitor.) -- Configure issuemail: http://d.puremagic.com/issues/u

[Issue 8139] Make objects really disposable by addition of "Object finalized" assertion

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8139 Jacob Carlborg changed: What|Removed |Added CC||d...@me.com --- Comment #4 from Jacob

[Issue 8139] Make objects really disposable by addition of "Object finalized" assertion

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8139 --- Comment #3 from Alex R�nne Petersen 2012-05-24 13:00:51 CEST --- In that case, I have no objections to doing this. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 8139] Make objects really disposable by addition of "Object finalized" assertion

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8139 --- Comment #2 from Denis Shelomovskij 2012-05-24 15:00:11 MSD --- (In reply to comment #1) > Now suppose we added an extra bool field to Object. >From Sean Kelly's reply at NG: > rt_finalize currently nulls out the vtbl pointer, which can se

[Issue 8139] Make objects really disposable by addition of "Object finalized" assertion

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8139 Alex R�nne Petersen changed: What|Removed |Added CC||a...@lycus.org --- Comment #1 fr

[Issue 8139] New: Make objects really disposable by addition of "Object finalized" assertion

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8139 Summary: Make objects really disposable by addition of "Object finalized" assertion Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywo

[Issue 2278] Guarantee alignment of stack-allocated variables on x86

2012-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2278 Manu changed: What|Removed |Added CC||turkey...@gmail.com --- Comment #9 from Manu 2

[Issue 8127] dmd link library paths not given precedence over gcc defaults

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