unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* [bug #30064] program-arguments-alist does not include init forms for kw args
@ 2010-06-07 10:11 Jose Antonio Ortega Ruiz
  0 siblings, 0 replies; only message in thread
From: Jose Antonio Ortega Ruiz @ 2010-06-07 10:11 UTC (permalink / raw)
  To: Jose Antonio Ortega Ruiz, bug-guile


URL:
  <http://savannah.gnu.org/bugs/?30064>

                 Summary: program-arguments-alist does not include init forms
for kw args
                 Project: Guile
            Submitted by: jao
            Submitted on: Mon 07 Jun 2010 10:11:11 AM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

When reporting the arguments alist, `program-arguments-alist' used to include
(as s-exp representation) of the init form of keyword parameters. Now (git
head), one only gets an integer (which corresponds to the argument's position
in the program definition).

For instance, for the following procedure:

    (define* (foo #:key (bar (init something))) ...)

the returned arglist contains

       (keyword (bar . 0))

instead of

       (keyword (bar . (init something)))


 




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30064>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-07 10:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-07 10:11 [bug #30064] program-arguments-alist does not include init forms for kw args Jose Antonio Ortega Ruiz

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).