Skip to content

Fix complete node to not feedback immediately connected nodes#5114

Merged
knolleary merged 5 commits intomasterfrom
fix-complete-node-to-filter-simple-feedback
Jun 6, 2025
Merged

Fix complete node to not feedback immediately connected nodes#5114
knolleary merged 5 commits intomasterfrom
fix-complete-node-to-filter-simple-feedback

Conversation

@dceejay
Copy link
Copy Markdown
Member

@dceejay dceejay commented Apr 21, 2025

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Proposed changes

This fix automatically filters out any nodes that are directly connected to the complete node that would otherwise feedback straight into the complete node... It DOES NOT filter nodes that are indirectly connected - but does fix the simple use case where someone connects a debug direct to the complete node to see what is returned but forgets to remove it from the scope of the complete node.

Checklist

  • I have read the contribution guidelines
  • For non-bugfix PRs, I have discussed this change on the forum/slack team.
  • I have run npm run test to verify the unit tests pass
  • I have added suitable unit tests to cover the new/changed functionality

@dceejay dceejay changed the title Fix complete node to not feedback immendiately connected nodes Fix complete node to not feedback immediately connected nodes Apr 21, 2025
Copy link
Copy Markdown
Member

@knolleary knolleary left a comment

Choose a reason for hiding this comment

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

A couple comments on the code to update, but otherwise, all good.

@knolleary
Copy link
Copy Markdown
Member

Letting the tests run through. If they have passed and this PR hasn't been merged yet... please merge it if you can ;)

@knolleary knolleary merged commit f9de98d into master Jun 6, 2025
4 checks passed
@knolleary knolleary deleted the fix-complete-node-to-filter-simple-feedback branch June 6, 2025 10:48
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