bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #30469] `procedure-source' is broken in Guile 1.9.11


From: Patrick McCarty
Subject: [bug #30469] `procedure-source' is broken in Guile 1.9.11
Date: Sun, 18 Jul 2010 00:02:53 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.6) Gecko/20100627 Firefox/3.6.6

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 via email to

[Prev in Thread] Current Thread [Next in Thread]