Closed AShedko closed 3 years ago
Can you share little bit more details? I have a feeling this is Lint.jl issue but it would be easier to comment if you can show by example what is exactly the problem.
I meant things like having code from a local module show up as undeclared symbols. process is a function from a local module.
Try running Lint.jl from REPL. Do you get the same errors and warnings?
Your example is too small to understand your workflow. If you either include or import by using the local module before your functions usage it should work.
It works fine from the REPL
I still don't understand your problem. In your example each line have a red dot meaning there are some errors. Maybe you just don't see the error messages? What happens when you move cursor to any of the red dotted lines?
The dotted lines are where the functions and constants from ISCLib are used
Fixed in #119
Linter does not work well with modules. Is there a possibility of making that happen in forseeable future?