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

We cannot use un-exported datatypes #68

Open
Tritlo opened this issue Aug 4, 2021 · 0 comments
Open

We cannot use un-exported datatypes #68

Tritlo opened this issue Aug 4, 2021 · 0 comments
Assignees
Labels
Enhancement New feature or request

Comments

@Tritlo
Copy link
Owner

Tritlo commented Aug 4, 2021

Our trick to using data declarations is to import the base module into scope. However, if said declarations are not exported, we're out of luck: they won't be in scope in the module we're checking either. So we might have to adopt the "FakeMain" approach to every module we check and remove all exports... though this might mean that they will clash!

@Tritlo Tritlo added the Bug Something isn't working label Aug 4, 2021
@Tritlo Tritlo self-assigned this Aug 4, 2021
@Tritlo Tritlo added Enhancement New feature or request and removed Bug Something isn't working labels Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant