Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix stopNodes when same tag appears inside node #456

Merged
merged 2 commits into from May 18, 2022

Conversation

patrickshipe
Copy link
Contributor

@patrickshipe patrickshipe commented Apr 29, 2022

Purpose / Goal

When using the stopNodes option, if tags with the same name as the stop node are contained in the stop node, we will incorrectly close the stopped node early. This fixes that issue.

Fixes: #455

Type

Please mention the type of PR

  • Bug Fix
  • Refactoring / Technology upgrade
  • New Feature

Note : Please ensure that you've read contribution guidelines before raising this PR. If your PR is in progress, please prepend [WIP] in PR title. Your PR will be reviewed when [WIP] will be removed from the PR title.

Bookmark this repository for further updates.

@coveralls
Copy link

coveralls commented May 5, 2022

Coverage Status

Coverage increased (+0.01%) to 98.573% when pulling e60b8ed on patrickshipe:stop-nodes-fix into 7cf67e6 on NaturalIntelligence:master.

@amitguptagwl
Copy link
Member

This PR will be merged around 16-17may.

@amitguptagwl amitguptagwl merged commit 383b836 into NaturalIntelligence:master May 18, 2022
@patrickshipe
Copy link
Contributor Author

@amitguptagwl thank you!!! when will a new version be published to NPM with this change?

@amitguptagwl
Copy link
Member

@patrickshipe there is one more PR pending to merge due to the unit tests. I'm planning to publish after that.

@amitguptagwl
Copy link
Member

published

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.

stopNodes gets thrown off if the same tag is present inside the stopped node
3 participants