Skip to content

Conversation

@AskSkivdal
Copy link
Contributor

Fixes #60. It also fixes an issue that was not previously known where numbers containing _ in enums would fail to parse.

Fixed by adding the util parse_number_autoradix. This function handles some string sanitation and guesses the radix from the leading identifier 0x, 0b, 0o.

@AnthonyMichaelTDM
Copy link
Collaborator

lookks good, thanks

@AnthonyMichaelTDM AnthonyMichaelTDM merged commit a54c53b into Wulf:main Dec 13, 2025
2 checks passed
@AskSkivdal AskSkivdal deleted the #60-Fix-hex-numbers branch December 14, 2025 11:01
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.

Wrong value is exported if hex number is used

2 participants