fwcd / curry-language-server

IDE support for the functional logic language Curry
BSD 3-Clause "New" or "Revised" License
27 stars 2 forks source link

Version the `.curry/language-server` folder #66

Open fwcd opened 9 months ago

fwcd commented 9 months ago

We'd want to make sure that different versions of the language server can coexist, even if we make breaking changes to the ICurry format (e.g. as proposed in https://github.com/fwcd/curry-language-server/issues/26#issuecomment-1935329510).

Therefore we should include the language server version in the output directory path (e.g. .curry/language-server-x.y.z) and make sure this version number is bumped (at least) every time there is a breaking change in one of the serialized formats.