Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Warning messages #9

Open
rafaqz opened this issue Sep 27, 2017 · 7 comments
Open

Warning messages #9

rafaqz opened this issue Sep 27, 2017 · 7 comments

Comments

@rafaqz
Copy link

rafaqz commented Sep 27, 2017

deomplete-julia: Tagger: WARNING: Task iteration is now deprecated. Use Channels for inter-task communication. A for-loop on a Channel object is terminated by calling c lose on the object.

latest neovim, julia 0.6.0

@oxinabox
Copy link
Member

Julia 0.6.0 is not really supported.
I am slowly in the process of moving to a new solution based on https://github.com/JuliaEditorSupport/LanguageServer.jl

Which should be just a matter of making a tiny bit of glue connecting up to https://github.com/autozimu/LanguageClient-neovim

But it has been having issues that I am yet to chase down.

@rafaqz
Copy link
Author

rafaqz commented Sep 27, 2017 via email

@oxinabox
Copy link
Member

I've been poking it in my off time for like 6 months.
The setup is fairly trivial if you are interested in (attempting) to make it work.

@yelled1
Copy link

yelled1 commented Nov 24, 2017

Obviously, I have 0.6 & this does NOT work.
Do you plan to make it work for 1.x?
Thanks,

@oxinabox
Copy link
Member

No.
As stated this is depreciated for julia 0.6+
Including 0.7, 1.0, and 1.x
A language server based solution will work much better.

@yelled1
Copy link

yelled1 commented Nov 25, 2017

Is this what ur referring to?
https://github.com/JuliaEditorSupport/LanguageServer.jl/wiki/Neovim
Seems to be not quite upto far with Juno or even VSCode version :(

@oxinabox
Copy link
Member

@yelled1 that is the general notion yes.

If one is really keen one could make a PR to this repo,
and make it work in 0.6+.
I'm not going to because I think (if I had time) my time would be better spent improving and integrating with the language server, than on this old plan.

The fundamental technique I used to create this,
is at best marginally better than the old Juno way (and that is arguable),
and fundamental worse than the Language Server way (used by current VS-code).
Juno is I believe switching to (or has switch to) language server.

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

No branches or pull requests

3 participants