Open lorenzleutgeb opened 1 year ago
Please do not write to ~/.quint: https://github.com/informalsystems/quint/blob/d3c5f476808cbe87eeffa2d31a76e27ab7b9ea34/quint/src/quintVerifier.ts#L52-L54
~/.quint
That should be $XDG_CONFIG_HOME/.quint. Refer to https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
$XDG_CONFIG_HOME/.quint
There's probably a library you can use...
This is a good pointer, and I agree we should strive to be good citizens on this kind of thing. Thanks for raising the issue!
We can look at
We should fix this, but we don't need it to close our milestone.
Please do not write to
~/.quint
: https://github.com/informalsystems/quint/blob/d3c5f476808cbe87eeffa2d31a76e27ab7b9ea34/quint/src/quintVerifier.ts#L52-L54That should be
$XDG_CONFIG_HOME/.quint
. Refer to https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.htmlThere's probably a library you can use...