Skip to content
#

leo

Here are 21 public repositories matching this topic...

leo
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 
good first issue error-msg

Improve this page

Add a description, image, and links to the leo 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 leo topic, visit your repo's landing page and select "manage topics."

Learn more