-
The HTML documentation for the standard library has become very outdated. It doesn't include the recent style changes or the containers modules.
-
Steps to reproduce:
checkout this commit: https://github.com/anoma/juvix-anoma-test/commit/41b428ea7fca3e0414da8ea74af5817f0550d715
1. `juvix clean --global && juvix clean && juvix dependencies…
-
I ran `make format-juvix-files` and the markdown typechecking tests got broken as a result.
The misformatted markdown files:
- tests/positive/MarkdownImport/B.juvix.md
- tests/positive/MarkdownIm…
-
The existing tutorial focuses on introducing functional programming concepts with Juvix. There should also be a tutorial focused on introducing Juvix from the perspective of building an Anoma App.
-
Typechecking
```juvix
module papp;
import Stdlib.Prelude open;
f (x y : Nat) : Nat := x + y;
g : Nat -> Nat := f@?{y := 1};
```
gives the error
```
/Users/heliax/Documents/progs/juvix/p…
-
To reproduce:
1. Clone juvix-stdlib
```
git clone https://github.com/anoma/juvix-stdlib
```
2. Run `juvix format` in the test directory
```
cd juvix-stdlib
juvix format test/
```
#…
-
A juvix project created using `juvix init` comes with a pre-populated dependencies field that points to the stdlib dependency in the default build directory `.juvix-build`:
juvix.yaml
```yaml
dep…
-
**Describe the bug**
When trying to use the `:load` command in the Juvix REPL, I get the following error
```bash
➜ sandbox juvix repl
Juvix REPL version 0.6.1-29f1c4c: https://juv…
-
We want to e2e test applications against the Anoma node.
This requires the following issue to be resolved:
- https://github.com/anoma/anoma/issues/872
- https://github.com/anoma/juvix-arm-transpa…
-
customer: @paulcadman
performer:
deadline:
estimated:
started:
actual:
completed:
confirmed:
dependencies:
- [ ]
supersedes:
-
---
We would like to be able to debug errors that occur w…