You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue when dealing with cyclic references.
The working "simple" testcase only uses one Set referencing the other.
The second (non-workin) testcase also adds a back reference hence creating a cyclic reference.
Adding these sets to root (dictionary) works - but reading them back locks the image.
I encountered an issue when dealing with cyclic references.
The working "simple" testcase only uses one Set referencing the other.
The second (non-workin) testcase also adds a back reference hence creating a cyclic reference.
Adding these sets to root (dictionary) works - but reading them back locks the image.
PR #683
The text was updated successfully, but these errors were encountered: