Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Re-Exports Do Not Raise a Compiler Error #1756

Closed
2 tasks
iamrecursion opened this issue May 26, 2021 · 0 comments
Closed
2 tasks

Incorrect Re-Exports Do Not Raise a Compiler Error #1756

iamrecursion opened this issue May 26, 2021 · 0 comments
Labels
p-medium Should be completed in the next few sprints

Comments

@iamrecursion
Copy link
Contributor

Summary

It is possible to re-export names from a nonexistent module without the compiler raising an error. I ran into this because I typo'd Visualization as Visualisation and couldn't see it, leading to much confusion.

Value

Better UX.

Specification

  • Raise an error when a name being exported from is not defined.

Acceptance Criteria & Test Cases

  • This scenario raises an error.
@iamrecursion iamrecursion added Type: Bug p-medium Should be completed in the next few sprints labels May 26, 2021
@wdanilo wdanilo closed this as completed Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-medium Should be completed in the next few sprints
Projects
None yet
Development

No branches or pull requests

2 participants