Commit Graph

3 Commits

Author SHA1 Message Date
Simon Wright 3952fe5803 tash 8.7.2. (#751)
Homebrew have changed the location of Tcl/Tk include files.
2023-02-27 10:19:22 +01:00
Simon Wright 35b3ea29cb Tash and scripted_testing (#737)
* New release tash-8.7.1.

The main change in this release is replacing options.gpr, which was
not distinguished enough and could conflict with other crates. It was
never intended to be used outside this crate, and the function is
replaced by tcl_tk_options.gpr.

* New crate scripted_testing-2.0.0.

This crate supports scriptable integration testing, where the mocked
environment of the software being tested can be scripted. The
supported scripting language is Tcl.

It's intended to add some automation to the development of mocking
support, probably using libadalang to generate stubs.
2023-02-07 18:36:07 +01:00
Simon Wright 6c65c1f5f9 tash 8.7.0 (#663)
* Add tash 8.7.0 (first Alire release).

* Removed local-index setting in workflows.

* Use tclsh or tclsh8.6 if not found.
2022-10-14 09:48:13 +02:00