Re: [PATCH 15/17] Language Server Protocol: add lsp::server abstract base class

2017-07-28 Thread David Malcolm
On Thu, 2017-07-27 at 09:55 +0200, Richard Biener wrote: > On Mon, Jul 24, 2017 at 10:05 PM, David Malcolm > wrote: > > This patch adds an lsp::server abstract base class for implementing > > servers for the Language Server Protocol: > >

Re: [PATCH 15/17] Language Server Protocol: add lsp::server abstract base class

2017-07-28 Thread David Malcolm
On Thu, 2017-07-27 at 00:14 -0400, Trevor Saunders wrote: > On Mon, Jul 24, 2017 at 04:05:12PM -0400, David Malcolm wrote: > > This patch adds an lsp::server abstract base class for implementing > > servers for the Language Server Protocol: > >

Re: [PATCH 15/17] Language Server Protocol: add lsp::server abstract base class

2017-07-27 Thread Richard Biener
On Mon, Jul 24, 2017 at 10:05 PM, David Malcolm wrote: > This patch adds an lsp::server abstract base class for implementing > servers for the Language Server Protocol: > https://github.com/Microsoft/language-server-protocol > > along with supporting classes mirroring those

Re: [PATCH 15/17] Language Server Protocol: add lsp::server abstract base class

2017-07-26 Thread Trevor Saunders
On Mon, Jul 24, 2017 at 04:05:12PM -0400, David Malcolm wrote: > This patch adds an lsp::server abstract base class for implementing > servers for the Language Server Protocol: > https://github.com/Microsoft/language-server-protocol > > along with supporting classes mirroring those from the

[PATCH 15/17] Language Server Protocol: add lsp::server abstract base class

2017-07-24 Thread David Malcolm
This patch adds an lsp::server abstract base class for implementing servers for the Language Server Protocol: https://github.com/Microsoft/language-server-protocol along with supporting classes mirroring those from the protocol description. The public specification of the protocol uses