Aran Donohue
Aran Donohue
Sorry. Updated. https://github.com/aran/frb-exc-repro/blob/main/web/pkg/rust_lib_repro.js
I also think I saw name resolution issues for structs with the same name in different mods, but I didn't have a chance to minimize and confirm yet.
Yes, `ItemContainer` is non-opaque, and the bug does not occur in this repro when it is opaque. I don't understand why that makes it not a bug though, can you...
As a bit more context, I was hoping to keep as much data non opaque as possible. It's not performance intensive, but my structs have a bunch of `pub` fields....
I like the automatic getters and setters. It would be nice to have an annotation to turn them off if I want to write my own impl for them. I...
Oh one more point, not sure if it's relevant, but my `Item.contents` implements `Clone`. So you could safely clone the rust-side object when constructing new `ItemContainer` from the same Rust...
An reason not to do this in https://github.com/automerge/autosurgeon/issues/52
...I just came back here to mea culpa after seeing it. I'm going to say "kind of", because it's a subjective API decision, but I'll note that my naive expectation...
Try running with the experimental `-control-loop` flag to enable.
Sounds good, I will report back if I can figure out what exactly is causing it.