onflow / atree

Atree provides scalable arrays and scalable ordered maps.
https://onflow.org
Apache License 2.0
39 stars 13 forks source link

Add more integration tests for inlining #346

Closed fxamacker closed 8 months ago

fxamacker commented 9 months ago

Updates #292

Add more integration tests for inlining.

For example, inserting a child into a parent, mutating it, removing the child from that parent, mutating it, and then inserting the child into another container, and mutating it.

NOTE: a related issue to add more integration tests will be opened at https://github.com/onflow/cadence

fxamacker commented 8 months ago

See https://github.com/onflow/cadence/issues/2837 and Jan's comment there https://github.com/onflow/cadence/issues/2837#issuecomment-1787872144