[Issue 13086] Add Go-style scheduler for D fibers

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13086 --- Comment #1 from Walter Bright bugzi...@digitalmars.com --- https://github.com/D-Programming-Language/phobos/pull/1910 --

[Issue 12090] Make std.concurrency compatible with fibers as threads

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12090 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 13087] Error: no property 'xyz' for type 'Vec!4'

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13087 --- Comment #1 from Kenji Hara k.hara...@gmail.com --- Reduced test case: struct Vec { int x; void foo() const // const is necessary { auto n = component!(this, 'x'); } } template component(alias vec, char c) { alias

[Issue 13088] New: Compiler segfaults with trivial case code.

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13088 Issue ID: 13088 Summary: Compiler segfaults with trivial case code. Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: ice Severity:

[Issue 13024] [ICE](expression.c line 1172) with implicit supertype conversion of different enums in array literal

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13024 --- Comment #2 from bearophile_h...@eml.cc --- (In reply to Kenji Hara from comment #1) https://github.com/D-Programming-Language/dmd/pull/3733 As discussed in the pull request thread, currently this is only a partial fix. --

[Issue 12989] Wrong x86_64 code for delegate return when compiled as lib (-lib)

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12989 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Hardware|x86_64 |All

[Issue 13088] Compiler segfaults with trivial case code.

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13088 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1 from

[Issue 12989] Wrong x86_64 code for delegate return when compiled as lib (-lib)

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12989 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/be3426c4744b8391b75bad1bcbb97492d451e7ce fix Issue 12989 - Wrong

[Issue 12989] Wrong x86_64 code for delegate return when compiled as lib (-lib)

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12989 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11066] Spurious warning 'statement is not reachable' with -profile

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11066 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #3 from

[Issue 9422] Missed redundancy of method const error

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9422 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #3 from

[Issue 10307] Bad error message for not supported array operation

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10307 --- Comment #1 from Kenji Hara k.hara...@gmail.com --- With 2.066 the message is improved. test.d(10): Error: array operation a[] ^^ 2L without assignment not implemented --

[Issue 10307] Bad error message for not supported array operation

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10307 --- Comment #2 from bearophile_h...@eml.cc --- (In reply to Kenji Hara from comment #1) With 2.066 the message is improved. test.d(10): Error: array operation a[] ^^ 2L without assignment not implemented not implemented seems to suggest that

[Issue 10996] Subtyping with alias this conflicts with private base type

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10996 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment

[Issue 12448] in argument for std.string.toStringz

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12448 Robert Schadek rburn...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12448] in argument for std.string.toStringz

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12448 Robert Schadek rburn...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 12448] in argument for std.string.toStringz

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12448 --- Comment #5 from bearophile_h...@eml.cc --- (In reply to Robert Schadek from comment #4) your're properly right. do you want to create the PR or should I? I think reopening this issue could be enough. --

[Issue 12448] in argument for std.string.toStringz

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12448 --- Comment #6 from Robert Schadek rburn...@gmail.com --- but we should fix that and close it again ;-) It is your fix, but if you don't want to create the PR I will do it for D HackDay 2 --

[Issue 12448] in argument for std.string.toStringz

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12448 --- Comment #7 from bearophile_h...@eml.cc --- (In reply to Robert Schadek from comment #6) but we should fix that and close it again ;-) It is your fix, but if you don't want to create the PR I will do it for D HackDay 2 It's a similar

[Issue 13089] New: Spurious 'is not nothrow' error on static array initialization

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13089 Issue ID: 13089 Summary: Spurious 'is not nothrow' error on static array initialization Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 13089] Spurious 'is not nothrow' error on static array initialization

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13089 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1 from

[Issue 12448] in argument for std.string.toStringz

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12448 --- Comment #8 from Robert Schadek rburn...@gmail.com --- I don't really follow. If this issue is none existing anymore, why should this stay open? --

[Issue 13084] ModuleInfo.opApply delegate expects immutable parameter

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13084 --- Comment #2 from Jacob Carlborg d...@me.com --- I assumed that, but i still breaks code. What about the standard deprecation cycle? --

[Issue 13090] New: Type inferring fails at function parameters with parameterized alias

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13090 Issue ID: 13090 Summary: Type inferring fails at function parameters with parameterized alias Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 13090] Type inferring fails at function parameters with parameterized alias

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13090 --- Comment #1 from ncras...@gmail.com --- Checked versions: 2.065 and 2.066-b2 Platform: 3.14.9-200.fc20.x86_64 --

[Issue 13090] Type inferring fails at function parameters with parameterized alias

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13090 ncras...@gmail.com changed: What|Removed |Added CC||ncras...@gmail.com --

[Issue 10996] Subtyping with alias this conflicts with private base type

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10996 --- Comment #4 from Joseph Rushton Wakeling joseph.wakel...@webdrake.net --- Thanks for linking in the discussion. I'm feeling rather sad that this issue doesn't appear to be getting any attention. :-( --

[Issue 13074] Old opCmp requirement for AA keys should be detected

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13074 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/70d5539b889bd9a6b073664c989d46f2b35fad7d Supplemental fix for

[Issue 10996] Subtyping with alias this conflicts with private base type

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10996 --- Comment #5 from bearophile_h...@eml.cc --- (In reply to Joseph Rushton Wakeling from comment #4) Thanks for linking in the discussion. I'm feeling rather sad that this issue doesn't appear to be getting any attention. :-( There are about 2000

[Issue 13076] [dmd 2.066-b2] DList clearing of empty list

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13076 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/62e5095fa577a1c83fbdc727d3d22c1c4fff692f fix Issue 13076 -

[Issue 10779] cartesianProduct leads to heavy code bloat

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

[Issue 9878] std.algorithm.cartesianProduct results order

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

[Issue 11825] An impossible memcpy at CTFE with cartesianProduct.array

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

[Issue 12007] cartesianProduct doesn't work with ranges of immutables

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

[Issue 12957] std.algorithm.cartesianProduct is sometimes very slow to compile

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

[Issue 7128] Cartesian product of ranges

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7128 --- Comment #19 from bearophile_h...@eml.cc --- This pull has fixed the most glaring problems of cartesianProduct: https://github.com/D-Programming-Language/phobos/pull/2276 I leave this ER open for the repeat argument request (compile time argument

[Issue 13091] New: nothrow std.algorithm.cartesianProduct

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13091 Issue ID: 13091 Summary: nothrow std.algorithm.cartesianProduct Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement

[Issue 13091] nothrow std.algorithm.cartesianProduct

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13091 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 11876] std.getopt: Implement --help and --help=option automatic printout

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11876 Robert Schadek rburn...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 13072] Cherry-picks for v2.066.0-b3

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13072 --- Comment #1 from Andrew Edwards edwards...@gmail.com --- https://github.com/D-Programming-Language/phobos/pull/2072 --

[Issue 9631] Error message not using fully qualified name when appropriate.

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9631 Mark Isaacson marki...@umich.edu changed: What|Removed |Added CC||marki...@umich.edu ---

[Issue 9631] Error message not using fully qualified name when appropriate.

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9631 j...@red.email.ne.jp changed: What|Removed |Added CC||j...@red.email.ne.jp --- Comment #7

[Issue 13088] Compiler segfaults with trivial case code.

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13088 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 13088] Compiler segfaults with trivial case code.

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13088 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/63c33bef8bfead1f3156601e214dc196ca7c167c fix Issue 13088 - Compiler

[Issue 13087] Error: no property 'xyz' for type 'Vec!4'

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13087 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/37995921a4fadd1bc3309e08aa5f97732e9ef19e fix Issue 13087 - Error: no