[Issue 16539] std.getopt should invoke callbacks in the order given on the command line

2016-12-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16539 --- Comment #2 from Jon Degenhardt --- I looked into adding support for processing arguments in command line (run-time) order. However, processing arguments in the compile-time specified order (getopt function call order) appears fairly baked into th

[Issue 14294] partialSort should also accept two ranges

2016-12-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14294 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/0d0ca991a9cffa40444022b39c51a0a6df0a49c9 Issue 14294 - partialSort should also accept two ranges

[Issue 5236] [patch] std.format.formattedRead/unformatValue does not support the raw reading of integer types

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

[Issue 16352] dead-lock in std.allocator.free_list unittest

2016-12-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16352 --- Comment #4 from John Colvin --- To reproduce on linux x86_64: % ../dmd/src/dmd -conf= -I../druntime/import -w -dip25 -m64 -O -release -main -unittest generated/linux/release/64/libphobos2.a -defaultlib= -debuglib= -L-ldl std/experimental/alloc

[Issue 16968] New: Error.bypassedException is always null

2016-12-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16968 Issue ID: 16968 Summary: Error.bypassedException is always null Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal Priorit

[Issue 16352] dead-lock in std.allocator.free_list unittest

2016-12-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16352 John Colvin changed: What|Removed |Added CC||john.loughran.colvin@gmail.

[Issue 16037] Closure allocation despite scope variable for ternary operator / CondExp

2016-12-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16037 Walter Bright changed: What|Removed |Added Keywords||safe CC|

[Issue 5909] Allow implicit conversion of hex strings to immutable(ubyte)[] and immutable(ubyte[N]) or turn them into ubyte array literals

2016-12-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5909 Shachar Shemesh changed: What|Removed |Added CC||shac...@shemesh.biz --

[Issue 16958] replace -mavx switch with -mcpu=id

2016-12-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16958 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/a967ec85c8ff5f8a9aa3a7bafc174d3c13c6d4fd fix Issue 16958 - replace -mavx switch with -mcpu=id https://

[Issue 16967] No switch case fallthrough warnings in in/out contracts

2016-12-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16967 Mathias Lang changed: What|Removed |Added CC||mathias.l...@sociomantic.co

[Issue 16967] New: No switch case fallthrough warnings in in/out contracts

2016-12-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16967 Issue ID: 16967 Summary: No switch case fallthrough warnings in in/out contracts Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 4125] std.numeric.gcd can use a binary GCD

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

[Issue 4125] std.numeric.gcd can use a binary GCD

2016-12-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4125 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/6b4c2585fe5d25488a2df6a7b9b7c49031c63253 Fix Issue 4125 - std.numeric.gcd can use a binary GCD ht

[Issue 16962] rdmd --build-only --force -c main.d fails: ./main: No such file or directory

2016-12-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16962 --- Comment #13 from Vladimir Panteleev --- (In reply to Vladimir Panteleev from comment #12) > DMD will now use -c even with -lib. rdmd, not DMD --

[Issue 16962] rdmd --build-only --force -c main.d fails: ./main: No such file or directory

2016-12-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16962 --- Comment #12 from Vladimir Panteleev --- ag0aep6g: There is now an outdated comment in rdmd: // When building libraries, DMD does not generate object files. // Instead, it uses the -od parameter as the location for the library file. // Thus, over

[Issue 6621] Superimposition amount for std.range.chunks

2016-12-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6621 greenify changed: What|Removed |Added Assignee|nob...@puremagic.com|greeen...@gmail.com --