We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The perl module has some problems with big endian values.
$endian != $my_endian
$endian
$v = reverse $v if ref $desc->{endian_converter} eq 'ARRAY';
I can add a pull request for this, but I don't have a big endian system to check and a final confirmation that the last point fixes wrong ordering of arrayed-valued fields is still missing (see https://github.com/Runalyze/Runalyze/issues/1875#issuecomment-234050418).
PS: Thanks for having a repo for Kiyokazu's perl module!
The text was updated successfully, but these errors were encountered:
Kiyokazu SUTO: Big endian fix (see Issue #1)
d951563
#1
Kiyokazu created a patch (d951563), which should fix this problem.
Sorry, something went wrong.
I am closing this, as there are no other complaints about this patch for now.
No branches or pull requests
The perl module has some problems with big endian values.
$endian != $my_endian
should be$endian
(#L4780, #L4828, #L4868)$v = reverse $v if ref $desc->{endian_converter} eq 'ARRAY';
to #L4927I can add a pull request for this, but I don't have a big endian system to check and a final confirmation that the last point fixes wrong ordering of arrayed-valued fields is still missing (see https://github.com/Runalyze/Runalyze/issues/1875#issuecomment-234050418).
PS: Thanks for having a repo for Kiyokazu's perl module!
The text was updated successfully, but these errors were encountered: