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: trim whitespace when parsing numeric properties #6283

Closed
wants to merge 1 commit into from

Conversation

vlsi
Copy link
Collaborator

@vlsi vlsi commented May 30, 2024

Motivation and Context

If the value parses after trimming, then it would likely be the one the user wants.

Currently, a trailing whitespace in UI is hard to notice, and it breaks test execution. For instance ThreadGroup.threadNum becomes 0 without any warning, and it invalidates test results.

Motivation: if the value parses after trimming, then it would likely be the one
the user wants.

Currently, a trailing whitespace in UI is hard to notice, and it breaks test
execution. For instance ThreadGroup.threadNum becomes 0 without any warning,
and it invalidates test results.
@vlsi vlsi force-pushed the trim_numerics branch from 7a29c78 to 129fd77 Compare May 30, 2024 18:02
@FSchumacher
Copy link
Contributor

LGTM

@vlsi
Copy link
Collaborator Author

vlsi commented Sep 27, 2024

This has already been committed in 289b3d1

@vlsi vlsi closed this Sep 27, 2024
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