fasl-write problem with records because of struct-type-field-names
Bug #194259 reported by
Derick Eddington
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ikarus Scheme |
Fix Committed
|
Medium
|
Abdulaziz Ghuloum |
Bug Description
Ikarus Scheme version 0.0.3+ (revision 1403, build 2008-02-21)
Copyright (c) 2006-2008 Abdulaziz Ghuloum
> (define-record-type my-thing (fields x))
> (define t0 (make-my-thing 123))
> (define-values (bvop bvop-getter) (open-bytevecto
> (fasl-write t0 bvop)
Unhandled exception
Condition components:
1. &assertion
2. &who: struct-
3. &message: "not an rtd"
4. &irritants: (#<record-
>
Changed in ikarus: | |
milestone: | none → 0.0.4 |
To post a comment you must log in.
Will fix. There are also a few things the fasl-read procedure cannot read yet (some number types I think). Will fix those too.