issues Search Results · repo:sambarnes/noir-by-example language:Rust
Filter by
7 results
(65 ms)7 results
insambarnes/noir-by-example (press backspace or delete to remove)https://noir-lang.org/dev/standard_library/black_box_fns
good first issue
sambarnes
- Opened on Sep 8, 2023
- #7
also new https://noir-lang.org/dev/standard_library/options
can probs yoink from the example there and just add a smol test
good first issue
sambarnes
- Opened on Sep 8, 2023
- #6
https://noir-lang.org/dev/modules_packages_crates/workspaces
these look new, probs worth a blurb on it like we have for the modules / submodules
maybe in the same page to keep it simple
good first issue
sambarnes
- Opened on Sep 8, 2023
- #5
all the examples worked fine without code changes
but the more built up gadgets might need some work on 0.11.1 and beyond
can see tests failing in ci on main
sambarnes
- Opened on Sep 8, 2023
- #4
Hi there,
I just tried to get started with noir-by-example but was getting the following error when using nargo test
--show-output: Error: Missing name field in /noir-by-example/circuits/examples/hello-world/Nargo.toml ...
mozrt2
- 4
- Opened on Aug 13, 2023
- #3
In comptime example, you said that
// cannot be mutable tho, so this would fail???
let mut bad_var: comptime Field = 3;
But looks like mutable is ok, the error is unused variable bad_var. using it e.g. ...
gnart33
- 4
- Opened on Jun 17, 2023
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.