mirror of
https://github.com/anoma/juvix.git
synced 2024-12-03 09:41:10 +03:00
Juvix empowers developers to write code in a high-level, functional language, compile it to gas-efficient output VM instructions, and formally verify the safety of their contracts prior to deployment and execution.
cd5a43a1b1
See test failure: https://github.com/anoma/juvix/actions/runs/8466758094/job/23196216342 ``` Test030: Ackermann function (higher-order definition): FAIL (7.40s) Translate to JuvixCore (6.92s) Translate to CASM (0.06s) Pretty print (0.15s) Interpret (0.12s) Compare expected and actual program output Check run_cairo_vm.sh is on path Serialize to Cairo bytecode Run Cairo VM (0.14s) /tmp/tmp-60ba562ca9d8f9b5: changeWorkingDirectory: does not exist (No such file or directory) Use -p '/Juvix to CASM positive tests (no optimization).Test030: Ackermann function (higher-order definition)/' to rerun this test only. ``` `setCurrentDir` cannot be used because tests are run at the same time on different threads. This PR removes `setCurrentDir` and instead passes the CWD directly to the `proc` call. |
||
---|---|---|
.devcontainer | ||
.github | ||
app | ||
assets | ||
bench | ||
bench2 | ||
examples | ||
gnuplot | ||
include | ||
juvix-stdlib@e2efe4e6fe | ||
licenses | ||
runtime | ||
scripts | ||
src/Juvix | ||
test | ||
tests | ||
.clang-format | ||
.github_changelog_generator | ||
.gitignore | ||
.gitmodules | ||
.hlint.yaml | ||
.pre-commit-config.yaml | ||
cabal.hie.yaml | ||
cabal.project | ||
cabal.project.freeze | ||
CHANGELOG.md | ||
cntlines.sh | ||
CONTRIBUTING.md | ||
justfile | ||
LICENSE.md | ||
Makefile | ||
package.yaml | ||
README.md | ||
stack.hie.yaml | ||
stack.yaml |
Juvix
CI Status |
---|
Codebase |
This repository is specifically dedicated to the compiler of the Juvix programming language.
For any Juvix-related inquiries, we strongly advise visiting the following resources.
Our documentation offers an in-depth understanding of the Juvix programming language. It encompasses a language reference, examples, blog posts, and numerous other resources to facilitate effective use of Juvix.