Skip to content

Two bug fixes in GraphView#308

Merged
JoOkuma merged 1 commit into
royerlab:mainfrom
TeunHuijben:fix-graphview-actions
Jul 1, 2026
Merged

Two bug fixes in GraphView#308
JoOkuma merged 1 commit into
royerlab:mainfrom
TeunHuijben:fix-graphview-actions

Conversation

@TeunHuijben

Copy link
Copy Markdown
Contributor

Two bug fixes in GraphView:

  • .remove_node|edge_from_view emitted scalars into node_removed|added signal, instead of lists (originates from Remove only on view #292)
  • .bulk_add_nodes worked on a stored copy of the node dictionary, breaking the shared-storage assumptions of update_{node|edge}_attributes(originates from Batch operation refactoring #297)

I also added tests to capture both bugs

@TeunHuijben TeunHuijben requested a review from JoOkuma June 29, 2026 23:26

@JoOkuma JoOkuma left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@JoOkuma JoOkuma merged commit 5ddb5cd into royerlab:main Jul 1, 2026
7 checks passed
@TeunHuijben TeunHuijben deleted the fix-graphview-actions branch July 1, 2026 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants