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 handling of numbers. #23

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Fix handling of numbers. #23

merged 1 commit into from
Mar 8, 2024

Conversation

nc6
Copy link
Collaborator

@nc6 nc6 commented Mar 5, 2024

We now try to handle integers and floats in a
sensible way. In Huddle, integers are handled
using the Haskell Integer type, which is then
examined to determine the smallest CBOR type we
can use.

@nc6 nc6 requested a review from Soupstraw March 5, 2024 13:48
We now try to handle integers and floats in a
sensible way. In Huddle, integers are handled
using the Haskell Integer type, which is then
examined to determine the smallest CBOR type we
can use.
@nc6 nc6 force-pushed the nc/numbers branch 3 times, most recently from 80ba29c to f6ef857 Compare March 5, 2024 17:01
@nc6 nc6 merged commit 82c14ee into master Mar 8, 2024
3 of 6 checks passed
@nc6 nc6 deleted the nc/numbers branch March 8, 2024 08:48
@nc6 nc6 mentioned this pull request Mar 12, 2024
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.

1 participant