Giter VIP home page Giter VIP logo

Comments (7)

blueyed avatar blueyed commented on June 16, 2024

FWIW: I've tried to get remote_pdb into this, but failed: https://github.com/ionelmc/python-remote-pdb.

It would be nice to trigger this through SIGUSR to see what is going on.

from deoplete-jedi.

Shougo avatar Shougo commented on June 16, 2024

I have tested it. But I cannot reproduce it with your minimal init.vim and reproduce ways.
deoplete-jedi processes are generated after editing Python script.

from deoplete-jedi.

blueyed avatar blueyed commented on June 16, 2024

@Shougo
Are you sure? (were you tricked by let g:deoplete#enable_at_startup = 1 not being run directly)

set rtp+=~/.vim/neobundles/deoplete
set rtp+=~/.vim/neobundles/deoplete-jedi
let g:deoplete#enable_at_startup = 1

Run :exe '!pstree -apl' getpid():

nvim,27759 -u vimrc.minimal
  |-pstree,27849 -apl 27759
  |-python3,27795 -c import sys; sys.path.remove(""); import neovim; neovim.start_host() /home/user/.vim/neobundles/deoplete/rplugin/python3/deoplete
  |   `-python,27831 -u /home/user/.vim/neobundles/deoplete-jedi/rplugin/python3/deoplete/sources/deoplete_jedi/server.py --desc-length 0 --debug
  `-{nvim},27832

I've looked into this / Shougo/deoplete.nvim#336, and not starting deoplete-jedi always would be very nice to have in general already.
(this can be done by lazy-loading through the plugin manager probably, but should not be necessary?!)

from deoplete-jedi.

zchee avatar zchee commented on June 16, 2024

@rafi reproduced. re-opened.
Sorry.

from deoplete-jedi.

zchee avatar zchee commented on June 16, 2024

@rafi @blueyed It's a bug.
But @Shougo said will fix on deoplete.nvim sources side.
Please wait for the update of deoplete.nvim.

@Shougo Thanks for follow up.

from deoplete-jedi.

rafi avatar rafi commented on June 16, 2024

@zchee @Shougo I have updated the minimal init.vim to reproduce in the description above.

from deoplete-jedi.

Shougo avatar Shougo commented on June 16, 2024

It is fixed in the latest deoplete.

from deoplete-jedi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.