[Issue 5073] wrong file name in error message for voids have no value inside alias templates (affects std.algorithm.map)

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5073 Rob Jacques sandf...@jhu.edu changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 5073] wrong file name in error message for voids have no value inside alias templates (affects std.algorithm.map)

2011-07-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5073 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com ---

[Issue 5073] wrong file name in error message for voids have no value inside alias templates (affects std.algorithm.map)

2011-07-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5073 --- Comment #7 from Rob Jacques sandf...@jhu.edu 2011-07-03 17:58:29 PDT --- I've had trouble with map in DMD 2.053 and fixed it with this patch. I've even updated the patch to the new internal struct style being used in std.algorithm. (not-yet

[Issue 5073] wrong file name in error message for voids have no value inside alias templates (affects std.algorithm.map)

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

[Issue 5073] wrong file name in error message for voids have no value inside alias templates (affects std.algorithm.map)

2011-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5073 --- Comment #4 from Rob Jacques sandf...@jhu.edu 2011-05-19 17:22:16 PDT --- Minor update to handle fixed sized arrays properly. template map(fun...) { auto map(Range)(Range r) { static if (fun.length 1) { return

[Issue 5073] wrong file name in error message for voids have no value inside alias templates (affects std.algorithm.map)

2011-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5073 --- Comment #5 from Rob Jacques sandf...@jhu.edu 2011-05-19 17:36:31 PDT --- *oops* forgot the else statements template map(fun...) { auto map(Range)(Range r) { static if (fun.length 1) { return

[Issue 5073] wrong file name in error message for voids have no value inside alias templates (affects std.algorithm.map)

2011-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5073 --- Comment #3 from Rob Jacques sandf...@jhu.edu 2011-01-20 09:33:15 PST --- (In reply to comment #2) (In reply to comment #1) In DMD 2.051, this error message has ceased to be generated for certain inputs and instead a runtime access

[Issue 5073] wrong file name in error message for voids have no value inside alias templates (affects std.algorithm.map)

2011-01-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5073 --- Comment #2 from Andrei Alexandrescu and...@metalanguage.com 2011-01-16 14:18:23 PST --- (In reply to comment #1) In DMD 2.051, this error message has ceased to be generated for certain inputs and instead a runtime access violation is

[Issue 5073] wrong file name in error message for voids have no value inside alias templates (affects std.algorithm.map)

2011-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5073 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 5073] wrong file name in error message for voids have no value inside alias templates (affects std.algorithm.map)

2011-01-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5073 Rob Jacques sandf...@jhu.edu changed: What|Removed |Added Keywords||patch, wrong-code