Fixed several issues related to number handling and wildcard processing #896
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Fixed several issues related to number handling and wildcard processing in the YAML files and ImpactWildcardProcessor. Verified and tested on build v8.6.0.
Note
This pull request message was generated with the help of Copilot translation due to language limitations. Thank you for your understanding.
Fixes
Resolved probability calculation errors when using large numbers in n2.
Fixed issue where n1-$$ is not supported.
Addressed issue Using separator, wildcards and multi-selection in ImpactWildcardProcessor only selected a single result from wildcard #873 where using separators, wildcards, and multi-selection in ImpactWildcardProcessor only selected a single result from wildcard.
Corrected error where YAML number values caused incorrect string representations.
Related Issues
#873
Detailed Explanation
Probability using large numbers in n2
n1-$$ is not supported
Issue #873 - Using separator, wildcards, and multi-selection in ImpactWildcardProcessor
YAML number value causes error
Testing
Verified probability calculations are now accurate with various number ranges.
Confirmed that n1-$$ is now supported as expected.
Tested ImpactWildcardProcessor with multiple scenarios involving separators, wildcards, and multi-selection to ensure correct results.
Checked YAML files to confirm number values are correctly processed as strings.