unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Patrick McCarty <INVALID.NOREPLY@gnu.org>
To: Patrick McCarty <pnorcks@gmail.com>, bug-guile@gnu.org
Subject: [bug #30469] `procedure-source' is broken in Guile 1.9.11
Date: Sun, 18 Jul 2010 00:02:53 +0000	[thread overview]
Message-ID: <20100717-170252.sv74381.62000@savannah.gnu.org> (raw)
In-Reply-To: 


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

                 Summary: `procedure-source' is broken in Guile 1.9.11
                 Project: Guile
            Submitted by: pnorcks
            Submitted on: Sat 17 Jul 2010 05:02:52 PM PDT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Hello,

I am testing the latest git, and I think I've found a regression (compared to
1.8.7).  For a valid procedure definition, Guile returns `#f' for
`procedure-source':

  scheme@(guile-user)> (define (test a) (+ a 1))
  scheme@(guile-user)> (procedure-source test)
  $1 = #f
  scheme@(guile-user)>

The same procedure in Guile 1.8.7 returns valid info:

  guile> (define (test a) (+ a 1))
  guile> (procedure-source test)
  (lambda (a) (+ a 1))
  guile>




    _______________________________________________________

Reply to this item at:

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

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




             reply	other threads:[~2010-07-18  0:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-18  0:02 Patrick McCarty [this message]
     [not found] ` <20100719-192229.sv20118.15312@savannah.gnu.org>
2010-07-23 16:46   ` [bug #30469] `procedure-source' is broken in Guile 1.9.11 Patrick McCarty
2011-02-13 19:05     ` Andy Wingo

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

  List information: https://www.gnu.org/software/guile/

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

  git send-email \
    --in-reply-to=20100717-170252.sv74381.62000@savannah.gnu.org \
    --to=invalid.noreply@gnu.org \
    --cc=bug-guile@gnu.org \
    --cc=pnorcks@gmail.com \
    /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).