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

Missing reference for unexported Base symbols #1230

Open
simonmandlik opened this issue Aug 4, 2023 · 0 comments
Open

Missing reference for unexported Base symbols #1230

simonmandlik opened this issue Aug 4, 2023 · 0 comments

Comments

@simonmandlik
Copy link

If Base defines a symbol, but doesn't export it, importing it with using is a valid command. But Language Server yields a warning

image

Here, AbstractVecOrTuple and CodeUnits are from Base, but are not exported.

LS produces a false positive warning. If importing unexported stuff from modules is a bad practice, shouldn't the Warning say something different?

Maybe related to #1204 and #1197

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant