[Issue 2095] covariance w/o typechecks = bugs

2010-11-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2095 --- Comment #23 from Sobirari Muhomori 2010-11-20 14:30:34 PST --- > [] Interesting. This type implies array is mutable, so you can put objects into it. Java will check at runtime for array type, but in D arrays don't have rtti. -- Config

[Issue 5219] @noheap annotation

2010-11-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5219 --- Comment #7 from Sobirari Muhomori 2010-11-20 14:24:31 PST --- (In reply to comment #5) > This is not only performance but also behavior. Multithreading, GC and TLS have global consequences, who knows, how third-party code will react on it

[Issue 5246] PATCH(s): fix a couple more uninitialised variables

2010-11-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5246 --- Comment #2 from simon 2010-11-20 09:05:44 PST --- Created an attachment (id=825) PATCH: fix use of uninitialised variable in cgelem.c -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 5246] PATCH(s): fix a couple more uninitialised variables

2010-11-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5246 --- Comment #1 from simon 2010-11-20 09:05:10 PST --- Created an attachment (id=824) PATCH: fix use of uninitialised variable in cod4.c -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving t

[Issue 5246] New: PATCH(s): fix a couple more uninitialised variables

2010-11-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5246 Summary: PATCH(s): fix a couple more uninitialised variables Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: minor Priority: P2

[Issue 5245] Interface function TraceInfo.toString is not implemented

2010-11-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5245 Iain Buclaw changed: What|Removed |Added CC||ibuc...@ubuntu.com --- Comment #1 from I

[Issue 5245] New: Interface function TraceInfo.toString is not implemented

2010-11-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5245 Summary: Interface function TraceInfo.toString is not implemented Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 4854] Regression(2.047, Mac only) writefln Segmentation fault if no globals

2010-11-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4854 --- Comment #11 from Jacob Carlborg 2010-11-20 03:14:21 PST --- Created an attachment (id=823) Patch I'm adding my patch here as well so it doesn't get lost. I've created a patch but I'm not completely sure if it solves the problem or not. I