[Issue 13775] Broken explicit casting of dynamic array slices of known size to static array of different type

2014-12-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13775 Jonathan M Davis issues.dl...@jmdavisprog.com changed: What|Removed |Added CC|

[Issue 13595] Extend std.algorithm.groupBy to support non-equivalence relations

2014-12-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13595 --- Comment #7 from bearophile_h...@eml.cc --- As second try I've used groupBy to find the longest anagrams in a dictionary of words. words.txt is a text file that contains one different word each line. void main() { import std.stdio,

[Issue 13744] Cannot pass private symbol as alias parameter

2014-12-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13744 Dicebot pub...@dicebot.lv changed: What|Removed |Added CC||pub...@dicebot.lv --- Comment #2

[Issue 13795] DMD ICE segfault compiling druntime

2014-12-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13795 Paolo Invernizzi paolo.inverni...@gmail.com changed: What|Removed |Added CC|

[Issue 13803] New: Improve pretty-print result for the wstring an dstring types

2014-12-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13803 Issue ID: 13803 Summary: Improve pretty-print result for the wstring an dstring types Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 13802] New: Improve pretty-print result for the const(string) type

2014-12-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13802 Issue ID: 13802 Summary: Improve pretty-print result for the const(string) type Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: diagnostic

[Issue 13803] Improve pretty-print result for the wstring an dstring types

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

[Issue 13802] Improve pretty-print result for the const(string) type

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

[Issue 13802] Improve pretty-print result for the const(string) type

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

[Issue 13595] Extend std.algorithm.groupBy to support non-equivalence relations

2014-12-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13595 --- Comment #8 from hst...@quickfur.ath.cx --- It looks like a compiler bug, in both cases the type returned by schwartzSort is exactly the same, but somehow the compiler treats it differently. --

[Issue 13595] Extend std.algorithm.groupBy to support non-equivalence relations

2014-12-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13595 --- Comment #9 from bearophile_h...@eml.cc --- (In reply to hsteoh from comment #8) It looks like a compiler bug, in both cases the type returned by schwartzSort is exactly the same, but somehow the compiler treats it differently. Yes, it looks

[Issue 13595] Extend std.algorithm.groupBy to support non-equivalence relations

2014-12-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13595 --- Comment #10 from hst...@quickfur.ath.cx --- Here's a somewhat reduced case: - void main() { import std.algorithm, std.string; auto anags = [abc, def] .map!((a) = a) .groupBy!((w1, w2) =

[Issue 13595] Extend std.algorithm.groupBy to support non-equivalence relations

2014-12-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13595 --- Comment #11 from hst...@quickfur.ath.cx --- P.S. the groupBy predicate can also be simplified to just: .groupBy!((w1, w2) = w1 == w2) --

[Issue 13804] New: BigInt have no binary interface to be used in crypto

2014-12-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13804 Issue ID: 13804 Summary: BigInt have no binary interface to be used in crypto Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 13805] New: Nested struct initialization error

2014-12-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13805 Issue ID: 13805 Summary: Nested struct initialization error Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Keywords: rejects-valid

[Issue 13804] BigInt have no binary interface to be used in crypto

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

[Issue 13805] Nested struct initialization error

2014-12-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13805 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Component|DMD |Phobos

[Issue 13802] Improve pretty-print result for the const(string) type

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

[Issue 13803] Improve pretty-print result for the wstring an dstring types

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

[Issue 13802] Improve pretty-print result for the const(string) type

2014-12-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13802 --- 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/20e0c679fd468bdc288ab04380a854c85890 fix Issue 13802 - Improve

[Issue 13806] New: std.bitmanip.BitArray -- use of methods named init() messes up templates

2014-12-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13806 Issue ID: 13806 Summary: std.bitmanip.BitArray -- use of methods named init() messes up templates Product: D Version: D2 Hardware: x86_64 OS: Windows

[Issue 13783] Function overload with rvalue `inout` parameter not selected when `enum` parameter implicitly converted to its base type

2014-12-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13783 --- Comment #2 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/638cededda9082a6c43e8541c16930900de90fc3 Supplemental fix for