-
Updated
Nov 25, 2021 - JavaScript
zero-knowledge
Here are 166 public repositories matching this topic...
-
Updated
Nov 30, 2021 - C++
-
Updated
Nov 30, 2021 - C
-
Updated
Jun 6, 2021 - Haskell
-
Updated
Nov 30, 2021 - Rust
-
Updated
Nov 30, 2021 - Rust
-
Updated
May 30, 2021 - Python
-
Updated
Nov 3, 2021 - Rust
Describe what you want implemented
Remove the bit_iterator macro.
Describe "Why" this is needed
As far as I can see we only invoke the macro once to create BitIterator8 so I don't see the need to have a macro for it. Creating BitIterator8 directly is much clearer.
Describe alternatives you've considered
Leave as is.
Additional context
NA
🐛 Bug Report
using an invalid character in an import name gives no error information
Error Message
Error [EPAR0370000]: ~
--> D:\Work\leo-playground\src/main.leo:1:12
|
1 | import test~.lib.func;
Expected Behavior
it should display the same error message as when an uppercase letter is used:
Error [EPAR0370012]: package names must be lowercase
-
Updated
Jun 18, 2019 - Python
-
Updated
Sep 12, 2020 - Rust
-
Updated
Sep 16, 2020 - Rust
-
Updated
Nov 25, 2021 - Rust
-
Updated
Nov 30, 2021 - Rust
-
Updated
Oct 4, 2020
-
Updated
Nov 25, 2021 - Solidity
-
Updated
Oct 9, 2021 - TypeScript
-
Updated
Nov 30, 2021 - Rust
-
Updated
Nov 23, 2021 - TypeScript
-
Updated
Oct 31, 2021 - Python
-
Updated
Sep 9, 2021 - Rust
-
Updated
Aug 13, 2020 - Haskell
-
Updated
Jun 11, 2021 - Rust
-
Updated
Oct 12, 2021 - Rust
-
Updated
Feb 10, 2020 - Haskell
Improve this page
Add a description, image, and links to the zero-knowledge topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the zero-knowledge topic, visit your repo's landing page and select "manage topics."
#306 addresses a term-precedence bug with exponentiation. However, we do not have an end-to-end test case for this.
It should be included, ideally for all operators.