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 for #271 Fix External Data Plugin support of Rule Background Steps #272

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

clrudolphi
Copy link
Contributor

🤔 What's changed?

Modified the AST visitor used by the External Data Plugin that modifies Feature ASTs such that is properly navigates through Rules and Rule Backgrounds.
This fixes the error reported in #271

⚡️ What's your motivation?

Found this bug while testing a similar implementation for Cucumber Messages. Rule Background steps should be properly handled by all Reqnroll components.

🏷️ What kind of change is this?

  • 🐛 Bug fix (non-breaking change which fixes a defect)

♻️ Anything particular you want feedback on?

📋 Checklist:

  • [X ] I've changed the behaviour of the code
    • [X ] I have added/updated tests to cover my changes.
  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.
  • Users should know about my change
    • [X ] I have added an entry to the "[vNext]" section of the CHANGELOG, linking to this pull request & included my GitHub handle to the release contributors list.

Copy link
Contributor

@gasparnagy gasparnagy left a comment

Choose a reason for hiding this comment

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

Thx a lot!

@gasparnagy gasparnagy merged commit 44078a1 into main Oct 1, 2024
4 checks passed
@gasparnagy gasparnagy deleted the FixExternalDataPluginSupportOfRuleBackgrounds branch October 1, 2024 08:37
gasparnagy added a commit that referenced this pull request Oct 14, 2024
* main:
  Bump version
  VS Code integration  proper doc title (#280)
  Fix: Reqnroll generates invalid code for rule backgrounds in Visual Basic (#284)
  Update nunit.md (#276)
  SolutionTests: Check if SDK version is installed and if not ignore the test (#266)
  Fix for #271 This PR modifies the Feature AST visitor to appropriately handle Rule Background steps. (#272)
  Bugfix/fix reqnroll.verify parallelization (#255)
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