You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Run the program:
(import (rnrs))
(define one
(make-record-type-descriptor 'one #f 'the-one #f #t '#((mutable a))))
(make-record-type-descriptor 'one #f 'the-one #f #f '#((mutable a)))
What is the expected output? What do you see instead?
A failure stating that the two RTDs, despite having the same UID, have
different fields.
What version of the product are you using? On what operating system?
Ypsilon 0.9.6-trunk/r503.
Please provide any additional information below.
Petite Chez, Ikarus and Larceny signal the error.
Original issue reported on code.google.com by [email protected] on 30 Apr 2010 at 6:34
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 30 Apr 2010 at 6:34The text was updated successfully, but these errors were encountered: