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 Std.parseInt with hexadecimals #258

Merged
merged 3 commits into from
Apr 11, 2022
Merged

Conversation

tobil4sk
Copy link
Member

@tobil4sk tobil4sk commented Apr 2, 2022

Allow whitespace, +, and - in front of hexadecimal numbers, like other haxe targets.

See HaxeFoundation/haxe#10544 and HaxeFoundation/haxe#10545.

Also, allow trailing text after hexadecimal number: HaxeFoundation/haxe#7028

tobil4sk added 2 commits April 2, 2022 17:52
All whitespace, along with + and - signs are allowed with hexadecimal
notation, to match other haxe targets.

See HaxeFoundation/haxe#10544
and HaxeFoundation/haxe#10545
@Simn Simn merged commit 3f3e57b into HaxeFoundation:master Apr 11, 2022
@tobil4sk tobil4sk deleted the parse-int branch April 11, 2022 11:41
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