ryuukk

Results 116 issues of ryuukk

``FunctionCallExpression`` is currently not implemented in ``FirstPass`` (``dsymbol/src/dsymbol/conversion/first.d``) At the moment there is no DSymbol generated for function calls, this will be useful for things like displaying inlay hints, right...

For the case of auto as return: Let's take this example from my project: ```D auto view(Includes, Excludes)() { static if (Includes.args.length == 1 && Excludes.args.length == 0) { auto...

They should be fixed before they become errors ``` dsymbol\src\dsymbol\conversion\first.d(958,7): Deprecation: function `dparse.ast.IfStatement.identifier` is deprecated - use condition.identifier dsymbol\src\dsymbol\conversion\first.d(963,52): Deprecation: function `dparse.ast.IfStatement.identifier` is deprecated - use condition.identifier dsymbol\src\dsymbol\conversion\first.d(964,46): Deprecation: function...

I found a weird issue, it happens with ~master ```D struct A { B b; void test() { auto here = b.inside_b; here.|

Right now, only the default object.d is automatically included for implicit code completion But when developing custom runtimes, a custom object.d is used to overwrite the default one, the problem...

0 = clear display from cursor to end, therefore it needs history however 2 = clear entire display On windows when using git bash, ``clear`` didn't clear the entire display,...

When the toggle panel is open, when the editor is idle, i/o rate still goes crazy with default config and cmd: ![image](https://github.com/randy3k/Terminus/assets/44361234/85e5eeef-01d5-4969-b35d-a4a34bc4a53d) with git bash: ![image](https://github.com/randy3k/Terminus/assets/44361234/770aa61e-40d4-422e-b7f2-3418141b84ae) Something tells me that...

OS: linux Shell: bash I'm pretty clueless about this, so i don't know how to phrase it properly I have a terminal view in a tab, i open tmux and:...

I'm not sure what causes it exactly, but in my project, after a while, serve-d becomes stuck and eat CPU After i managed to attach a debugger and here are...