Skip to content

v1.2.1 Versioned command line tests (Minor release)

Compare
Choose a tag to compare
@jondegenhardt jondegenhardt released this 03 Aug 21:22
· 214 commits to master since this release
v1.2.1
6580064

This release adds features for tsv-utils automated tests. There are no changes to any of the tools.

The new testing features add support for different correct output results for different compiler/library versions. The main case is for changes to error message text, which in some cases includes text from the phobos library.

Alternate test outputs were added for a planned change to Phobos in an upcoming release. This was bundled into a tagged release to support the D language project tester where tsv-utils is used.

To download and unpack the prebuilt binaries:

$ # Linux
$ curl -L https://github.com/eBay/tsv-utils/releases/download/v1.2.1/tsv-utils-v1.2.1_linux-x86_64_ldc2.tar.gz | tar xz

$ # MacOS
$ curl -L https://github.com/eBay/tsv-utils/releases/download/v1.2.1/tsv-utils-v1.2.1_osx-x86_64_ldc2.tar.gz | tar xz