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

exit on pre-checking selection #1382

Merged
merged 2 commits into from
Nov 19, 2024

Conversation

m-1-k-3
Copy link
Member

@m-1-k-3 m-1-k-3 commented Nov 18, 2024

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Feature

  • What is the current behavior? (You can also link to an open issue here)

EMBA does not support manual pre-checker selection. If a user is trying to select pre-checking modules via -m parameter EMBA behaves weird. (see #1373 )

  • What is the new behavior (if this is a feature change)? If possible add a screenshot.

warn and exit - closes #1373

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

  • Other information:

@m-1-k-3 m-1-k-3 added enhancement New feature or request EMBA labels Nov 18, 2024
emba Outdated
@@ -189,6 +189,15 @@ run_modules()
SELECT_MODULES+=("S24")
fi

# manual selection of pre-checking modules not supported. EMBA is doint this for you!
Copy link
Member

Choose a reason for hiding this comment

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

Mixture of doing and don't

@m-1-k-3 m-1-k-3 merged commit 94258b7 into e-m-b-a:master Nov 19, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EMBA enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent results with or without threading (-t) enabled and -mp61 -mp99 -ms09 modules
2 participants