Skip to content

LogicValue radixString uses underscore separators by default #535

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

Merged
merged 5 commits into from
Dec 30, 2024

Conversation

desmonddak
Copy link
Contributor

Description & Motivation

Added an option to LogicValue.toRadixString and .ofRadixString to use '_' as a default separator, but allow
for the user to specify a different separator.

Related Issue(s)

#534

Testing

Converted tests to use _ as separator after testing with sepChar argument.

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

Yes. Previously output radixStrings will not parse by default as they will have spaces.

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

Documentation in the class code is now up to date with this change.

Copy link
Contributor

@mkorbel1 mkorbel1 left a comment

Choose a reason for hiding this comment

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

nice changes!

@desmonddak desmonddak requested a review from mkorbel1 December 26, 2024 22:27
Copy link
Contributor

@mkorbel1 mkorbel1 left a comment

Choose a reason for hiding this comment

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

Looks great! Thank you!

@mkorbel1 mkorbel1 merged commit 9bf83fe into intel:main Dec 30, 2024
3 checks passed
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.

LogicValue radixStrings should use underscore as separator, similar to Dart 3.6
3 participants