Skip to content

Linter doesn't check LOAD_PATH for packages #307

@ssfrr

Description

@ssfrr

The linter seems to think things are undefined even if they are there:

Defined here:
image

used here:
image

output in the linter pane:
image

I think this might have to do with the fact that the SampledSignals package isn't located in the normal .julia/v0.6 package directory, but is in a different directory that I add to my LOAD_PATH in .juliarc.jl.

It also might be more useful in this case to display the warning on the import line with something like "Could not find package SampledSignals" rather than later on when you try to use the identifier.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions