[Issue 14223] TimSort algorithm is incorrect

2015-03-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14223 --- 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/323b512596470227893f3682474db2b4df36a673 Fix Issue 14223 https

[Issue 14231] findRoot fails with trivial bounds

2015-03-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14231 --- Comment #1 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/5b8cf5996130507555b26a34c901e9eb9b45238d fix Issue 14231 fix f

[Issue 14056] std.array.assocArray with a const value

2015-03-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14056 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #6 from

[Issue 14225] [REG2.067a] GDB: error reading variable (string + dup)

2015-03-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14225 --- Comment #13 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/c89d666984b74bcd6d50afbdf2d478370f3c52a9 fix Issue 14225 - GDB: erro

[Issue 14225] [REG2.067a] GDB: error reading variable (string + dup)

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

[Issue 11530] need gdb test suite

2015-03-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11530 --- 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/c775004af512810da1048f42df6cf6f9d2de4cba fix Issue 11530 - need gdb t

[Issue 11530] need gdb test suite

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

[Issue 14279] [REG:git-head]Failed to make dmd because of idgen : HOST_DC missing

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

[Issue 14279] [REG:git-head]Failed to make dmd because of idgen : HOST_DC missing

2015-03-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14279 --- 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/c2b9108d01173d0a8414a99f895675ccce71a66a fix Issue 14279 - [REG:git-h

[Issue 14225] [REG2.067a] GDB: error reading variable (string + dup)

2015-03-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14225 Martin Nowak changed: What|Removed |Added Keywords||pull --- Comment #12 from Martin Nowak --- h

[Issue 14225] [REG2.067a] GDB: error reading variable (string + dup)

2015-03-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14225 --- Comment #11 from Martin Nowak --- OK, found it. For TYref we set the pointer byte_size to -1. Wondering why we're emitting TYref for arrays though. --

[Issue 14282] executeShell should use sh and ignore the SHELL env variable

2015-03-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14282 Martin Nowak changed: What|Removed |Added Keywords||pull --- Comment #2 from Martin Nowak --- ht

[Issue 14282] executeShell should use sh and ignore the SHELL env variable

2015-03-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14282 Martin Nowak changed: What|Removed |Added Summary|executeShell should can sh |executeShell should use sh

[Issue 14282] executeShell should can sh and ignore the SHELL env variable

2015-03-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14282 --- Comment #1 from Martin Nowak --- Quote from http://pubs.opengroup.org/onlinepubs/9699919799/functions/system.html > One reviewer suggested that an implementation of system() might want to use > an environment variable such as SHELL to determine

[Issue 14282] New: executeShell should can sh and ignore the SHELL env variable

2015-03-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14282 Issue ID: 14282 Summary: executeShell should can sh and ignore the SHELL env variable Product: D Version: D2 Hardware: All OS: Linux Status: NEW

[Issue 14281] duplicate .debug_info entries for arrays, delegates and aa's

2015-03-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14281 Martin Nowak changed: What|Removed |Added Keywords||pull --- Comment #1 from Martin Nowak --- ht

[Issue 14281] New: duplicate .debug_info entries for arrays, delegates and aa's

2015-03-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14281 Issue ID: 14281 Summary: duplicate .debug_info entries for arrays, delegates and aa's Product: D Version: unspecified Hardware: All OS: Linux Status:

[Issue 14225] [REG2.067a] GDB: error reading variable (string + dup)

2015-03-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14225 --- Comment #10 from Martin Nowak --- (In reply to Walter Bright from comment #9) > What is the prospect of this being done in time for 2.067? I'm working on that, but dwarf.c is a mess. So far everything I tried had to touch too much code, likely r

[Issue 14226] invalid Runtime.traceHandler setup

2015-03-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14226 Ketmar Dark changed: What|Removed |Added CC||ket...@ketmar.no-ip.org --- Comment #1 from Ke

[Issue 7067] std.random.RandomSample and RandomCover are poorly designed

2015-03-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7067 Ivan Kazmenko changed: What|Removed |Added CC||ga...@mail.ru --