2016-02-08 0:55 GMT+03:00 Bram Moolenaar <[email protected]>: > > Justin M. Keyes wrote: > >> On Feb 7, 2016 10:18 AM, "Bram Moolenaar" <[email protected]> wrote: >> > >> > >> > James McCoy wrote: >> > >> > > On Sun, Feb 07, 2016 at 02:27:53PM +0100, Bram Moolenaar wrote: >> > > > >> > > > Patch 7.4.1274 >> > > > Problem: Cannot run a job. >> > > > Solution: Add job_start(), job_status() and job_stop(). Currently >> only works >> > > > for Unix. >> > > >> > > Have you had a chance to look at the job API that neovim implemented? >> > > >> > > https://neovim.io/doc/user/eval.html#jobclose%28%29 >> > > >> > > It would be nice to not have unnecessary divergence. >> > >> > Now that the basic channel and job support is there, I would like to >> > invite plugin writers to give feedback. We probably need some more >> > features and/or change how things work. >> > >> > NeoVim is free to follow. It appears NeoVim's ideas about jobs and >> > channels are quite different. And it seems to be quite complicated. >> >> So just to be clear: before implementing jobs and channels, you did not >> seriously look at the existing work in Neovim and libuv? > > I had a look and didn't like it.
Why? Also you did not like the API exposed to the plugins (i.e. job* functions, msgpack RPC, especially the first) or the underlying implementation? > > -- > If Microsoft would build a car... > ... You'd have to press the "Start" button to turn the engine off. > > /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ > /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ > \\\ an exciting new programming language -- http://www.Zimbu.org /// > \\\ help me help AIDS victims -- http://ICCF-Holland.org /// > > -- > -- > You received this message from the "vim_dev" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to the Google Groups > "vim_dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
