Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

job API: get detailed jobinfo and a list of jobs. #557

Closed
tarruda opened this issue Apr 17, 2014 · 1 comment · May be fixed by #5485
Closed

job API: get detailed jobinfo and a list of jobs. #557

tarruda opened this issue Apr 17, 2014 · 1 comment · May be fixed by #5485
Labels
api libnvim, Nvim RPC API
Milestone

Comments

@tarruda
Copy link
Member

tarruda commented Apr 17, 2014

Something that could be improved for the job control module is to use Job pointers instead of ids. I used ids in the first place because I didn't knew how to associate arbitrary pointers with vimscript objects(not sure if it's possible). Perhaps @ZyX-I has some advice on this matter? If we used Job pointers we could also get rid of the job table and use a linked list to keep track of running jobs.

We also need APIs for getting detailed job info such as pid(probably a jobinfo function that returns a dictionary) and a list of jobs.

@justinmk justinmk added the api label Jul 11, 2014
@justinmk justinmk removed the ready label Nov 14, 2014
@justinmk justinmk changed the title Job control improvements job API: get detailed jobinfo and a list of jobs. Aug 18, 2015
@justinmk justinmk added this to the 0.2 milestone Aug 18, 2015
@justinmk justinmk modified the milestones: 0.2, 0.2.1 Mar 2, 2017
@justinmk justinmk modified the milestones: 0.2.1, 0.2.2 Sep 16, 2017
@justinmk justinmk modified the milestones: 0.3.1, 0.3.2 Jun 10, 2018
butwerenotthereyet pushed a commit to butwerenotthereyet/neovim that referenced this issue Dec 30, 2019
system() adds an extra newline which breaks the DOS shortname hack
for Neovim on Windows.
Suppress echo so the DOS shortname is the 1st line of the output

Related: neovim#7788
@janlazo janlazo modified the milestones: 0.5, 0.5.1 Feb 14, 2021
@bfredl bfredl modified the milestones: 0.5.1, 0.6 Aug 15, 2021
@bfredl
Copy link
Member

bfredl commented Aug 15, 2021

assuming nvim_list_chans() covers this.

@bfredl bfredl closed this as completed Aug 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api libnvim, Nvim RPC API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants