Skip to content

v2.2.1

  • v2.2.1
  • 7f3d44b
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
  • Choose a tag to compare

  • v2.2.1
  • 7f3d44b
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
@sidprasad sidprasad tagged this 02 Apr 16:07
* Fix edge rename not removing old edge due to reference equality

removeInstanceRelationTuple used reference equality (===) to filter
tuples, but the incoming tuple is always a freshly constructed object
so it never matched any stored tuple — making removal a silent no-op.
Switch to structural comparison on the atoms array, matching the
pattern already used by JSONDataInstance, PyretDataInstance, and
DotDataInstance.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Uptick

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Assets 2
Loading