ryuukk

Results 93 comments of ryuukk

As per review, i removed the dead code, even though i believe it was needed, but i lack skills so that's a story for an other PR

I can't run the test myself since the instruction on the wiki doesn't work, it's outdated https://wiki.dlang.org/Building_under_Windows#Using_DigitalMars_make_for_running_the_test_suite If one could update the instructions, that would be nice (make related, wich...

I sent a PR that should fix this, please test it and let me know if that works in both Helix/Kakoune

``` [0] C:\Users\ryuukk\AppData\Roaming\code-d\bin\dcd-server.exe [1] --port [2] 9166 [3] -IC:\D\dmd2\windows\bin\..\..\src\phobos [4] -IC:\D\dmd2\windows\bin\..\..\src\druntime\import [FULL] C:\Users\ryuukk\AppData\Roaming\code-d\bin\dcd-server.exe --port "9166" -IC:\D\dmd2\windows\bin\..\..\src\phobos -IC:\D\dmd2\windows\bin\..\..\src\druntime\import ``` dcd-server was starting with these paths, why it's missing the projects paths?...

This PR should help improve the performance, and therefore the power usage: #4776 I haven't looked at the engine code (i don't know if it is available) But for a...

![image](https://user-images.githubusercontent.com/44361234/196321120-fd557144-dc1d-4502-b483-8e4e761b793c.png) It is super annoying, all i want to see is the error message without having to scroll EDIT: i now remember i sent a PR about it years ago,...

Ok looks like this https://github.com/ziglang/zig/pull/8513/ solves it But the option is poorly named, it should be called something like: ``print_full_command_on_build_error`` Also the description is poorly written: ``Output compile errors formatted...

I'll try to fix that one

It's "fixed", well sort of, it is an issue with ranges here the problematic code i had to comment: https://github.com/zigtools/zls/blob/8d27b172aa8bc3df0f0ddb5f23ad520c8fa8839e/src/types.zig#L255-L258