[Issue 7751] [ICE] From auto and forward reference

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7751 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||ice, pull

[Issue 7754] static this() in template is stripped during header gen

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7754 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[Issue 7611] static this() in template is not executed in .lib

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7611 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7754] static this() in template is stripped during header gen

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7754 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC|

[Issue 7722] Refuse normal functions to be used as properties

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7722 --- Comment #6 from Kenji Hara k.hara...@gmail.com 2012-03-24 00:24:18 PDT --- Reposted same pull: https://github.com/D-Programming-Language/dmd/pull/830 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 7743] Parsing problem with nothrow delegate

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7743 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 7608] __traits(allMembers) is broken

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7608 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, wrong-code ---

[Issue 7731] Assertion failure: 't' on line 7911 in file 'mtype.c'

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7731 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||ice, pull

[Issue 7759] Inconsistencies with Array Operations

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7759 --- Comment #2 from Daniel daniel...@bigpond.com 2012-03-24 02:13:16 PDT --- Its cases like this that are curious aswell. void main() { int[] a = [3,3,3]; int[2] y = a[] + a[]; // ok int[2] x = [3,3,3] + [3,3,3]; // error

[Issue 7759] Inconsistencies with Array Operations

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7759 --- Comment #3 from Daniel daniel...@bigpond.com 2012-03-24 02:27:57 PDT --- If nothing else, the following must be a compiler bug, or otherwise a very unclear syntax; int[2] fnc(int[2] a, int[2] b) { return a[] + b[]; // Error: cannot

[Issue 7759] Inconsistencies with Array Operations

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7759 --- Comment #4 from Daniel daniel...@bigpond.com 2012-03-24 02:50:38 PDT --- Possible duplicate of things pointed out in #3066 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 4953] Regression(2.031): templates don't do implicit conversion properly

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4953 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #12

[Issue 2367] Overloading error with string literals

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2367 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #12

[Issue 7755] regression(2.059head): ICE in glue.c

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7755 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[Issue 7760] New: Getting delegate address from class object requires unneeded cast

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7760 Summary: Getting delegate address from class object requires unneeded cast Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 7761] New: lambda expression doesn't parse attributes

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7761 Summary: lambda expression doesn't parse attributes Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 7761] lambda expression doesn't parse attributes

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7761 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 7762] New: Possible bug in std.algorithm.sort(ubyte[])

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7762 Summary: Possible bug in std.algorithm.sort(ubyte[]) Product: D Version: unspecified Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid

[Issue 7664] Problem with fixed-sized associative array key assignment

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7664 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2012-03-24 09:52:23 PDT --- Compiler can calculate the length for s[0 .. 4] in compile time, because both lower bound and upper bound are constant expressions. So converting it to static array

[Issue 7664] Problem with fixed-sized associative array key assignment

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7664 bearophile_h...@eml.cc changed: What|Removed |Added Severity|normal |enhancement --- Comment #2

[Issue 7664] Problem with fixed-sized associative array key assignment

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7664 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2012-03-24 10:26:02 PDT --- (In reply to comment #2) Thank you for your answers. I convert this to enhancement request then. I think such constant-folding is useful to remove some run-time

[Issue 7757] Inout function with lazy inout parameter doesn't compile

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7757 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[Issue 7694] Internal error: e2ir.c 1251 when calling member function inside struct via alias param

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7694 --- Comment #4 from Dmitry Olshansky dmitry.o...@gmail.com 2012-03-24 14:28:17 PDT --- I think the error is tolerable, when I found workaround I just rewrote it to global template. Less flexible maybe, but works for me. -- Configure

[Issue 7755] regression(2.059head): ICE in glue.c

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7755 --- Comment #2 from github-bugzi...@puremagic.com 2012-03-24 17:00:35 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 7763] New: No template instantiation backtrace printed trying to use writefln on a const or immutable object reference

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7763 Summary: No template instantiation backtrace printed trying to use writefln on a const or immutable object reference Product: D Version: D2 Platform: x86 OS/Version: Windows

[Issue 7764] New: Using phobos on windows through MinGW

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7764 Summary: Using phobos on windows through MinGW Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 7765] New: Cannot access __gshared function pointers from static methods

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7765 Summary: Cannot access __gshared function pointers from static methods Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major

[Issue 7755] regression(2.059head): ICE in glue.c

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

[Issue 7766] New: (Full Closures) Chain of nested functions fails

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7766 Summary: (Full Closures) Chain of nested functions fails Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW Severity: minor Priority: P2

[Issue 7767] New: Unstable sort - slow performance cases

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7767 Summary: Unstable sort - slow performance cases Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 7731] Assertion failure: 't' on line 7911 in file 'mtype.c'

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7731 --- Comment #2 from github-bugzi...@puremagic.com 2012-03-24 21:17:50 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 7743] Parsing problem with nothrow delegate

2012-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7743 --- Comment #3 from github-bugzi...@puremagic.com 2012-03-24 22:27:49 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 7731] Assertion failure: 't' on line 7911 in file 'mtype.c'

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