[Issue 14813] New: wrong code: code with undeclared variables compiles

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14813 Issue ID: 14813 Summary: wrong code: code with undeclared variables compiles Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW Severity: blocker

[Issue 14812] New: ld: GOT load reloc does not point to a movq instruction in nothrow void msgpack.PackerImpl!(std.array.Appender!(ubyte[]).Appender).PackerImpl.register!(some_type).register()

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14812 Issue ID: 14812 Summary: ld: GOT load reloc does not point to a movq instruction in nothrow void msgpack.PackerImpl!(std.array.Appender!(ubyte[]).Appen der).PackerImpl.re

[Issue 14792] Add function to convert from unix time to SysTime

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14792 Jonathan M Davis changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 14811] allow to exclude current directory from search path in dmd

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14811 Timothee Cour changed: What|Removed |Added CC||timothee.co...@gmail.com --- Comment #1 from

[Issue 14811] New: allow to exclude current directory from search path in dmd

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14811 Issue ID: 14811 Summary: allow to exclude current directory from search path in dmd Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW

[Issue 11695] std.net.curl https not thread-safe

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11695 brocolis changed: What|Removed |Added CC||broco...@eml.cc --- Comment #1 from brocolis ---

[Issue 14340] AssertError in std.algorithm.sorting: unstable sort fails to sort an array with a custom predicate

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14340 --- Comment #7 from Ivan Kazmenko --- Hmm. If you are sure Timsort suffers from the same problem, it should be visible in other languages as well. We have to test that in Java (sorting objects) and Python, too. --

[Issue 14340] AssertError in std.algorithm.sorting: unstable sort fails to sort an array with a custom predicate

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14340 --- Comment #5 from Ivan Kazmenko --- (In reply to Xinok from comment #3) > ... The predicate is expected to define a total order [1] > which your predicate does not. But it does! The order is "x < y if: (1) number of xs in the array is greater tha

[Issue 14340] AssertError in std.algorithm.sorting: unstable sort fails to sort an array with a custom predicate

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14340 --- Comment #6 from Xinok --- Gah, sorry, I misunderstood the problem. >_< For some reason, I thought your predicate was dependent on the order of the elements. Ignore my last post... I still feel that this is bad practice and should be discouraged

[Issue 14340] AssertError in std.algorithm.sorting: unstable sort fails to sort an array with a custom predicate

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14340 --- Comment #4 from Ivan Kazmenko --- Have you followed the previous discussion? Note that "count" is not just any predicate, but: (1) a useful one, (2) one that just requires the array to contain its elements, in any order, whenever the predicate i

[Issue 14340] AssertError in std.algorithm.sorting: unstable sort fails to sort an array with a custom predicate

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14340 Xinok changed: What|Removed |Added CC||xi...@live.com --- Comment #3 from Xinok --- This i

[Issue 14810] New: std.mmfile should only return a shared!T object

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14810 Issue ID: 14810 Summary: std.mmfile should only return a shared!T object Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 14792] Add function to convert from unix time to SysTime

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14792 --- 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/4899aa85d22114cd56be87ec8cb243d2a13f5b1e Implement issue# 14792

[Issue 12060] Add ability to use dynamic array for `std.digest.*` as return type for hash

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12060 Johannes Pfau changed: What|Removed |Added CC||johannesp...@gmail.com --- Comment #1 from J

[Issue 14809] New: Avoid costly dynamic cast from all class/interface upcasts

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14809 Issue ID: 14809 Summary: Avoid costly dynamic cast from all class/interface upcasts Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 14541] "duplicate COMDAT" linker error with the template forward reference in Tuple.opAssign

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

[Issue 14541] "duplicate COMDAT" linker error with the template forward reference in Tuple.opAssign

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14541 --- 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/1112eec29eef531663de289f17800ad4a10fee50 fix Issue 14541 - "duplicate

[Issue 1747] class to base interface static cast is incorrect in some cases

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

[Issue 2013] interface to interface dynamic cast is incorrect in some cases

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2013 --- Comment #7 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/2c28cecaf5a19b60a4e06865b5dbc558043be089 fix Issue 2013 - interface to

[Issue 1747] class to base interface static cast is incorrect in some cases

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1747 --- Comment #9 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/5cefffdfd8dca40403674e9c12b990a17e40aaa9 fix Issue 1747 - class to bas

[Issue 2013] interface to interface dynamic cast is incorrect in some cases

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2013 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/c83a79c25dcf061ccbd4a86dfbbdf53c6e70c83c Issue 2013 - interf