Re: [PATCH] add rpc v6: support multiple _by_ fields

2019-02-18 Thread 尤立宇
Morgan Adamiec 於 2019年1月24日 週四 上午5:08寫道: > Long weekend huh ;) > > Any update on this? Unfortunately, I don't have time to update the patch, my limited PHP knowledge does not allow me to work on it casually. If anyone wants to, feel free to take them. I think the code would follow whatever licens

Re: [PATCH] add rpc v6: support multiple _by_ fields

2019-01-23 Thread Morgan Adamiec
On Wed, 12 Dec 2018 at 17:13, 尤立宇 wrote: > > I'm a bit busy these days, but I think I can have a working patch > around the weekend > > Eli Schwartz 於 2018年12月11日 週二 下午10:44寫道: > > > > On 11/6/18 2:07 AM, 尤立宇 wrote: > > > Of course, v6 should absolutely support what is possible now in v5. > > > T

Re: [PATCH] add rpc v6: support multiple _by_ fields

2018-12-12 Thread 尤立宇
I'm a bit busy these days, but I think I can have a working patch around the weekend Eli Schwartz 於 2018年12月11日 週二 下午10:44寫道: > > On 11/6/18 2:07 AM, 尤立宇 wrote: > > Of course, v6 should absolutely support what is possible now in v5. > > The previous patch is more about asking if we can agree on t

Re: [PATCH] add rpc v6: support multiple _by_ fields

2018-12-11 Thread Eli Schwartz
On 11/6/18 2:07 AM, 尤立宇 wrote: > Of course, v6 should absolutely support what is possible now in v5. > The previous patch is more about asking if we can agree on the interface. > I'll work on to bring the v6 patch up to date with the new rpc methods > supported in v5. Any update? -- Eli Schwartz

Re: [PATCH] add rpc v6: support multiple _by_ fields

2018-11-06 Thread Eli Schwartz
On 11/6/18 2:07 AM, 尤立宇 wrote: > Eli Schwartz : >> Can you update doc/rpc.txt to describe the new version? Looks like the >> github wiki contains partial work towards this, but it's not in asciidoc >> format. > Sure. > > Eli Schwartz : >>> >>> This is a WIP patch, and I'd like to get some feedback

Re: [PATCH] add rpc v6: support multiple _by_ fields

2018-11-05 Thread 尤立宇
Eli Schwartz : > Can you update doc/rpc.txt to describe the new version? Looks like the > github wiki contains partial work towards this, but it's not in asciidoc > format. Sure. Eli Schwartz : > > > > This is a WIP patch, and I'd like to get some feedback before moving on. > > > > There are a few

Re: [PATCH] add rpc v6: support multiple _by_ fields

2018-11-05 Thread Eli Schwartz
On 5/31/18 11:24 PM, 尤立宇 wrote: > Hi, this is a WIP patch following up the one at March: > [PATCH] feat(rpc): return "providers" packages when querying by `name` > or `name-desc` > (I failed to make git-send-email to reply to the thread) > > The goal is to allow tools to use the RPC to resolve dep

Re: [PATCH] add rpc v6: support multiple _by_ fields

2018-11-05 Thread Eli Schwartz
On 5/31/18 11:24 PM, 尤立宇 wrote: > Hi, this is a WIP patch following up the one at March: > [PATCH] feat(rpc): return "providers" packages when querying by `name` > or `name-desc` > (I failed to make git-send-email to reply to the thread) > > The goal is to allow tools to use the RPC to resolve dep

Re: [PATCH] add rpc v6: support multiple _by_ fields

2018-06-09 Thread Lukas Fleischer
On Fri, 01 Jun 2018 at 05:24:16, 尤立宇 wrote: > Hi, this is a WIP patch following up the one at March: > [PATCH] feat(rpc): return "providers" packages when querying by `name` > or `name-desc` > (I failed to make git-send-email to reply to the thread) > > The goal is to allow tools to use the RPC to

Re: [PATCH] add rpc v6: support multiple _by_ fields

2018-05-31 Thread 尤立宇
Hi, this is a WIP patch following up the one at March: [PATCH] feat(rpc): return "providers" packages when querying by `name` or `name-desc` (I failed to make git-send-email to reply to the thread) The goal is to allow tools to use the RPC to resolve dependencies reliably, by introducing a new ver

[PATCH] add rpc v6: support multiple _by_ fields

2018-05-31 Thread Li-Yu Yu
--- web/lib/aurjson.class.php | 125 -- 1 file changed, 120 insertions(+), 5 deletions(-) diff --git a/web/lib/aurjson.class.php b/web/lib/aurjson.class.php index c51e9c2..db7 100644 --- a/web/lib/aurjson.class.php +++ b/web/lib/aurjson.class.php @@ -20,6 +