Skip to content

Releases: tracevalidation/trace_validation_tools

V1.3

24 Apr 06:33
c12366e

Choose a tag to compare

Simplified primitives for logging variables and events.

v1.2

31 Aug 07:59

Choose a tag to compare

  • Handle event arguments: enable the possibility to log argument of an event when committing, therefore reducing statespace
  • Handle argument mapping: enable the possibility to map argument with a TLA+ action by overriding MapArgs operator (enable to handle some partial records for example)
  • Add scripts and templates

v1.1

21 Jul 09:23

Choose a tag to compare

  • Rename instrumentation class to BehaviorRecorder
  • commitChanges function can throw an IOException, user should now manage it
  • Manage and record internal exception in trace file
  • Manage user exception record in trace file

Full Changelog: v1.0...v1.1

First stable release

06 Jul 13:34

Choose a tag to compare

First stable release of instrumentation

  • instrumentation to trace
  • virtual variables (to link with variable spec) manipulation
  • commit changes with description

Stable beta

23 May 14:13

Choose a tag to compare

Stable beta Pre-release
Pre-release

First beta release of instrumentation tools.