Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: savi-lang/Spec

Tags

v0.20240831.0

Toggle v0.20240831.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #29 from savi-lang/remove/until-methods

Remove usage of `*_until`-style iteration methods.

v0.20230617.0

Toggle v0.20230617.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #28 from savi-lang/update/latest-savi

Update for latest Savi syntax.

v0.20220928.0

Toggle v0.20220928.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #26 from savi-lang/undo/fake-env

Refactor to undo the removal of the real `Env` from `Spec`.

v0.20220927.0

Toggle v0.20220927.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Print a final statistic (#25)

Prints a final statistic similar to the following:

```
test result: OK. 39 passed; 0 failed; finished in 0s
```

Inspired by `cargo test` statistics.

Related issues: #16

v0.20220323.0

Toggle v0.20220323.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #12 from savi-lang/add/async-tests

Add ability to test asynchronous actions.

v0.20220304.0

Toggle v0.20220304.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from savi-lang/deps/set-map-repo

Pull the `Map` library from `github:savi-lang/Map`.