Skip to content
#

zero-knowledge

Here are 166 public repositories matching this topic...

moCello
moCello commented Nov 25, 2021

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

0rphon
0rphon commented Sep 2, 2021

🐛 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 

Improve this page

Add a description, image, and links to the zero-knowledge topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more