-
### Aim
Attempted to compile the following program:
```rust
impl std::ops::Add for () {
fn add(self, other: ()) -> () { }
}
fn main() { }
```
### Expected Behavior
The program to comp…
-
### Aim
Attempted to compile a program with a typo in the path to a type alias:
```rust
type Foo = u8;
fn main() {
// These also panic, where Bar is another type alias
// let _: Foo:…
-
### Problem
After the warning introduced in https://github.com/noir-lang/noir/pull/5155 for implicit numeric generics compiling without `--silence-warnings` litters the console with output:
### …
-
Some of the external links in the docs are now dead. This is likely due to the thing being linked to being moved.
Check the [Check Markdown links](https://github.com/noir-lang/noir/actions/runs/97749…
-
### Aim
Running tests on the public kernel circuits in the Aztec packages repository.
### Expected Behavior
Tests run.
### Bug
Running `../../noir/noir-repo/target/release/nargo test --package pu…
-
### Problem
Certain algorithms are much more difficult to express without associated types in traits.
### Happy Case
We should support [associated types](https://doc.rust-lang.org/rust-by-example/g…
-
Happened 20/02/2020
```
version=v2.62
map=fermem2 (27x21)
sprites=[Perso=Zildo
Coords:(116.30319, 257.7124 0.0)
info=ZILDO
mvt=VIDE pv=6 weapon=[FLUT,0] name=benoit lasthit=null, 117.30319, 2…
-
Create a "Proving Backend" sub-section under "Projects" for known proving backends that work with Noir.
The ones that I am aware of:
- Barretenberg by Aztec Labs: https://github.com/AztecProtocol/…
-
### Problem
https://noir-lang.org/ current lands on the [index.jsx](https://github.com/noir-lang/noir/blob/96fb3e94b3a2f7b586d17ea9445f44267f5d9c6d/docs/src/pages/index.jsx) page with boxes for rea…
-
### Aim
I run into an extremely confusing scenario in which the presence of `assert_eq` statements seems to put the program in an inconsistent state in which variables are equal to multiple values …