-
Notifications
You must be signed in to change notification settings - Fork 21
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
0.35.0 Fixes #28
Comments
It should be: def write(slice : Slice(UInt8)) : Int64
@crc = CRC32.update(slice, @crc)
@size += slice.size
slice.size.to_i64
end |
just note (@l3kn) |
I'm still having issues with Crystal 0.35.0 Specs also seem to be failing:
|
This is a bug in minitest, it reopens |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi :)
with 0.35.0 the following https://github.com/stumpycr/stumpy_png/blob/master/src/stumpy_png/crc_io.cr#L18 should return
Int64
Even:
will be sufficient to compile
The text was updated successfully, but these errors were encountered: