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 21849
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- Subject: Re: Implement a key-value deserialization or something similar
- Date: Wed, 7 Sep 2016 22:52:50 +0000
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=lzqelG7QqB550BeV cfZQvelpvrQ=; b=EK+A9wLWwMyRCJHPRSZ6GfH9uTwikBvGYAeL0UDK5jZQlr5y ZJiP774iI+BLH9L9G9I5SDKe9qP9v4ekmKgFZZWURBtcoyVj+J1L82cbt5ZZOUSk pBdZn6z/xLKoFoQ9jwTSWYEOHGiRN9gKIrjoyJG6BpEwsANqViINc/IuBvY=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=lzqelG7QqB550Be VcfZQvelpvrQ=; b=uParL2GfKAv9OUIN25zzGMbY+zBahZHWL5iML2nrSJGhEAk MbnEqGrSERO2W97ScowBqDitXeMx42CTQLK9zk/n0a8WVT6JL5nupBJvnataXn9v L0S0GI7CIaVV0k+p7Cq6E/SBhWobeW/TBRaBkdlsSgIQUQf4uvArSjvWhx6E=
- In-reply-to: <CAKc7PVCjCwmGdZk+mKUK2YCps2zufeUv4-=WO_yfr=fJ8PtNwQ__7689.56577308035$1473272898$gmane$org@mail.gmail.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> <CAKc7PVCjCwmGdZk+mKUK2YCps2zufeUv4-=WO_yfr=fJ8PtNwQ__7689.56577308035$1473272898$gmane$org@mail.gmail.com>
Sebastian Gniazdowski wrote on Wed, Sep 07, 2016 at 20:26:31 +0200:
> 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,
Sorry I wasn't clear. I'd have been happy to clarify, but I saw no
followup questions on list.
Bart — thanks for explaining my answer.
> 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:
Cheers,
Daniel
> Best regards,
> Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author