ZacNugent

Results 45 comments of ZacNugent

Hi, I've had a quick skim of the recent comments and think the way forward likely to be something like: 1) Add a `LOAD_PATH` setting to julia-vscode (an array of...

At a guess I'd say we're ignoring the if block

Is there anything listed under 'Julia Language Server' on the `Output` pane of vscode?

Hiya, going through these in order 1. Is the reference to the exported type in another package or in a not directly related file (other than some using/import statement)? If...

It's potentially quite brittle but I think this very much depends on how this type info is used (currently it just supports the helpers - there's no linting based on...

By helpers I just mean things like completions/hovers etc - I've not set this up to do anything like say "this function call is wrong because the argument isn't of...

I've added a bit more to this - a similar approach based on what functions are called with the binding as an argument. I think this is an interesting approach...

Yep I agree this would be problematic, and with the idea of a strict mode

I'm doing a write up for a talk in a week or so, which I'll then put online