Re: VDD summary

2018-05-16 Thread Geoff Simmons
On 05/16/2018 09:56 AM, Poul-Henning Kamp wrote: > > It would have to be possible to say > > vmod.tell somevcl::somevmod "bla bla bla" > > To target a single one, but it is probably ill-advised to insist > on always only targeting a single one. ... and then it's easy to imagine syntax li

Re: VDD summary

2018-05-16 Thread Poul-Henning Kamp
In message , Dridi Boukelmoune writes: >And you may have several competing vmods loaded with the same name >thanks to vmod caching. Well, due to having multiple loaded VCLs really. It would have to be possible to say vmod.tell somevcl::somevmod "bla bla bla" To target a sin

Re: VDD summary

2018-05-16 Thread Dridi Boukelmoune
On Wed, May 16, 2018 at 9:20 AM, Poul-Henning Kamp wrote: > > In message > > , Dridi Boukelmoune writes: >>> => new CLI command: backend.tell args >>> => ... if glob matches multiple backends, error-returns are ignored >>> => ... Should "?" args be magic ? >> >>It occurred to me that d

Re: VDD summary

2018-05-16 Thread Poul-Henning Kamp
In message , Dridi Boukelmoune writes: >> => new CLI command: backend.tell args >> => ... if glob matches multiple backends, error-returns are ignored >> => ... Should "?" args be magic ? > >It occurred to me that directors listening to the CLI via a backend.tell >command is a very speci

Re: VDD summary

2018-05-15 Thread Dridi Boukelmoune
> => new CLI command: backend.tell args > => ... if glob matches multiple backends, error-returns are ignored > => ... Should "?" args be magic ? It occurred to me that directors listening to the CLI via a backend.tell command is a very special case that we could otherwise generalize to a vmod.cm