[Issue 4957] std.concurrency does not allow to pass Tid in struct fields

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4957 Johan Hernandez changed: What|Removed |Added CC||thepumpkin1...@gmail.com --- Comment

[Issue 7973] BigInt %= long/ulong gives wrong value

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7973 --- Comment #4 from github-bugzi...@puremagic.com 2012-07-14 03:55:37 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/5e7b33383a284e4b28fb27561012f6d1f

[Issue 8389] Classes, nested in the same base class cannot be derived from.

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8389 Guillaume Chatelet changed: What|Removed |Added CC||chatelet.guilla...@gmail.co

[Issue 8389] Classes, nested in the same base class cannot be derived from.

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8389 Guillaume Chatelet changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 1175] nested class inheritance

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1175 Guillaume Chatelet changed: What|Removed |Added CC||g...@boloneum.com --- Comment #5

[Issue 6999] parsing error for inout method/ wrong headergen

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6999 --- Comment #2 from github-bugzi...@puremagic.com 2012-07-14 06:13:44 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/87704232d2328bca1994e57528a6b5a08207224

[Issue 6999] parsing error for inout method/ wrong headergen

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6999 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid Status|NEW

[Issue 4662] Array ops on const arrays

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4662 --- Comment #4 from github-bugzi...@puremagic.com 2012-07-14 07:19:24 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/e917e1e404f8dc6b3440788d40fcf936c51bdf5

[Issue 8389] Classes, nested in the same base class cannot be derived from.

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8389 David Piepgrass changed: What|Removed |Added CC||qwertie...@gmail.com --- Comment #3

[Issue 7385] Bad error message missing line number on invalid array op that isn't special cased

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7385 --- Comment #3 from Kenji Hara 2012-07-14 07:40:38 PDT --- (In reply to comment #1) > This bug also bypasses gagging: > > void main() > { > immutable double[] nums = [1.0, 2.0]; > static assert(!is(typeof({ nums[] /= nums[]; }))); > }

[Issue 7385] Bad error message missing line number on invalid array op that isn't special cased

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7385 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #4 from Kenji Hara 2012

[Issue 4662] Array ops on const arrays

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4662 --- Comment #5 from Kenji Hara 2012-07-14 08:11:15 PDT --- Additional fix for yebblies's patch: https://github.com/D-Programming-Language/dmd/pull/1046 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You

[Issue 5403] foreach requires front to be a function in a range

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5403 --- Comment #3 from github-bugzi...@puremagic.com 2012-07-14 08:55:19 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/85511f3cca367fa0b1d49a4748f3f047ff13842

[Issue 7385] Bad error message missing line number on invalid array op that isn't special cased

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7385 --- Comment #5 from github-bugzi...@puremagic.com 2012-07-14 11:42:13 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/ab7dd67616d93585da5748646cd1f1070480a88

[Issue 7385] Bad error message missing line number on invalid array op that isn't special cased

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7385 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7894] [CTFE] - goto within ForStatement restarts loop

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7894 --- Comment #2 from github-bugzi...@puremagic.com 2012-07-14 13:03:37 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/9d6bc4560c3554b866f4bc8c6ace50b56c091953

[Issue 7894] [CTFE] - goto within ForStatement restarts loop

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7894 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8354] Some missing "import std.math to use ^^ operator" error messages

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8354 Masahiro Nakagawa changed: What|Removed |Added CC||repeate...@gmail.com --- Comment #

[Issue 5403] foreach requires front to be a function in a range

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5403 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6497] [safeD] Can take address of local variable through ?:

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6497 --- Comment #2 from github-bugzi...@puremagic.com 2012-07-14 20:12:56 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/40755eef0bbc746375aec08e7b66d4196a100c3

[Issue 6497] [safeD] Can take address of local variable through ?:

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6497 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|