Per Nordlöw

Results 116 issues of Per Nordlöw

The following code examples illustrates a current severe limitation with `retain_ptr` ```C++ #include #include #include "sg14/memory.hpp" using namespace std; class Base { public: Base() { } mutable unsigned int _rc...

Is ```C++ #include using std::cout; using std::endl; class S { public: S(int x_) : x(x_) {} ~S() { cout

Is there a roadmap for Buck? Especially when it comes to Windows support.

In C-inherited languages there is a need to unary and binary specific rules for operators such as `&` and '-' which can be used as both. It would be desirable...

enhancement

If you, for instance, want to change a `!=` to a `==` be replace `!` with a `=` electric-operator-mode will, incorrectly, insert source the prepending `=` with a space.

enhancement

I'm seeking a way to deactivate the automatic popup of completion menu and instead have it occur only when I press a given key. Is this possible? Further is there...

First try at supporting eldoc.

This, for instance, reduces memory usage of unittest-checking `std.format.write` as ```sh dmd -o- -vcolumns -wi -debug -unittest -dip25 -dip1000 -version\=StdUnittest -I/home/per/Work/phobos/ /home/per/Work/phobos/std/format/write.d ``` from 386 MB to 356 MB. 1....

Needs Work
Needs Rebase
stalled

…mplate bloat Trivial review, @thewilsonator.

stalled

Putting it out in the open just to get early feedback. See also: https://forum.dlang.org/post/[email protected]

Needs Rebase
stalled