public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
From: Per Bothner <per@bothner.com>
To: Sudarshan S Chawathe <chaw@eip10.org>
Cc: kawa <kawa@sourceware.org>
Subject: Re: Using #!optional, #!rest, and #!key together
Date: Sun, 23 Apr 2017 19:29:00 -0000	[thread overview]
Message-ID: <eb560d7d-f323-7c2d-4e12-bac21344a5f3@bothner.com> (raw)
In-Reply-To: <5757.1492975493@vereq.eip10.org>

On 04/23/2017 12:24 PM, Sudarshan S Chawathe wrote:
>> I'm in a location with unexpectedly very bad connectivity. Check the
>> invoke branch. It allows #!Rest *after* #!Key. See Application and
>> arguments list in manual.

[I have ok internet connectivity, again, for now.]

> Thanks for the suggestion!  (I'm not sure why I switched back to master
> from invoke a while back.)
> 
> I just switched over to the invoke branch and "rest after key" arguments
> seems to work as expected (and also seems forgiving about ignoring extra
> arguments).

> ;; The next two are really errors.
> 
> (test-args-2 1 2 3 4 5 f: 6 g: 7)
> ;; => ((a . 1) (b . 2) (c . 3) (d . 4) (f . 6) (g . 7) (e))
> 
> (test-args-2 1 2 3 4 5 6 f: 7 g: 8)
> ;; => ((a . 1) (b . 2) (c . 3) (d . 4) (f . 7) (g . 8) (e))

I noticed that too.  That's a Kawa bug, that I hope to fix soon.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/

  reply	other threads:[~2017-04-23 19:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <792B84DD-C6FA-4C57-9241-4FC0E59A9F3C@bothner.com>
2017-04-23 19:24 ` Sudarshan S Chawathe
2017-04-23 19:29   ` Per Bothner [this message]
2017-04-19 15:22 Sudarshan S Chawathe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=eb560d7d-f323-7c2d-4e12-bac21344a5f3@bothner.com \
    --to=per@bothner.com \
    --cc=chaw@eip10.org \
    --cc=kawa@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).