-
Notifications
You must be signed in to change notification settings - Fork 13
FIXME regarding libpng-sys/libz-sys #155
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
Comments
|
FIXME is wrong in which library it is, it should be |
See also |
Yes, that would be a breaking change for that crate... Currently we are using |
The current hack will soon become a panic after rust-lang/rust#66059 lands. Currently it's running a crater run. |
Generally the flate2 crate solves this by implementing zalloc/zfree using std::alloc, and i already switched to it in #176. I’ll have a proper go at splitting that into something that passes. |
How could this FIXME be explained?
tectonic/dpx/src/dpx_pdfobj.rs
Lines 2229 to 2238 in 957fad2
The text was updated successfully, but these errors were encountered: