From sasha-lisp at arcocene.org Sat Feb 16 00:37:06 2008 From: sasha-lisp at arcocene.org (Sasha Kovar) Date: Fri, 15 Feb 2008 16:37:06 -0800 Subject: [cl-json-devel] Keyword arguments in json-rpc Message-ID: <20080216003705.GH11838@arcocene.org> Hi. Here is a patch to add support for calling json-rpc methods with keyword arguments in addition to the array style. One test is included. Hopefully you'll find it useful enough to add to the repo. The changes are pretty minimal, but if I've misunderstood something or you'd like it changed in some way, please let me know and I'll correct it. Thanks Henrik and everyone else for this work! Sasha -------------- next part -------------- A non-text attachment was scrubbed... Name: keyword-rpc.patch Type: text/x-diff Size: 5110 bytes Desc: not available URL: From sasha-lisp at arcocene.org Thu Feb 21 20:35:29 2008 From: sasha-lisp at arcocene.org (Sasha Kovar) Date: Thu, 21 Feb 2008 12:35:29 -0800 Subject: [cl-json-devel] Keyword arguments in json-rpc In-Reply-To: <20080216003705.GH11838@arcocene.org> References: <20080216003705.GH11838@arcocene.org> Message-ID: <20080221203529.GD83259@arcocene.org> .-- Sasha Kovar: | Hi. | | Here is a patch to add support for calling json-rpc methods with keyword | arguments in addition to the array style. One test is included. Hopefully | you'll find it useful enough to add to the repo. | | The changes are pretty minimal, but if I've misunderstood something or you'd | like it changed in some way, please let me know and I'll correct it. | | Thanks Henrik and everyone else for this work! | Sasha Hi. Any thoughts on this patch? Love it? Hate it? I'd love to see the functionality added to the main tree. Thanks, Sasha