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
tests/more-tests
|
@ -21,9 +21,12 @@
|
|||
(define-struct name (fields ...) kw ...)
|
||||
(let ([cnstr (lambda args
|
||||
(apply cnstr args))])
|
||||
(displayln names) ...
|
||||
(values names ...))))))))]))
|
||||
|
||||
(my-define-struct swf (f) #:mutable)
|
||||
(displayln "---")
|
||||
struct:swf
|
||||
make-swf
|
||||
swf?
|
||||
swf-f
|
||||
set-swf-f!
|
Loading…
Reference in New Issue
Block a user