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

refactor: Start new code for preprocessing Boolean instructions #2756

Merged
merged 19 commits into from Apr 8, 2024

Conversation

claremacrae
Copy link
Collaborator

Description

  • TDD the creation of BooleanPreprocessor.splitLine()

I'm calling this a refactoring as the code is not yet used in the plugin, so there is no visible change in behaviour.

Motivation and Context

Working towards fixing:

How has this been tested?

  • Automated tests only, as code is not yet used in the plugin

Types of changes

Internal changes:

  • Refactor (prefix: refactor - non-breaking change which only improves the design or structure of existing code, and making no changes to its external behaviour)
  • Tests (prefix: test - additions and improvements to unit tests and the smoke tests)

Checklist

  • My code follows the code style of this project and passes yarn run lint.
  • My change has adequate Unit Test coverage.

Terms

@claremacrae claremacrae added type: internal Only regards development or contributing scope: query logic Boolean combinations of filters - and, or, not labels Apr 8, 2024
@claremacrae claremacrae merged commit cd9f5dd into main Apr 8, 2024
2 checks passed
@claremacrae claremacrae deleted the refactor-boolean-preprocessor-split branch April 8, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: query logic Boolean combinations of filters - and, or, not type: internal Only regards development or contributing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant