[Issue 6192] std.algorithm.sort performance

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6192 --- Comment #8 from Andrei Alexandrescu --- After a few more tweaks: dmd -O -inline -release -run sort-benchmark.d 600 sort-sort2 benchmarks (milliseconds), N=600: Random distribution: sort: 702 sort2

[Issue 15276] Allow specification of shell for spawnShell/executeShell/pipeShell

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15276 Mark Isaacson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Issue 15222] std.experimental omitted from phobos zip file

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

[Issue 15222] std.experimental omitted from phobos zip file

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15222 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/2a049caff111655feae4ff49d7c3ff9f8205f510 recursively create zip

[Issue 15549] [ndslice] byElement is broken for packed slices

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15549 --- 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/fe09ee540cb002b8c1016b399b1c3dde71ee024d fix Issue 15549 https

[Issue 15549] [ndslice] byElement is broken for packed slices

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

[Issue 15440] std.uni outputs \u0069\u0307 as the lower case of \u0130

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15440 --- Comment #4 from Jack Stouffer --- (In reply to Ali Cehreli from comment #3) > Should std.uni be locale-aware? Yes, though in what way it would achieve this is an interesting question. I think you should make a seperate bug report for this. --

[Issue 6192] std.algorithm.sort performance

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6192 --- Comment #7 from Andrei Alexandrescu --- (In reply to Andrei Alexandrescu from comment #6) > https://github.com/D-Programming-Language/phobos/pull/3922 With this PR and the command line: dmd -O -inline -release -run sort-benchmark.d 600 the

[Issue 6192] std.algorithm.sort performance

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6192 --- Comment #6 from Andrei Alexandrescu --- https://github.com/D-Programming-Language/phobos/pull/3922 --

[Issue 15557] New: Common type of void* and const(int)* should be const(void)*, not const(int)*

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15557 Issue ID: 15557 Summary: Common type of void* and const(int)* should be const(void)*, not const(int)* Product: D Version: D2 Hardware: All OS: All Sta

[Issue 15556] New: Script line missing from lexical specification

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15556 Issue ID: 15556 Summary: Script line missing from lexical specification Product: D Version: D2 Hardware: All URL: http://dlang.org/spec/lex.html#special-token-sequence

[Issue 10233] [Tracker] Grammar issues

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10233 briancsch...@gmail.com changed: What|Removed |Added Depends on||15556 --

[Issue 15385] Apply Andersson91 idea to SortedRange.contains

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15385 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15440] std.uni outputs \u0069\u0307 as the lower case of \u0130

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15440 Ali Cehreli changed: What|Removed |Added CC||acehr...@yahoo.com --- Comment #3 from Ali Ceh

[Issue 15553] topN very inefficient [slower than sort, even for topN(0)] but should be O(n)

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15553 --- Comment #3 from Andrei Alexandrescu --- BTW uniform() isn't the problem; replacing it with r.length / 2 keeps things slow. --

[Issue 15553] topN very inefficient [slower than sort, even for topN(0)] but should be O(n)

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15553 --- Comment #2 from Andrei Alexandrescu --- https://github.com/D-Programming-Language/phobos/pull/3921 --

[Issue 15555] New: [Reg 2.070.0-b1] Hidden error cause by Throwable.message

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1 Issue ID: 1 Summary: [Reg 2.070.0-b1] Hidden error cause by Throwable.message Product: D Version: D2 Hardware: All OS: All Status: NEW S

[Issue 15430] amdMmx hangs up

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15430 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/97d3999a4f3ab3c8409060bc6bb381fcc2a43c54 fix Issue 15430 -

[Issue 15554] New: typedef standard type can't be used with to! properly

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15554 Issue ID: 15554 Summary: typedef standard type can't be used with to! properly Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 15553] topN very inefficient [slower than sort, even for topN(0)] but should be O(n)

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15553 --- Comment #1 from Timothee Cour --- haven't profiled, but: could uniform be slow https://github.com/D-Programming-Language/phobos/commit/7291d2e47d4a7fb17565a7d7cd04ba8f893c1a27 not sure if those could help: #5514 Maybe this is most relevant: [s

[Issue 15553] topN very inefficient [slower than sort, even for topN(0)] but should be O(n)

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15553 Timothee Cour changed: What|Removed |Added CC||ilyayaroshe...@gmail.com,

[Issue 15553] New: topN very inefficient [slower than sort, even for topN(0)] but should be O(n)

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15553 Issue ID: 15553 Summary: topN very inefficient [slower than sort, even for topN(0)] but should be O(n) Product: D Version: D2 Hardware: x86 OS: Mac OS X

[Issue 15549] [ndslice] byElement is broken for packed slices

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15549 Илья Ярошенко changed: What|Removed |Added Assignee|nob...@puremagic.com|ilyayaroshe...@gmail.com --

[Issue 15552] New: broken link http://dlang.org/library/std/algorithm/std_algorithm.html inside http://dlang.org/library/std/algorithm/sorting.html

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15552 Issue ID: 15552 Summary: broken link http://dlang.org/library/std/algorithm/std_algorithm.h tml inside http://dlang.org/library/std/algorithm/sorting.html Prod

[Issue 15551] New: default construction disabled with default arguments

2016-01-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15551 Issue ID: 15551 Summary: default construction disabled with default arguments Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: regression