[Issue 5354] formatValue: range templates introduce 3 bugs related to class struct cases

2012-06-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5354 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 8229] string literals are not zero-terminated during CTFE

2012-06-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8229 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 5082] delegate alias parameters are silently accepted inside structs. limits most of std.algorithm, etc.

2012-06-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5082 --- Comment #2 from github-bugzi...@puremagic.com 2012-06-12 09:59:35 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8194] Function cannot access frame even though all I requested was the type

2012-06-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8194 --- Comment #2 from github-bugzi...@puremagic.com 2012-06-12 09:59:43 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8194] Function cannot access frame even though all I requested was the type

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

[Issue 5082] delegate alias parameters are silently accepted inside structs. limits most of std.algorithm, etc.

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

[Issue 7585] functions in templates inferred as delegate

2012-06-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7585 --- Comment #9 from github-bugzi...@puremagic.com 2012-06-12 10:06:25 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8229] string literals are not zero-terminated during CTFE

2012-06-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8229 --- Comment #2 from timon.g...@gmx.ch 2012-06-12 10:55:45 PDT --- (In reply to comment #1) This behaviour is intentional. Pointer operations are strictly checked in CTFE. It's the same as doing int n = 0; char c = [n]; which

[Issue 8232] New: Segmentation fault in rt_finalize_gc()

2012-06-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8232 Summary: Segmentation fault in rt_finalize_gc() Product: D Version: D2 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 8198] Nested lambda inference doesn't work

2012-06-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8198 --- Comment #2 from github-bugzi...@puremagic.com 2012-06-12 11:43:25 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8198] Nested lambda inference doesn't work

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

[Issue 4364] ICE(class.c) compiling a struct def named 'Object' followed by a class definition

2012-06-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4364 --- Comment #4 from github-bugzi...@puremagic.com 2012-06-12 15:58:47 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8108] Forward declaration and implementation allowed in same file

2012-06-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8108 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 8106] func.stringof with default args

2012-06-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8106 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 8105] in ref

2012-06-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8105 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 4364] ICE(class.c) compiling a struct def named 'Object' followed by a class definition

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

[Issue 8106] func.stringof with default args

2012-06-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8106 --- Comment #3 from Manu turkey...@gmail.com 2012-06-12 17:24:20 PDT --- (In reply to comment #2) Can you please verify the behavior you are seeing? Sorry, that should have a typeof(): pragma(msg, typeof(func).stringof); - void(Colour c =

[Issue 8105] in ref

2012-06-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8105 --- Comment #1 from github-bugzi...@puremagic.com 2012-06-12 20:10:26 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd