[Issue 12569] Better error message for std.algorithm.reduce used with two functions and a scalar seed

2014-07-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12569 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 12569] Better error message for std.algorithm.reduce used with two functions and a scalar seed

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12569 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com --

[Issue 12569] Better error message for std.algorithm.reduce used with two functions and a scalar seed

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12569 --- Comment #1 from monarchdo...@gmail.com --- (In reply to bearophile_hugs from comment #0) This code compiles: void main() { import std.algorithm: min, max, reduce; import std.typecons: tuple; dchar c = 'a'; reduce!(min,

[Issue 12569] Better error message for std.algorithm.reduce used with two functions and a scalar seed

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12569 --- Comment #2 from bearophile_h...@eml.cc --- (In reply to monarchdodra from comment #1) Currently, in HEAD, this code ices the compiler. I have filed it as Issue 12574 --

[Issue 12569] Better error message for std.algorithm.reduce used with two functions and a scalar seed

2014-04-12 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12569 bearophile_h...@eml.cc changed: What|Removed |Added Severity|normal |minor --