[Issue 8201] New: Conversion from dynamic array to static array fails when static array is immutable

2012-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8201 Summary: Conversion from dynamic array to static array fails when static array is immutable Product: D Version: unspecified Platform: All OS/Version: All Status: NE

[Issue 8200] DMD segfault: template aliasing result of map

2012-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8200 --- Comment #2 from Kenji Hara 2012-06-05 18:59:01 PDT --- May reduced test case. In 2.060head, following code compilation doesn't finish. (segfault doesn't occurs) Platform: Windows7 64bit template map(alias fun) { auto map(R)(R r) {

[Issue 8155] Deprecate std.range.lockstep

2012-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8155 --- Comment #7 from bearophile_h...@eml.cc 2012-06-05 16:36:14 PDT --- (In reply to comment #6) > You might introduce a new template tomorrow, and then remove it a month later, > so why should I even bother coding against such a library? Is Pho

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

2012-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8194 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid --- Comment #1 from K

[Issue 8155] Deprecate std.range.lockstep

2012-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8155 --- Comment #6 from Andrej Mitrovic 2012-06-05 15:18:38 PDT --- (In reply to comment #4) > (In reply to comment #3) > > Yes let's break code > > You can't assume Phobos will not change. You might introduce a new template tomorrow, and then

[Issue 8155] Deprecate std.range.lockstep

2012-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8155 --- Comment #5 from bearophile_h...@eml.cc 2012-06-05 15:04:06 PDT --- (In reply to comment #3) > Yes let's break code and make new code more verbose, great idea. Your answers have made those arguments of mine stronger, so thank you for your us

[Issue 8155] Deprecate std.range.lockstep

2012-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8155 --- Comment #4 from bearophile_h...@eml.cc 2012-06-05 15:01:26 PDT --- (In reply to comment #3) > Yes let's break code You can't assume Phobos will not change. Some parts of Phobos were designed very quickly, and not at their best. We need dep

[Issue 8155] Deprecate std.range.lockstep

2012-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8155 --- Comment #3 from Andrej Mitrovic 2012-06-05 14:15:51 PDT --- Yes let's break code and make new code more verbose, great idea. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mai

[Issue 8155] Deprecate std.range.lockstep

2012-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8155 --- Comment #2 from bearophile_h...@eml.cc 2012-06-05 13:45:11 PDT --- (In reply to comment #1) > Sorry, but I *do* use the index variable: I didn't said that index variable is never useful and never used. I have said its need is rare, in my ex

[Issue 8200] DMD segfault: template aliasing result of map

2012-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8200 --- Comment #1 from Peter Alexander 2012-06-05 13:43:10 PDT --- Callstack from gdb: Looks like infinite recursive call. Lots of VarExp::interpret() (!!!) ... #104761 0x001512fa in VarExp::interpret () #104762 0x001512fa in VarExp::interpret (

[Issue 8200] New: DMD segfault: template aliasing result of map

2012-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8200 Summary: DMD segfault: template aliasing result of map Product: D Version: D2 Platform: x86_64 OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2

[Issue 8155] Deprecate std.range.lockstep

2012-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8155 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 7585] functions in templates inferred as delegate

2012-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7585 --- Comment #8 from Kenji Hara 2012-06-05 07:41:29 PDT --- A new pull to retry fixing: https://github.com/D-Programming-Language/dmd/pull/982 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiv

[Issue 8199] New: scope exit breaks stack alignment

2012-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8199 Summary: scope exit breaks stack alignment Product: D Version: D2 Platform: x86_64 OS/Version: FreeBSD Status: NEW Keywords: wrong-code Severity: normal P

[Issue 8198] Nested lambda inference doesn't work

2012-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8198 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara 2012