aquavm/crates
Ivan Boldyrev 076045124c
feat(testing) Testing framework chapter 1, asserts and comments (#342)
* seq_result` -> `seq_ok`; add `seq_err`

`seq_ok` and `seq_err` are consistent with `ok` and `err`, but produce
results sequentially.

* Accept `;;` and longer comments in the sexp parser

Currently they are just dropped, and resulting AIR has different
character positions in the error messages.

* Add "map" assertion

Lookup result in a map by service's first argument.
2022-10-11 01:05:20 +07:00
..
air-lib fix(air-parser): allow non used streams in validator (#360) 2022-10-10 15:51:03 +03:00
beautifier wasm-air-beautify WASM module (#325) 2022-09-19 19:31:12 +07:00
data-store chore: release (#329) 2022-09-13 19:08:47 +03:00
interpreter-wasm Update all non-major Rust dependencies (#309) 2022-09-07 12:10:07 +03:00
testing-framework feat(testing) Testing framework chapter 1, asserts and comments (#342) 2022-10-11 01:05:20 +07:00