close
The Wayback Machine - https://web.archive.org/web/20210909230150/https://github.com/topics/zero-knowledge
Skip to content
#

zero-knowledge

Here are 161 public repositories matching this topic...

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