[Issue 5939] Cannot copy std.algorithm.map

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

[Issue 5940] Cannot create arrays of std.algorithm.map

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

[Issue 5930] cas doesn't work when used in code compiled with -D

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5930 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added CC||r.sagita...@gmx.de

[Issue 3581] private attribute breaks override

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3581 --- Comment #15 from Rainer Schuetze r.sagita...@gmx.de 2011-05-06 23:37:50 PDT --- (In reply to comment #13) See proposed patch and problems with patch:

[Issue 5939] Cannot copy std.algorithm.map

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5939 --- Comment #2 from kenn...@gmail.com 2011-05-06 23:52:03 PDT --- The bug is introduced in commit 1083bd4e (https://github.com/D-Programming-Language/phobos/commit/1083bd4e7b4ef0475084d7eab2e67c65e511c3d4#L1L160), where the return type of map

[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

[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 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

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

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5943 Summary: Power expression optimisation: 2^^unsigned == 1unsigned Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Keywords:

[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

[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 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 k.hara...@gmail.com changed: What|Removed |Added CC||zan77...@nifty.com ---

[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:

[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

[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 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 rob...@octarineparrot.com changed: What|Removed |Added Summary|Classes derived from|Classes

[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 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 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:

[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 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