coc-julia icon indicating copy to clipboard operation
coc-julia copied to clipboard

Tag system image with julia version

Open lassepe opened this issue 2 years ago • 0 comments

Currently, coc-julia stores a "global" system image in coc-julia-data/sysimg. When the user upgrades to a new julia version and forgets to delete this system image, the server crashes without any informative error. A simple fix may be to store the system image with the corresponding julia version in the file name. This way, coc-julia can automatically detect that there is no valid system image for the current version. This would also make it easier for users to switch between different julia versions.

lassepe avatar Aug 30 '22 13:08 lassepe