Dennis

Results 52 issues of Dennis

https://github.com/atilaneves/automem/blob/8f61747f437b7624ad4b44085e9525fc143a9e6c/source/automem/vector.d#L208-L213 ```D struct Vector(E, Allocator = typeof(theAllocator)) if(isAllocator!Allocator) { ... E[] _elements; ... /// Access the ith element. Can throw RangeError. ref inout(E) opIndex(long i) scope return inout { if(i...

Blocked by: * [x] https://github.com/dlang/phobos/pull/8481 * [x] https://github.com/atilaneves/automem/pull/69 * [ ] https://github.com/libmir/mir-algorithm/pull/464

Blocked
Bug Fix
stalled

Remove one of the last `useDIP1000` branches hindering dip1000 by default.

Needs Work
Needs Rebase
dip1000

Includes other function-only attributes as well, such as `@nogc` `@property` `nothrow` and `@live`.

Needs Work
Bug Fix
stalled
Deprecation

Rebase of https://github.com/dlang/dmd/pull/11014, which was stalled because of a trailing whitespace. I made a new PR because the rebase was non-trivial and a force push is risky, and it seems...

Needs Approval
Needs Work
Needs Spec PR
stalled
New Language Feature

The vibe-d/vibe-d+tests target fails on dmd's buildkite with a time out after an hour. This happens on multiple PRs and looks unrelated to the changes to DMD, so I think...

@rikkimax

Enhancement
72h no objection -> merge