bug-mit-scheme
[Top][All Lists]
Advanced

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

[bug #58284] Can't print pretty-print conditions; error results.


From: Arthur A. Gleckler
Subject: [bug #58284] Can't print pretty-print conditions; error results.
Date: Sat, 2 May 2020 00:07:12 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?58284>

                 Summary: Can't print pretty-print conditions; error results.
                 Project: MIT/GNU Scheme
            Submitted by: aag
            Submitted on: Sat 02 May 2020 04:07:10 AM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                Keywords: 

    _______________________________________________________

Details:


1 ]=> (call-with-current-continuation
   (lambda (continuation)
     (bind-condition-handler
      (list condition-type:error)
      (lambda (condition)
        (continuation condition))
      (lambda () (= #f #f)))))

;Value: #[condition 39 "wrong-type-argument"]

1 ]=> (pp (out))
#[condition 39 "wrong-type-argument"]
(type #[condition-type 29 "wrong-type-argument"])
(continuation #[continuation 40])
(restarts (#[restart 41 abort]))
(field-values #(#f #f integer-equal? 0))
;The object #[compiled-procedure 33 ("prop1d" #x6) #x1c #xd02fa4] is not the
correct type.
;To continue, call RESTART with an option number:
; (RESTART 1) => Return to read-eval-print level 1.

2 error> 





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58284>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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