Skip to content

[0.1.13] - 2023-03-23

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 15:59
· 225 commits to main since this release

Release Notes

Bug Fixes

  • Recompute the graph in inspectify after recompilation
  • Remove copy of removed rust-toolchain.toml into Dockerfile
  • Do not crash if one group did not produce a run result in checko
  • Update definition vc(b -> C) to include b
  • Produce the correct number of configurations in interpreter
  • Correct set spans in checko
  • Do not crash if pushing results to one group fails

Documentation

  • Update development requirements for inspectify
  • Change typeshare to typeshare-cli in unix setup script
  • Finish a sentence in inspectify readme

Features

  • Randomize determinism in interpreter input
  • Initial draft of predicates and enriched commands
  • Add substitution to enriched expressions
  • Implement SP and VC for program verification analysis
  • Generate annotated programs
  • Validation for PV and remove all WASM
  • Use WebSockets for compilation status in inspectify
  • Allow specifying which programs are shown in results individually
  • Display invalid output in inspectify
  • Improve graph debugging inspectify
  • Do not crash if we could not pull from the result branch

Miscellaneous Tasks

  • Add a license to Cargo.toml
  • Do not open F# panel on startup in VSCode
  • Test commit to see build times with smtlib and z3
  • Remove z3 dep again, and correct pv output format
  • Update fsharp-starter ref
  • Update Cargo.lock
  • Add a comment to the Justfile for running inspectify against fsharp-starter

Refactor

  • Improve inspectify internals
  • Split inspectify backend up into multiple files
  • Catch all errors from single groups to not crash when pushing results

checko 0.1.13

Install checko 0.1.13

Install prebuilt binaries via shell script

# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https:/team-checkr/checkr/releases/download/v0.1.13/checko-v0.1.13-installer.sh | sh

Install prebuilt binaries via powershell script

# WARNING: this installer is experimental
irm https:/team-checkr/checkr/releases/download/v0.1.13/checko-v0.1.13-installer.ps1 | iex

Download checko 0.1.13

target kind download
aarch64-apple-darwin tarball checko-v0.1.13-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball checko-v0.1.13-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball checko-v0.1.13-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball checko-v0.1.13-x86_64-unknown-linux-gnu.tar.xz

inspectify 0.1.13

Install inspectify 0.1.13

Install prebuilt binaries via shell script

# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https:/team-checkr/checkr/releases/download/v0.1.13/inspectify-v0.1.13-installer.sh | sh

Install prebuilt binaries via powershell script

# WARNING: this installer is experimental
irm https:/team-checkr/checkr/releases/download/v0.1.13/inspectify-v0.1.13-installer.ps1 | iex

Download inspectify 0.1.13

target kind download
aarch64-apple-darwin tarball inspectify-v0.1.13-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball inspectify-v0.1.13-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball inspectify-v0.1.13-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball inspectify-v0.1.13-x86_64-unknown-linux-gnu.tar.xz