Skip to content

v1.0.8

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Nov 16:33
· 3 commits to informaticup since this release
5fdd7b4

Minor changes to config.json

The config.json remains fully backwards compatible and customArgs can still be used to specify constants
"customArgs": "--const a=3 -c x=3" will be carried over as --const a=3 -c x=3

  • Addressed issue #98 reported by @matthiasknorr
  • Fixed customArgs option being processed incorrectly in config.json
  • Added new option to config:
    "constants": ["n=3", "x=4*3+2"] will be converted to --const n=3 --const x=4*3+2

🚢