Open hyln9 opened 10 years ago
It does not crash when done in the REPL:
Ikarus Scheme version 0.0.4-rc1+ (revision 1870, build 2010-04-08) Copyright (c) 2006-2009 Abdulaziz Ghuloum
(define-record-type alpha (fields a) (protocol (lambda (maker) (newline))))
(make-alpha 1) Unhandled exception Condition components:
- &assertion
- &who: apply
- &message: "not a procedure"
- &irritants: (#
)
Launchpad Details: #LPC Derick Eddington - 2010-04-09 16:34:58 -0400
The following program crashes Ikarus revision 1870:
(import (rnrs))
(define-record-type alpha (fields a) (protocol (lambda (maker) (newline))))
(make-alpha 1)
Launchpad Details: #LP559498 Marco Maggi - 2010-04-09 14:43:17 -0400