[Issue 13685] std.numeric.arrayShape

2014-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13685 --- Comment #1 from bearophile_h...@eml.cc --- If arrayShape returns a specialized struct instead of a generic tuple, then it's possible to add a method to the struct (otherwise a free function that takes a tuple is acceptable using UFCS), like

[Issue 9842] std.algorithm.hashGroup / hashGroupBy

2014-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9842 --- Comment #2 from bearophile_h...@eml.cc --- (In reply to hsteoh from comment #1) Isn't this just the same as data.hashSort.group? For hash sort to work, the key must map to an integral value and must be bounded by known min/max values. The

[Issue 13688] New: 'in' expression for AA not detected as GC usage

2014-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13688 Issue ID: 13688 Summary: 'in' expression for AA not detected as GC usage Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: accepts-invalid

[Issue 13689] byCodeUnit is not sortable

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

[Issue 13689] byCodeUnit is not sortable

2014-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13689 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||pull CC|

[Issue 13689] byCodeUnit fails to be a random access range

2014-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13689 hst...@quickfur.ath.cx changed: What|Removed |Added Summary|byCodeUnit is not sortable |byCodeUnit fails to be a

[Issue 13689] byCodeUnit fails to be a random access range

2014-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13689 hst...@quickfur.ath.cx changed: What|Removed |Added Severity|enhancement |normal --

[Issue 13674] Internal error: backend/el.c 2882

2014-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13674 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||ice CC|

[Issue 13671] http://dlang.org/const3.html incorrectly calls type qualifiers type constructors

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

[Issue 13585] Assert in std.format unitests fails

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

[Issue 13686] Reading unicode string with readf (%s) produces a wrong string

2014-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13686 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com

[Issue 13690] New: Curiously Recurring Template Pattern causes segfault.

2014-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13690 Issue ID: 13690 Summary: Curiously Recurring Template Pattern causes segfault. Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity:

[Issue 6766] Forward reference error for default struct/class arguments

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

[Issue 6784] Compile-time constant assigned with a runtime value

2014-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6784 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6762] Template parameter declaration does name lookup

2014-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6762 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6815] Char array is turned into string expression during constant folding

2014-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6815 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6784] Compile-time constant assigned with a runtime value

2014-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6784 --- Comment #5 from yebblies yebbl...@gmail.com --- Does it still exist in D1? --

[Issue 13674] ICE(el.c) with simd multiplication of short8

2014-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13674 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||SIMD CC|

[Issue 6750] Explicit template instantiation with auto ref

2014-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6750 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6745] template signature match failure (matrix transpose example)

2014-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6745 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6722] Can't remove a char[] key from an AA with immutable(char)[] key type.

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

[Issue 6579] Calling static method should *require* using type and not instance, unless specified by author

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

[Issue 5831] Template specialization ordering bug

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

[Issue 5770] Template constructor bypass access check

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

[Issue 6784] Compile-time constant assigned with a runtime value

2014-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6784 --- Comment #6 from hst...@quickfur.ath.cx --- No idea, should the bug be reopened for D1-only? --

[Issue 10256] Fix .deb file production

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

[Issue 13691] New: Add @nogc at the top of system modules like core.sys.linux.sys.mman

2014-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13691 Issue ID: 13691 Summary: Add @nogc at the top of system modules like core.sys.linux.sys.mman Product: D Version: D2 Hardware: All OS: All Status: NEW