McStasMcXtrace / mccode-antlr

McCode grammar implemented with ANTLR4
1 stars 0 forks source link

Use latest mccode-pooch tag instead of 'main' #59

Closed g5t closed 2 months ago

g5t commented 2 months ago

Fixes #57 by adding a configuration variable for 'mccode-pooch' tag version

By default, the variable is 'latest' to select the most-recent tag (determined when loading the mccode_antlr module). A user should be able to override this by setting a different value in the module's config file (location platform dependent). An error is thrown if no tag matches the specified value.

Only the default 'latest' has been tested thus far.