[Issue 1246] module in multiple packages error needs fixing

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1246 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1456] Cannot use a constant with alias template parameters

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1456 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1481] add final on template function cause local variable be finaled

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1481 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1863] better error message: Error: hidden method called for some class

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1863 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 965] `is(uncompilable template)` is true and doesn't gap errors if not in a function

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=965 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||dav...@126.com --- Comment

[Issue 5991] druntime Win64

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5991 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5990] Phobos Win64 - D1

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5990 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4658] Support needed for new x86 and x86_64 instructions

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4658 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5992] Phobos Win64 - D2

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5992 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2167] incorrect behaviour of IsExpression on invalid template instance

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2167 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 785] Make 'cent' and 'ucent' syntactically valid pending implementation

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=785 --- Comment #33 from Jonathan M Davis jmdavisp...@gmx.com 2012-11-21 01:03:00 PST --- Closing since fixed on D2. Doesn't make sense for D1. How do you mean??? As of the end of this year, D1 will no longer be supported, so it will definitely

[Issue 9051] Passing an immutable global with post-blit to a CTFE function

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9051 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||diagnostic

[Issue 9052] New: [2.061 alpha] AA.length in a const context tries to call opAssign + no error line number

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9052 Summary: [2.061 alpha] AA.length in a const context tries to call opAssign + no error line number Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 9053] Can't overload functions with mixin

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9053 timon.g...@gmx.ch changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 9051] Passing an immutable global with post-blit to a CTFE function

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9051 --- Comment #2 from Dmitry Olshansky dmitry.o...@gmail.com 2012-11-21 10:49:17 PST --- (In reply to comment #1) The error message is not coming from CTFE. Here's a simple case from a comment in the compiler source code (declaration.c): /*

[Issue 785] Make 'cent' and 'ucent' syntactically valid pending implementation

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=785 Stewart Gordon s...@iname.com changed: What|Removed |Added Version|D2 |D1 D2 --- Comment #34

[Issue 785] Make 'cent' and 'ucent' syntactically valid pending implementation

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=785 --- Comment #35 from Jonathan M Davis jmdavisp...@gmx.com 2012-11-21 15:43:33 PST --- That's exactly why it makes no sense that D1 reserves the words at all. So it certainly isn't a D2-only issue. Still, maybe it isn't worth reopening it

[Issue 7192] improve error message for object.d cannot be read

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7192 --- Comment #2 from github-bugzi...@puremagic.com 2012-11-21 16:27:50 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 7192] improve error message for object.d cannot be read

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7192 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9054] New: std.net.curl byLineAsync and byChunkAsync broken.

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9054 Summary: std.net.curl byLineAsync and byChunkAsync broken. Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 7444] Require [] for array copies too

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7444 --- Comment #11 from github-bugzi...@puremagic.com 2012-11-21 20:12:48 PST --- Commits pushed to master at https://github.com/D-Programming-Language/druntime

[Issue 8366] Overriding const member function in conjunction with mutable overload causes a strange error

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8366 --- Comment #4 from github-bugzi...@puremagic.com 2012-11-21 20:37:45 PST --- Commits pushed to master at https://github.com/D-Programming-Language/druntime