Skip to content

Releases: TOPLLab/latch

0.3.0

17 Sep 18:03
90f09d2
Compare
Choose a tag to compare

What's Changed

💥 Breaking Changes

  • Refactor out mocha/chai (#12)

🚀 New Features

  • Support for out-of-place platforms and tests (#15)
  • Add support for returns(nothing)

🚑 Hotfixes

🐛 Bug Fixes

  • Fix shutdown (#14)

🧑‍💻 Quality of Life

  • Add debug platform (#16)

⬆️ Upgrading dependencies

  • Bump ws from 7.5.9 to 7.5.10 (#13)

Science of Computer Programming submission

30 May 12:17
f6759c1
Compare
Choose a tag to compare

This is the code used for the SCP submission.
Artifacts with the spec suite and experiment results included as assets.

Command used to run experiments per group:

cd {warduino repo}/tests/latch/

time WABT=WABT/build/ CORESUITE=./specsuite/{group} npm run spectest > experiments/{group}.output
time WABT=WABT/build/ npm run debugtest > experiments/debugger.output
time WABT=WABT/build/ npm run comptest > experiments/computing.output

0.2.1

19 Mar 18:20
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release
v0.2.1

🔖 Finish version `0.2.1`

0.2.0

09 Feb 09:54
d16c831
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
v0.2.0

Improve Action interface + add `testee` param to `act`

0.1.0

21 Dec 07:13
261cc15
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial implementation.