[Issue 7780] Template mixin'd members do not properly overload

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7780 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10658] New: Cannot merge template overload set by using alias declaration

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10658 Summary: Cannot merge template overload set by using alias declaration Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: pull,

[Issue 8352] Wrong __overloadset isn't a template error

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8352 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9235] Template mixin doesn't allow to mixin non-conflicting overloads

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9235 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||rejects-valid

[Issue 8441] mixin containing template functions causes compiler errors

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8441 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1900] Template overload sets traits templates

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1900 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 1900] Template overload sets traits templates

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1900 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||rejects-valid

[Issue 10634] Win64: wrong codegen with .int of small structs

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10634 --- Comment #2 from github-bugzi...@puremagic.com 2013-07-17 00:32:14 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 10634] Win64: wrong codegen with .int of small structs

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10634 --- Comment #3 from github-bugzi...@puremagic.com 2013-07-17 01:17:10 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 10634] Win64: wrong codegen with .int of small structs

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10634 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10659] New: Program segfaults using std.algorithm.map and std.algorithm.filter

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10659 Summary: Program segfaults using std.algorithm.map and std.algorithm.filter Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 10659] Program segfaults using std.algorithm.map and std.algorithm.filter

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10659 --- Comment #1 from Peter Neubauer peterneubau...@gmail.com 2013-07-17 01:37:56 PDT --- DMD version is 2.063.2 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 10660] New: ddoc on std.algorithm: Cheat sheet description for 'filter' is wrong

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10660 Summary: ddoc on std.algorithm: Cheat sheet description for 'filter' is wrong Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 10662] New: byLine!(Char, immutable Char) won't compile in git master

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10662 Summary: byLine!(Char, immutable Char) won't compile in git master Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 10662] byLine!(Char, immutable Char) won't compile in git master

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10662 Nick Treleaven ntrel-pub...@yahoo.co.uk changed: What|Removed |Added Keywords||pull,

[Issue 10662] byLine!(Char, immutable Char) won't compile in git master

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10662 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---

[Issue 10647] AutoImplement should implement overridden member functions with 'override' attributes

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10647 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10647] AutoImplement should implement overridden member functions with 'override' attributes

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10647 --- Comment #3 from github-bugzi...@puremagic.com 2013-07-17 06:32:58 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 10662] byLine!(Char, immutable Char) won't compile in git master

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10662 --- Comment #3 from monarchdo...@gmail.com 2013-07-17 08:22:26 PDT --- (In reply to comment #2) I question whether or not this is a rejects valid: byLine explicitly states buffer re-use, so requesting a `ByLine!(immutable Char)` simply is

[Issue 10662] byLine!(Char, immutable Char) won't compile in git master

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10662 --- Comment #4 from Nick Treleaven ntrel-pub...@yahoo.co.uk 2013-07-17 09:48:23 PDT --- (In reply to comment #2) I question whether or not this is a rejects valid: byLine explicitly states buffer re-use, so requesting a `ByLine!(immutable

[Issue 10662] byLine!(Char, immutable Char) won't compile in git master

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10662 --- Comment #5 from monarchdo...@gmail.com 2013-07-17 15:04:45 PDT --- (In reply to comment #4) (In reply to comment #2) I question whether or not this is a rejects valid: byLine explicitly states buffer re-use, so requesting a

[Issue 10663] Mixin int not converting

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10663 --- Comment #1 from Mariusz GliwiƄski alienballa...@gmail.com 2013-07-17 17:12:05 PDT --- That's the error: src/main.d(43): Error: semicolon expected, not 'EOF' src/main.d(48): Error: undefined identifier _s0, did you mean variable _s?

[Issue 10663] New: Mixin int not converting

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10663 Summary: Mixin int not converting Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: trivial Priority: P2 Component: Phobos

[Issue 10663] Mixin int not converting

2013-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10663 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED