[Issue 16152] dpl-docs/ddox doesn't show documentation for eponymous template member

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

[Issue 16152] dpl-docs/ddox doesn't show documentation for eponymous template member

2016-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16152 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/73c6475e4be442350a727d80e562bb2328f494b1 Merge pull request #1373 from s-ludwig/master Fix

[Issue 12699] Possibly wrong code in object_.d

2016-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12699 David Nadlinger changed: What|Removed |Added CC||c...@klickverbot.at --- Comment #2 from Da

[Issue 12516] TypeInfo.getHash should not be trusted

2016-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12516 David Nadlinger changed: What|Removed |Added Keywords||safe CC|

[Issue 16181] Overloading doesn't consider default arguments with regards to ambiguity

2016-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16181 Danila Letunovskiy changed: What|Removed |Added CC||kap...@mail.ru --- Comment #1 from Dani

[Issue 16178] Can't alias a mixin

2016-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16178 Danila Letunovskiy changed: What|Removed |Added CC||kap...@mail.ru --- Comment #1 from Dani

[Issue 16181] New: Overloading doesn't consider default arguments with regards to ambiguity

2016-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16181 Issue ID: 16181 Summary: Overloading doesn't consider default arguments with regards to ambiguity Product: D Version: D2 Hardware: All OS: All Status:

[Issue 16180] Unable to dispose an interface with std.experiment.allocator

2016-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16180 --- Comment #3 from b2.t...@gmx.com --- I don't know. It's maybe worth asking Hackerpilot if his fork is still needed, the issues are addressed now, almost a year after the pull to phobos. In emsi containers the submodule allocators is very outdated:

[Issue 16180] Unable to dispose an interface with std.experiment.allocator

2016-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16180 --- Comment #2 from Maik Klein --- Okay I found the bug. It was using emsi_container as a dependency, even though I did not use it. It seems to have a dependency on std.experimental.allocator version 2.70, which then somehow overshadowed the curren

[Issue 16180] Unable to dispose an interface with std.experiment.allocator

2016-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16180 b2.t...@gmx.com changed: What|Removed |Added CC||b2.t...@gmx.com --- Comment #1 from b2.t...

[Issue 5305] Cannot take pointer to intrinsic function

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

[Issue 5305] Cannot take pointer to intrinsic function

2016-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5305 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/fad9e24cff5aff88c5635b010076bf6d39e659e7 fix Issue 5305 - intrinsic functions have @safe stripped of the

[Issue 16180] New: Unable to dispose an interface with std.experiment.allocator

2016-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16180 Issue ID: 16180 Summary: Unable to dispose an interface with std.experiment.allocator Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 5305] Cannot take pointer to intrinsic function

2016-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5305 Walter Bright changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|DUPLICATE

[Issue 4541] Intrinsic functions do not have pointers

2016-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4541 Mathias Lang changed: What|Removed |Added CC||b.hel...@gmail.com --- Comment #7 from Mathias

[Issue 5305] Cannot take pointer to intrinsic function

2016-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5305 Mathias Lang changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4541] Intrinsic functions do not have pointers

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

[Issue 16179] [REG2.072] git HEAD: multiSort no longer callable with delegate with context

2016-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16179 --- Comment #1 from Vladimir Panteleev --- Forgot the error messages: .../std/algorithm/sorting.d(922): Error: static function test.main.multiSort!((a, b) => a > b, (a, b) => a < n).multiSort!(int[]).multiSort.predFun cannot access frame of function

[Issue 16179] New: [REG2.072] git HEAD: multiSort no longer callable with delegate with context

2016-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16179 Issue ID: 16179 Summary: [REG2.072] git HEAD: multiSort no longer callable with delegate with context Product: D Version: D2 Hardware: All OS: All Sta