[Issue 10537] New: Forward reference error on 'yield' toy example.

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10537 Summary: Forward reference error on 'yield' toy example. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: regression Priority: P2

[Issue 10536] New: std.typecons.wrap doesn't work with a class that defines opCast

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10536 Summary: std.typecons.wrap doesn't work with a class that defines opCast Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 10538] New: std.typecons.wrap should consider opDispatch

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10538 Summary: std.typecons.wrap should consider opDispatch Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 10536] std.typecons.wrap doesn't work with a class that defines opCast

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10536 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[Issue 10243] [CTFE] Wrong-code on passing dereferenced array pointer by ref

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10243 --- Comment #3 from Don clugd...@yahoo.com.au 2013-07-04 01:14:14 PDT --- The original test case in this bug report works for me now, and your comment // now works indicates that it is fixed for you as well? The code in comment 2 is a

[Issue 10538] std.typecons.wrap should consider opDispatch

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10538 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[Issue 10266] CTFE: Allow reinterpret casts T - T[1]

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10266 --- Comment #3 from Don clugd...@yahoo.com.au 2013-07-04 01:23:30 PDT --- (In reply to comment #2) (In reply to comment #1) I suspect that after the cast, it might not be a genuine array. I like the idea to not create genuine array here.

[Issue 10314] Add std.traits.signed

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10314 --- Comment #2 from github-bugzi...@puremagic.com 2013-07-04 01:37:13 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 10314] Add std.traits.signed

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

[Issue 10539] New: [REG][2.063] Implicit pointer to array dereference for .ptr property fails

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10539 Summary: [REG][2.063] Implicit pointer to array dereference for .ptr property fails Product: D Version: unspecified Platform: All OS/Version: All Status: NEW

[Issue 10528] Private constant (enum) properties not private

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10528 --- Comment #1 from Adrien Pensart cruncheng...@gmail.com 2013-07-04 01:56:36 PDT --- Created an attachment (id=1228) Testcase for visibility attribute bug A simpler testcase, visibility attribute is completely broken, it could cause big

[Issue 10539] [REG][2.063] Implicit pointer to array dereference for .ptr property fails

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

[Issue 10540] variable used before set for empty static arrays, with -inline -O

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10540 monarchdo...@gmail.com changed: What|Removed |Added URL||http://forum.dlang.org/thre

[Issue 10540] New: variable used before set for empty static arrays, with -inline -O

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10540 Summary: variable used before set for empty static arrays, with -inline -O Product: D Version: unspecified Platform: All OS/Version: All Status: NEW

[Issue 3866] anonymous delegate with default parameters cross-talks to another anonymous delegate

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3866 --- Comment #14 from github-bugzi...@puremagic.com 2013-07-04 03:04:04 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 3646] Default values of function arguments are ignored when instantiating a template.

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3646 --- Comment #12 from github-bugzi...@puremagic.com 2013-07-04 03:03:45 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 10541] New: Failure writing to elements of std.range.zip

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10541 Summary: Failure writing to elements of std.range.zip Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 10541] Failure writing to elements of std.range.zip

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10541 --- Comment #1 from Joseph Rushton Wakeling joseph.wakel...@webdrake.net 2013-07-04 03:09:54 PDT --- Created an attachment (id=1229) Sample code to illustrate the problem. -- Configure issuemail:

[Issue 8155] Deprecate std.range.lockstep

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8155 --- Comment #17 from Joseph Rushton Wakeling joseph.wakel...@webdrake.net 2013-07-04 03:10:53 PDT --- (In reply to comment #16) If not already present I suggest you to open an enhancement request that asks for your improvement of zip, and

[Issue 10528] Private constant (enum) properties not private

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10528 Adrien Pensart cruncheng...@gmail.com changed: What|Removed |Added CC|

[Issue 10528] Private constant (enum) properties not private

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10528 Henning Pohl henn...@still-hidden.de changed: What|Removed |Added CC|

[Issue 3646] Default values of function arguments are ignored when instantiating a template.

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

[Issue 3866] anonymous delegate with default parameters cross-talks to another anonymous delegate

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

[Issue 8579] Default parameter appears a part of typeof().stringof of a function variable

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8579 --- Comment #4 from Kenji Hara k.hara...@gmail.com 2013-07-04 04:54:26 PDT --- Fixed commit: https://github.com/D-Programming-Language/dmd/commit/a711eb6b499ca85b7cfa4e758d9e968fef8d315f -- Configure issuemail:

[Issue 8579] Default parameter appears a part of typeof().stringof of a function variable

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

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

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

[Issue 9262] compilation of erroneous source files causes segfault in Package

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9262 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||ice

[Issue 10542] New: implicitly generated class ctor doesnt inherit base class ctor attributes

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10542 Summary: implicitly generated class ctor doesnt inherit base class ctor attributes Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 10542] implicitly generated class ctor doesnt inherit base class ctor attributes

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10542 --- Comment #1 from Henning Pohl henn...@still-hidden.de 2013-07-04 07:27:07 PDT --- s/M/D -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 10542] implicitly generated class ctor doesnt inherit base class ctor attributes

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10542 Henning Pohl henn...@still-hidden.de changed: What|Removed |Added Keywords||pull,

[Issue 7322] Taking address of deprecated functions isn't refused

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7322 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #9

[Issue 10543] New: std.algorithm.map incorrectly uses source range length for narrow strings

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10543 Summary: std.algorithm.map incorrectly uses source range length for narrow strings Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 10543] std.algorithm.map incorrectly uses source range length for narrow strings

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10543 --- Comment #1 from Peter Alexander peter.alexander...@gmail.com 2013-07-04 09:31:54 PDT --- (In reply to comment #0) Clearly the reported length (21) is wrong, it should be 7. Scratch that. length shouldn't be available at all for narrow

[Issue 10544] New: writeln!(inout(int)) does not work

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10544 Summary: writeln!(inout(int)) does not work Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 10542] implicitly generated class ctor doesnt inherit base class ctor attributes

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10542 --- Comment #3 from github-bugzi...@puremagic.com 2013-07-04 10:10:10 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 10542] implicitly generated class ctor doesnt inherit base class ctor attributes

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

[Issue 10543] std.algorithm.map incorrectly uses source range length for narrow strings

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10543 --- Comment #3 from Peter Alexander peter.alexander...@gmail.com 2013-07-04 10:43:22 PDT --- (In reply to comment #2) Where's the bug here? It says the length of [1, 1, 1, 1, 1, 1, 1] is 21. It isn't. It's 7. -- Configure issuemail:

[Issue 10543] std.algorithm.map incorrectly uses source range length for narrow strings

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

[Issue 10543] std.algorithm.map incorrectly uses source range length for narrow strings

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

[Issue 10543] std.algorithm.map incorrectly uses source range length for narrow strings

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10543 --- Comment #5 from Peter Alexander peter.alexander...@gmail.com 2013-07-04 10:54:42 PDT --- (In reply to comment #4) 21 is the number of UTF-8 code units. Using dstring produces 7. I am not requesting the length of the string, I am

[Issue 10543] std.algorithm.map incorrectly uses source range length for narrow strings

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

[Issue 10543] std.algorithm.map incorrectly uses source range length for narrow strings

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10543 --- Comment #7 from Peter Alexander peter.alexander...@gmail.com 2013-07-04 13:15:10 PDT --- (In reply to comment #6) (In reply to comment #5) I'm struggling to understand the confusion. The problem is perfectly clear. Are you

[Issue 10539] [REG][2.063] Implicit pointer to array dereference for .ptr property fails

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

[Issue 10539] [REG][2.063] Implicit pointer to array dereference for .ptr property fails

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10539 --- Comment #2 from github-bugzi...@puremagic.com 2013-07-04 13:24:51 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 10545] New: Mostly portable way to set stdout/stdin mode

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10545 Summary: Mostly portable way to set stdout/stdin mode Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 10537] Forward reference error on 'yield' toy example.

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

[Issue 10539] [REG][2.063] Implicit pointer to array dereference for .ptr property fails

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10539 --- Comment #3 from github-bugzi...@puremagic.com 2013-07-04 18:21:13 PDT --- Commit pushed to 2.063 at https://github.com/D-Programming-Language/dmd

[Issue 10537] Forward reference error on 'yield' toy example.

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10537 --- Comment #3 from github-bugzi...@puremagic.com 2013-07-04 21:29:00 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 10537] Forward reference error on 'yield' toy example.

2013-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10537 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED