Pure-D / serve-d

D LSP server (dlang language server protocol server)
MIT License
195 stars 48 forks source link

Set target path to bin/ folder for cleaner builds #335

Open ryuukk opened 11 months ago

ryuukk commented 11 months ago

I haven't tested the release.sh and release.bat yet

WebFreak001 commented 11 months ago

tests failing, this also needs changes in code-d and a migration plan for old code-d versions

ryuukk commented 11 months ago

Oh, it might not be worth it to change then

WebFreak001 commented 11 months ago

currently I don't think it's a high priority, especially on unix it's just serve-d as the only file and on windows there are only 3 copied DLLs, which I'm not sure if they are even all needed anymore, since I changed to Win32 inet API instead of curl.

I don't think the app would grow in files in the future, but now might still be a better time to put it in a separate folder rather than later.