[Issue 5994] New: Regression(2.038) Function pointer assignments are not type-checked

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5994 Summary: Regression(2.038) Function pointer assignments are not type-checked Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity

[Issue 5995] New: string append negative integer causes segfault

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5995 Summary: string append negative integer causes segfault Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 5995] string append negative integer causes segfault

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5995 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #1 fr

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

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5653 --- Comment #1 from Vladimir 2011-05-13 04:01:57 PDT --- Created an attachment (id=971) Memory corruption test -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

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

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5653 --- Comment #2 from Vladimir 2011-05-13 04:03:22 PDT --- Created an attachment (id=972) Naive test for disallowing GC interaction after a finalizer exception -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email -

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

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5653 --- Comment #3 from Vladimir 2011-05-13 04:10:06 PDT --- https://github.com/D-Programming-Language/phobos/pull/44 https://github.com/D-Programming-Language/druntime/pull/16 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi

[Issue 5995] string append negative integer causes segfault

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5995 Vladimir changed: What|Removed |Added CC||thecybersha...@gmail.com --- Comment #2 fro

[Issue 5994] Regression(2.038) Function pointer assignments are not type-checked

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

[Issue 3797] Implicit conversion between incompatible function pointers

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3797 yebblies changed: What|Removed |Added CC||samu...@voliacable.com --- Comment #9 from

[Issue 3797] Implicit conversion between incompatible function pointers

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3797 yebblies changed: What|Removed |Added Keywords||wrong-code Severity|critical

[Issue 5984] add new keywords obj_const and obj_immutable to make it possible to declare mutable reference variables referencing const or immutable class instances

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5984 --- Comment #2 from Christopher the Magnificent 2011-05-13 10:09:30 PDT --- Where do I find the "const(Object) ref" syntax described? I've never run across it in the D Language Reference. Point me to some info about this particular syntax an

[Issue 5984] add new keywords obj_const and obj_immutable to make it possible to declare mutable reference variables referencing const or immutable class instances

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5984 --- Comment #3 from kenn...@gmail.com 2011-05-13 11:43:14 PDT --- (In reply to comment #2) > Where do I find the "const(Object) ref" syntax described? I've never run > across it in the D Language Reference. Point me to some info about this > p

[Issue 5996] New: [CTFE] Undefined function call in auto return function

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5996 Summary: [CTFE] Undefined function call in auto return function Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity:

[Issue 5984] add new keywords obj_const and obj_immutable to make it possible to declare mutable reference variables referencing const or immutable class instances

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5984 --- Comment #4 from Christopher the Magnificent 2011-05-13 15:29:16 PDT --- Okay, thanks for bringing me up to speed with the existing "const(Object) ref" stuff. Here's my thought. The const(Object) ref syntax, while getting the job done, is

[Issue 5993] Strange thread exceptions with DMD 2.053 beta 13th May

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5993 David Bryant changed: What|Removed |Added Summary|Regression (2.053 beta 13th |Strange thread exceptions

[Issue 5997] New: Static arrays with 0 length accepted by compiler

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5997 Summary: Static arrays with 0 length accepted by compiler Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW Keywords: accepts-invalid

[Issue 5997] Static arrays with 0 length accepted by compiler

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5997 Vladimir changed: What|Removed |Added CC||thecybersha...@gmail.com --- Comment #1 fro