Re: [PATCH] c++tools : Add a simple handler for ModuleCompiledRequest.

2021-09-14 Thread Iain Sandoe
@@ module_resolver::IncludeTranslateRequest (Cody::Server >> *s, Cody::Flags, >>return 0; >> } > > Could use a comment here. OK with that added. this is what I pushed, thanks Iain [PATCH] c++tools : Add a simple handler for ModuleCompiledRequest. This

Re: [PATCH] c++tools : Add a simple handler for ModuleCompiledRequest.

2021-09-09 Thread Jason Merrill via Gcc-patches
On 8/18/21 3:13 PM, Iain Sandoe wrote: Hi, I have found it useful when working with modules stuff to have the completed set of command/responses available (some people working with the interfaces for more sophisticated tools are using them). This message is a hand-shake telling the server that

[PATCH] c++tools : Add a simple handler for ModuleCompiledRequest.

2021-08-18 Thread Iain Sandoe
Hi, I have found it useful when working with modules stuff to have the completed set of command/responses available (some people working with the interfaces for more sophisticated tools are using them). This message is a hand-shake telling the server that a CMI has been built, and for the simplis