Skip to content

Update to rustler 0.21 #12

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

Closed
wants to merge 4 commits into from
Closed

Conversation

scrogson
Copy link

@scrogson scrogson commented Feb 4, 2020

Based on a comment on an issue in the erlang_nif-sys repo here, I've put together a PR to update to rustler v0.21.

Feel free to close if you're not interested.

@@ -133,6 +133,7 @@ impl PartialEq for SupportedTerm {
if self_inner[idx] != inner[idx] {
return false;
}
idx += 1;
Copy link
Author

Choose a reason for hiding this comment

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

Unless I'm missing something...this looks like an endless loop here without this change?

@scrogson scrogson closed this Jun 21, 2021
@zookzook zookzook mentioned this pull request Jun 27, 2021
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