-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
patch baked file system #79
Comments
at first glance we could just return |
this This is writing the string to the IO as an uppercase. we'll need to count that as well. |
I think there is some gzip stuff that needs to be updated as well. |
There's already a PR open for this schovi/baked_file_system#36 |
The core feature that caused this break is being reverted. See crystal-lang/crystal#9469 |
The nightly builds are failing because
IO.write
now returns the number of bytes written.The writer at https://github.com/schovi/baked_file_system/blob/master/src/loader/string_encoder.cr#L20 is not returning the number of bytes.
The text was updated successfully, but these errors were encountered: