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

Allow hex literals for unsigned integers #547

Merged
merged 8 commits into from
May 5, 2022
Merged

Conversation

ascjones
Copy link
Collaborator

@ascjones ascjones commented May 4, 2022

Close #522.

Allows hex literals to be used for unsigned integers. Replaces scon::Value::Bytes with scon::Value::Hex which can then be transcoded to the target type, either a scalar uint or a sequence of scalar uints.

@ascjones ascjones changed the title Allow hex literals for integers Allow hex literals for unsigned integers May 4, 2022
@ascjones ascjones merged commit 0215f1b into master May 5, 2022
@ascjones ascjones deleted the aj/uint-hex-literals branch May 5, 2022 08:54
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.

Unable to use hex literals in call
2 participants