Pure-D / serve-d

D LSP server (dlang language server protocol server)
MIT License
208 stars 50 forks source link

Use skipOver in uriToFile #380

Open nordlow opened 5 days ago

WebFreak001 commented 5 days ago

the return variable ret has been removed, also the decodeComponent part on the remainder of the URL (which in hindsight might not be the optimal place, but idk if there are tests for it why I added it in the first place)

nordlow commented 5 days ago

the return variable ret has been removed, also the decodeComponent part on the remainder of the URL (which in hindsight might not be the optimal place, but idk if there are tests for it why I added it in the first place)

Fixed.

nordlow commented 5 days ago

Failure in

Run Unittests / Dub Tests (macos-latest, ldc-latest) (pull_request) Failing after 3m 

seems unrelated. How do move forward?

nordlow commented 3 days ago

Ping, @WebFreak001.