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 return value is the function signature #174

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

steffenix
Copy link
Contributor

No description provided.

.tool-versions Outdated
@@ -1,2 +1 @@
erlang 25.0.2
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe this should not be in this PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated.

Comment on lines +158 to +159
{:ok, ^method_id, rest} ->
decode_raw(rest, types)
Copy link
Contributor

Choose a reason for hiding this comment

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

I actually have never seen the output of a call to include the method id. Is this even needed?

Copy link
Contributor Author

@steffenix steffenix Sep 8, 2024

Choose a reason for hiding this comment

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

I think the split method id can be removed yes, I thought you added It for a reason but if not it can be removed.

Copy link
Collaborator

@ayrat555 ayrat555 left a comment

Choose a reason for hiding this comment

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

will it be possible to add at least one test?

@ayrat555 ayrat555 merged commit f5ab1ac into poanetwork:master Sep 11, 2024
9 checks passed
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.

3 participants