From Agda 2.6.4: Simpler way to get Agda version using --numeric-version
option
#138
Labels
enhancement
New feature or request
--numeric-version
option
#138
This code seems to parse the version of Agda from the output of
agda -V
:agda-mode-vscode/src/Connection/Emacs/Connection__Emacs.res
Line 35 in 905ec61
Agda >= 2.6.4 should have a
--numeric-version
option.--numeric-version
to just print Agda's version number agda/agda#6522This could be utilized at some point, but maybe you need to be handle older versions of Agda, so it might not be so useful in the near future.
I am also changing the output of
agda -V
by adding a few lines with information about the cabal flags used during build, but hopefully this will not destroy your version parser here: The output ofagda -V
will still start withAgda version VERSION_STRING
.The text was updated successfully, but these errors were encountered: