Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Implement a key-value deserialization or something similar
- X-seq: zsh-users 21848
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Implement a key-value deserialization or something similar
- Date: Wed, 7 Sep 2016 20:26:31 +0200
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=n04SQJ1NdfmDL5mIJFjMN73fB4XAkOgzyWKAAGuOxPk=; b=sAAsEVCl7mW+VR5w8ZoH7PTdDohjGTS2GA9TzU1Ima318Md4YzLweKo8N/WJ1UqEuG 6ri0j5VnUGx3Rbc9l1ttDqRNA34gZ1njfASNXJtEPUmg+Jy/M1Z19/buRmPlbe3roUTs s44xKRwugGv3LrPNF5wXNsHYJEUv0snQ1fLI9Tb1Yan8bxczp6QGlL5eq5U7PHJpOb58 GHeRBn+IkE+zF+4CMxKBlNTDRfi303JZCkU+9ghapro6gG51WOMBm9Gt1NWsWNtjTxLQ 2wBj1XFlwO38P0zXztSJVL5BRBelj5ldgtOy8ZQ8ArWEc+nDkkLR3hAVfzP6WTvh0BIc rzDg==
- In-reply-to: <160907010525.ZM11771@torch.brasslantern.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVB19jOGwcsu5bL2zGuEioJXM9LuT009WDzZdg2eNobmQA__43171.2364581928$1473108546$gmane$org@mail.gmail.com> <20160906002016.GB30336@fujitsu.shahaf.local2> <160907010525.ZM11771@torch.brasslantern.com>
On 7 September 2016 at 10:05, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
wrote:
> On Sep 6, 12:20am, Daniel Shahaf wrote:
>
> To more explicitly state what I think what Daniel is means with his
> second example, the notion is that you can string key-value pairs
> along in the argument list as ordinary arguments as long as you know
> how many of the leading arguments are meaningful. E.g. if your
> function takes four arguments, you can extend it like this:
>
Yes, realized that after multiple hints, however still needed the
"concatenated string" data too, because much is to be passed. Single entry
looks like this (fixed columns skipped) and consists of in this case two
triples:
unit /Users/sgniazdowski/workspace/QtZekyllManager/libgit2
:MAKEFILE:1:CMAKELISTS:1: project
/Users/sgniazdowski/workspace/QtZekyllManager
:GIT:1:MAKEFILE:1:CMAKELISTS:1:PRO:1:
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author