[Issue 5953] Too many trailing commas are accepted

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

[Issue 5954] New: enum structs with ctor

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5954 Summary: enum structs with ctor Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: enhancement Prior

[Issue 5952] New: map(AA.byValue()) problem

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5952 Summary: map(AA.byValue()) problem Product: D Version: unspecified Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 5953] New: Too many trailing commas are accepted

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5953 Summary: Too many trailing commas are accepted Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: accepts-invalid Severity: minor

[Issue 5951] New: writeln(AAbyValue()) doesn't show the values

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5951 Summary: writeln(AAbyValue()) doesn't show the values Product: D Version: unspecified Platform: x86 OS/Version: Windows Status: NEW Keywords: wrong-code Severity: n

[Issue 5950] New: Linker problem with AA.get()

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5950 Summary: Linker problem with AA.get() Product: D Version: unspecified Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 5948] New: Different error messages for int array

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5948 Summary: Different error messages for int array Product: D Version: unspecified Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity: minor

[Issue 5949] New: Mutable enum matrix rows

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5949 Summary: Mutable enum matrix rows Product: D Version: unspecified Platform: x86 OS/Version: Windows Status: NEW Keywords: accepts-invalid Severity: normal

[Issue 5947] Classes derived from interfaces do not check for method implementation with -o-

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5947 Robert Clipsham changed: What|Removed |Added Summary|Classes derived from|Classes derived from

[Issue 5947] New: Classes derived from templated interfaces do not check for method implementation

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5947 Summary: Classes derived from templated interfaces do not check for method implementation Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW

[Issue 5946] New: failing lookup 'this' from function in template

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5946 Summary: failing lookup 'this' from function in template Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity:

[Issue 5944] Five ideas for the stacktrace

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5944 --- Comment #1 from bearophile_h...@eml.cc 2011-05-07 06:21:51 PDT --- KennyTM~ reminds me that the [idea 3] is bugus, because divisions by zero are not DMD exceptions. So please ignore it. -- Configure issuemail: http://d.puremagic.com/issues

[Issue 4799] template alias parameters cannot take 'this'

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4799 Kenji Hara changed: What|Removed |Added Keywords||rejects-valid Status|NEW

[Issue 693] 'this' can't be used as an alias parameter for a mixin

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=693 Kenji Hara changed: What|Removed |Added CC||zan77...@nifty.com --- Comment #4 from Ken

[Issue 5945] New: redBlackTree printing

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5945 Summary: redBlackTree printing Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Phobos

[Issue 5944] New: Five ideas for the stacktrace

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5944 Summary: Five ideas for the stacktrace Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic Severity: enhancement Priorit

[Issue 5943] New: Power expression optimisation: 2^^unsigned ==> 1<

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5943 Summary: Power expression optimisation: 2^^unsigned ==> 1< 1

[Issue 5942] New: Bitfields are overwritten erroneously

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5942 Summary: Bitfields are overwritten erroneously Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component

[Issue 5941] Using inner struct which references nested function in a no-attribute or auto-return member function causes "nested function cannot be accessed" error

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5941 --- Comment #1 from kenn...@gmail.com 2011-05-07 00:27:39 PDT --- A slight variant is when 'f' is a template function taking a delegate literal as input, it will generate an ICE: - auto f(alias T)() { static

[Issue 5941] New: Using inner struct which references nested function in a no-attribute or auto-return member function causes "nested function cannot be accessed" error

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5941 Summary: Using inner struct which references nested function in a no-attribute or auto-return member function causes "nested function cannot be accessed" error Product: D Ver