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

Support float literals #880

Merged
merged 13 commits into from
Sep 11, 2024
Merged

Support float literals #880

merged 13 commits into from
Sep 11, 2024

Conversation

R1kM
Copy link
Collaborator

@R1kM R1kM commented Sep 5, 2024

This PR adds support for float literals, such as 1.34f32.

Note, I wasn't sure how to add tests directly in Hax for this feature, so tests are currently in Charon only.
I'm happy to add some here if somebody can give me a pointer.

@R1kM
Copy link
Collaborator Author

R1kM commented Sep 6, 2024

It is unclear why the ocamlformat CI target is failing, this seems more related to infrastructure (it exits 1 when setting up the Nix environment, possibly because the CI machine is out of memory/disk space?)
I confirmed locally that the diff on the modified file is empty with the latest commit.

Copy link
Member

@franziskuskiefer franziskuskiefer left a comment

Choose a reason for hiding this comment

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

Thanks

@franziskuskiefer franziskuskiefer added this pull request to the merge queue Sep 11, 2024
Merged via the queue into main with commit dd45218 Sep 11, 2024
12 of 13 checks passed
@franziskuskiefer franziskuskiefer deleted the afromher_float branch September 11, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants