continuing to isolate the bug. It looks like when we get the values back, we're somehow scrambling the order? Very strange
This commit is contained in:
parent
e4f9481bc1
commit
40820a96b4
|
@ -21,9 +21,12 @@
|
||||||
(define-struct name (fields ...) kw ...)
|
(define-struct name (fields ...) kw ...)
|
||||||
(let ([cnstr (lambda args
|
(let ([cnstr (lambda args
|
||||||
(apply cnstr args))])
|
(apply cnstr args))])
|
||||||
|
(displayln names) ...
|
||||||
(values names ...))))))))]))
|
(values names ...))))))))]))
|
||||||
|
|
||||||
(my-define-struct swf (f) #:mutable)
|
(my-define-struct swf (f) #:mutable)
|
||||||
|
(displayln "---")
|
||||||
|
struct:swf
|
||||||
make-swf
|
make-swf
|
||||||
swf?
|
swf?
|
||||||
swf-f
|
swf-f
|
||||||
|
set-swf-f!
|
Loading…
Reference in New Issue
Block a user