Skip to content

Cleanup jiffy erl module#271

Merged
nickva merged 1 commit intomasterfrom
cleanup-jiffy-erl
Apr 11, 2026
Merged

Cleanup jiffy erl module#271
nickva merged 1 commit intomasterfrom
cleanup-jiffy-erl

Conversation

@nickva
Copy link
Copy Markdown
Collaborator

@nickva nickva commented Apr 11, 2026

Remove the no_native bit, it's not needed any longer. Also our supported versions of Erlang have direct binary_to_float/1 and binary_to_integer/1 so we have to proxy through binary_to_list/1. Also we can do direct splits with binary:split/2 and not have to turn it into a list so we can use string:to_integer/1

Remove the no_native bit, it's not needed any longer. Also our supported
versions of Erlang have direct binary_to_float/1 and binary_to_integer/1 so we
have to proxy through binary_to_list/1. Also we can do direct splits with
binary:split/2 and not have to turn it into a list so we can use
string:to_integer/1
@nickva nickva merged commit 5681d76 into master Apr 11, 2026
22 checks passed
@nickva nickva deleted the cleanup-jiffy-erl branch April 11, 2026 06:25
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