<div dir="ltr">Hi all,<br><br>I'm trying to use shared with a structure that has a field with #:auto<br><br>If I have some structure like this: <div><br><div>(struct test ([a #:auto]) #:transparent #:mutable)<br><br><br>
<br>this works fine: </div><div><br></div><div>(shared ([b (test)]) b)</div><div><br></div><div>but this errors:</div><div><br></div><div>(shared ([b (test 1)]) b)<br><br>with "shared: wrong argument count for structure constructor; expected 0, found 1 in: (test1 1)"<br>
<br><br>Is this a bug? Is there a work around?<br><br>--Spencer</div></div></div>