Open fwcd opened 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.
.curry/language-server-x.y.z
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.