-
Notifications
You must be signed in to change notification settings - Fork 214
Open
Labels
Description
The linter seems to think things are undefined even if they are there:
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.
Hugo-Trentesaux, lassepe, NightMachinery, Acmion and AbhimanyuAryan