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 issues 57, 56, 48 and 39. #59

Merged
merged 1 commit into from
Apr 24, 2013
Merged

Conversation

jlouis
Copy link
Collaborator

@jlouis jlouis commented Apr 24, 2013

Binary encodes of floating point values are wrong in the code base
since they are encoded as lists. This makes the code crash. The mentioned
issues/pull requests assumes that io_lib is going to return a certain structure
however, but the only knowledge we have is that it will return an iolist().

While here, provide a test case for this kind of problem to ensure it does not
re-occur.

Binary encodes of floating point values are wrong in the code base
since they are encoded as lists. This makes the code crash. The mentioned
issues/pull requests assumes that io_lib is going to return a certain structure
however, but the only knowledge we have is that it will return an iolist().

While here, provide a test case for this kind of problem to ensure it does not
re-occur.
@hdiedrich
Copy link
Collaborator

Thanks a lot!

hdiedrich pushed a commit that referenced this pull request Apr 24, 2013
Fix binary encoding of floating points, issues #57, #56, #48 and #39.
@hdiedrich hdiedrich merged commit 905cc01 into Eonblast:master Apr 24, 2013
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.

2 participants