[Issue 190] Cannot forward reference typedef/alias in default value for function parameter

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=190 --- Comment #7 from Brad Roberts 2010-08-31 23:00:44 PDT --- A recursion limiting patch has been added to bug 4753. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4779] New: www.d-programming-language.org "Interfacing to C" should make clear how to do callbacks

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4779 Summary: www.d-programming-language.org "Interfacing to C" should make clear how to do callbacks Product: D Version: D2 Platform: Other OS/Version: All Status: NEW

[Issue 4778] New: www.d-programming-language.org "Interfacing to C" says "There are no const or volatile type modifiers in D"

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4778 Summary: www.d-programming-language.org "Interfacing to C" says "There are no const or volatile type modifiers in D" Product: D Version: D2 Platform: Other OS/Version: All

[Issue 4776] New: www.d-programming-language.org links to Phobos 1.0 docs instead of 2.0

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4776 Summary: www.d-programming-language.org links to Phobos 1.0 docs instead of 2.0 Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severit

[Issue 4777] New: www.d-programming-language.org "Language Reference" has link to "Const and Invariant"

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4777 Summary: www.d-programming-language.org "Language Reference" has link to "Const and Invariant" Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 2613] The trivial hello.d sample program fails at execution

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2613 AdamB changed: What|Removed |Added CC||cru...@gmail.com --- Comment #3 from AdamB 20

[Issue 4261] Bad textual printing of enums

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4261 --- Comment #4 from bearophile_h...@eml.cc 2010-08-31 18:57:48 PDT --- What I am saying in bug 3999 is relative to just the case where the enum has a EnumTag. In this case I prefer the enum to be like a typedef (as the C++0x "enum class") and re

[Issue 3999] Enum equality to an int

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3999 --- Comment #2 from bearophile_h...@eml.cc 2010-08-31 18:38:56 PDT --- See a discussion here: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=116546 -- Configure issuemail: http://d.puremagic.com/issues/us

[Issue 4775] New: No substitution on writef("%%%s", "hi")

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4775 Summary: No substitution on writef("%%%s", "hi") Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: wrong-code Severity: normal

[Issue 4772] DMD allows "dereferencing" arrays as if it were a pointer to first element

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4772 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 4774] New: Docs: Mixin Templates

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4774 Summary: Docs: Mixin Templates Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: websites

[Issue 4773] [PATCH] Rebindable should be castable to bool

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4773 Simen Kjaeraas changed: What|Removed |Added Summary|]Rebindable should be |[PATCH] Rebindable should

[Issue 4773] New: ]Rebindable should be castable to bool

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4773 Summary: ]Rebindable should be castable to bool Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: enhancement Priority: P2 C

[Issue 3318] [PATCH]Rebindable.get is not accessible

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3318 Simen Kjaeraas changed: What|Removed |Added Summary|]Rebindable.get is not |[PATCH]Rebindable.get is

[Issue 2943] Struct copying in presence of alias member this only copies alias this member

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2943 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment

[Issue 2195] Variable shadowing is not detected and reported

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2195 --- Comment #5 from Don 2010-08-31 04:37:13 PDT --- (In reply to comment #4) > (In reply to comment #3) > > (In reply to comment #2) > > > I was wrong, the bug has come back (1.063 and 2.048, Windows). > > > > I tested 0.165, 1.000, 1.020, 1.0

[Issue 4772] New: DMD allows "dereferencing" arrays as if it were a pointer to first element

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4772 Summary: DMD allows "dereferencing" arrays as if it were a pointer to first element Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW

[Issue 4621] Destructors are inherently u...@safe

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4621 --- Comment #17 from Michel Fortin 2010-08-31 07:27:54 EDT --- In the event keeping a combined destructor-finalizer is the favored option, this could be done by repurposing the to-be-deprecated "scope" qualifier. "scope" could be applied as an

[Issue 2195] Variable shadowing is not detected and reported

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2195 --- Comment #4 from Stewart Gordon 2010-08-31 04:21:58 PDT --- (In reply to comment #3) > (In reply to comment #2) > > I was wrong, the bug has come back (1.063 and 2.048, Windows). > > I tested 0.165, 1.000, 1.020, 1.032, 1.041, 1.050, 1.060

[Issue 1197] "static if" + enum.max/enum.min doesn't compile (D1 only)

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1197 Don changed: What|Removed |Added Summary|regression(D1 only):|"static if" + |"static if" +

[Issue 2195] Variable shadowing is not detected and reported

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2195 Don changed: What|Removed |Added Severity|regression |normal --- Comment #3 from Don 2010-08-31 02:43

[Issue 2393] Regression(1.032, D1 only) IFTI on (T:char)(T[]) vs (T:dchar)(T[])

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2393 Don changed: What|Removed |Added Summary|IFTI regression(D1 only) on |Regression(1.032, D1 only) |(T:

[Issue 4738] ICE using null array in static/constraint if

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4738 Don changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4751] Regression(1.062, 2.047) ICE(constfold.c) >> after error

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4751 Don changed: What|Removed |Added Severity|normal |regression -- Configure issuemail: http://d.pur

[Issue 4751] Regression(1.062, 2.047) ICE(constfold.c) >> after error

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4751 Don changed: What|Removed |Added Keywords||patch Summary|fail_compilation/fail37.

[Issue 4753] fail_compilation/fail116.d sends dmd into a loop, exhausting memory

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4753 --- Comment #3 from Rainer Schuetze 2010-08-31 00:14:49 PDT --- (In reply to comment #2) > The test case compiles with the following patch, without reverting > r634. I meant "as expected fails to compile with error message and without segfaul

[Issue 4771] fail_compilation/fail274.d hits a halt in iasm.c

2010-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4771 Brad Roberts changed: What|Removed |Added Keywords||patch --- Comment #1 from Brad Roberts