[Issue 5953] Too many trailing commas are accepted

2011-05-08 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

[Issue 4745] Non-uniform handling of commas in static initialization of structs

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4745 kenn...@gmail.com changed: What|Removed |Added Keywords||accepts-invalid CC|

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

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5952 kenn...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4264] Support opApply in std.algorithm, std.range where possible

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4264 --- Comment #10 from kenn...@gmail.com 2011-05-08 00:00:18 PDT --- *** Issue 5952 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

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

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5951 kenn...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4704] Problems with aa.byValue()

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4704 --- Comment #2 from kenn...@gmail.com 2011-05-08 00:07:33 PDT --- *** Issue 5951 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

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

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5950 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com

[Issue 1471] Linker error on template function. Error 42: Symbol Undefined ...

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1471 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com

[Issue 4323] std.demangle incorrectly handles template floating point numbers

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

[Issue 4323] std.demangle incorrectly handles template floating point numbers

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4323 kenn...@gmail.com changed: What|Removed |Added Keywords||patch, wrong-code

[Issue 5955] New: core.demangle fail to parse NaN and Infinity.

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5955 Summary: core.demangle fail to parse NaN and Infinity. Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2

[Issue 5955] core.demangle fail to parse NaN and Infinity.

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5955 kenn...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #1 from

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

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5952 --- Comment #2 from bearophile_h...@eml.cc 2011-05-08 03:35:46 PDT --- (In reply to comment #1) That's because byValue returns an opApply delegate, not a range. *** This issue has been marked as a duplicate of issue 4264 *** This is not a

[Issue 5953] Too many trailing commas are accepted

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5953 --- Comment #2 from bearophile_h...@eml.cc 2011-05-08 03:39:56 PDT --- (In reply to comment #1) Please don't use Python to say a D syntax is invalid. Use the D spec or TDPL. I feel free to show what's the design of other languages, if they

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

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5952 --- Comment #3 from kenn...@gmail.com 2011-05-08 04:37:55 PDT --- (In reply to comment #2) (In reply to comment #1) That's because byValue returns an opApply delegate, not a range. *** This issue has been marked as a duplicate of issue

[Issue 5953] Too many trailing commas are accepted

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5953 --- Comment #3 from kenn...@gmail.com 2011-05-08 04:40:20 PDT --- (In reply to comment #2) (In reply to comment #1) Please don't use Python to say a D syntax is invalid. Use the D spec or TDPL. I feel free to show what's the design of

[Issue 5956] New: Undocumented mangling of struct value

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5956 Summary: Undocumented mangling of struct value Product: D Version: D2 Platform: All URL: http://d-programming-language.org/abi.html OS/Version: All Status: NEW

[Issue 5921] No mismatched nested comments

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5921 Stewart Gordon s...@iname.com changed: What|Removed |Added CC||s...@iname.com

[Issue 5957] New: Ambiguous mangling of module and template in template symbol args

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5957 Summary: Ambiguous mangling of module and template in template symbol args Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW

[Issue 5955] core.demangle fail to parse NaN and Infinity.

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5955 --- Comment #2 from kenn...@gmail.com 2011-05-08 09:47:01 PDT --- druntime pull request #15 https://github.com/D-Programming-Language/druntime/pull/15 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You

[Issue 4323] std.demangle incorrectly handles template floating point numbers

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4323 --- Comment #3 from kenn...@gmail.com 2011-05-08 09:47:59 PDT --- druntime pull request #15 https://github.com/D-Programming-Language/druntime/pull/15 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You

[Issue 5957] Ambiguous mangling of module and template in template symbol args

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5957 --- Comment #1 from kenn...@gmail.com 2011-05-08 10:35:26 PDT --- To show that this bug does affect code more than the demangler, consider the following programs: --- // a146zza.d template b(){}

[Issue 5958] New: const/immutable ignored passing to opAssign()

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5958 Summary: const/immutable ignored passing to opAssign() Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 5959] New: Return by reference with nested function should be allowed

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5959 Summary: Return by reference with nested function should be allowed Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 5960] New: Return type inferrence with suffixed function attributes should be allowed

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5960 Summary: Return type inferrence with suffixed function attributes should be allowed Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 5961] New: DMD spell-check inadvertently causes more errors

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5961 Summary: DMD spell-check inadvertently causes more errors Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 5960] Return type inferrence with suffixed function attributes should be allowed

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5960 kenn...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4040] const/immutable on the right in auto return class methods

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4040 kenn...@gmail.com changed: What|Removed |Added CC||k.hara...@gmail.com --- Comment #2

[Issue 5961] DMD spell-check inadvertently causes more errors

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5961 kenn...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5839] Spellchecker matches private symbols outside of the module, leading to extra, broken error messages

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5839 kenn...@gmail.com changed: What|Removed |Added CC||andrej.mitrov...@gmail.com ---

[Issue 5962] New: Template function declaration with prefixed storage class and auto occurs conflict

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5962 Summary: Template function declaration with prefixed storage class and auto occurs conflict Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 2830] private attribute doesn't work for structs/unions/classes

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2830 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 5963] New: iasm does not accept 64bit integer literal

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5963 Summary: iasm does not accept 64bit integer literal Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 5962] Template function declaration with prefixed storage class and auto occurs conflict

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5962 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 5962] Template function declaration with prefixed storage class and auto occurs conflict

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5962 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2011-05-08 15:16:51 PDT --- (In reply to comment #1) Is this bug 4040 ? No. This issue is that passes on parsing but fails on semantic. Bug 4040 is that fails on parsing. -- Configure

[Issue 5962] Template function declaration with prefixed storage class and auto occurs conflict

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5962 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2011-05-08 15:56:10 PDT --- Applying const/immutable/shared storage_class to function type is done in FuncDeclaration::semantic, but template function lookup is before running it. So deducing

[Issue 5938] ICE ztc\symbol.c 1043

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5938 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5964] New: std.stdio.readln can throw a UnicodeException

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5964 Summary: std.stdio.readln can throw a UnicodeException Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 5939] Cannot copy std.algorithm.map

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5939 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 5939] Cannot copy std.algorithm.map

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5939 --- Comment #4 from Walter Bright bugzi...@digitalmars.com 2011-05-08 22:37:58 PDT --- I'm going to argue this is not a compiler bug. The return type from map (call it T) is a private, opaque data type. The only way to get an instance of T is

[Issue 5966] New: [2.053 beta][CTFE] Stack overflow on trivial func

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5966 Summary: [2.053 beta][CTFE] Stack overflow on trivial func Product: D Version: future Platform: Other OS/Version: Windows Status: NEW Severity: regression

[Issue 5965] New: [2.053 beta] map rejects a predicate with anon-func and nested func

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5965 Summary: [2.053 beta] map rejects a predicate with anon-func and nested func Product: D Version: future Platform: Other OS/Version: Windows Status: NEW

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

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5940 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|