inflation / jpegxl-rs

GNU General Public License v3.0
56 stars 11 forks source link

Images missing from sys crate #34

Closed werdahias closed 4 months ago

werdahias commented 7 months ago

The sys crate when pulled from crate.io does not contain the test images so the tests naturally fail to run. Please consider including them in the uploads.

inflation commented 7 months ago

Umm. What's the usage of this? All samples are stored in the parent repo to share with multiple crates. And its solely purpose is for development.

werdahias commented 7 months ago

I package rust crates for debian and we usually run the tests. having the testdata not available fails the tests which is not good. We pull directly from crates.io so it would be great if the testdata was included

inflation commented 7 months ago

Well, it'll add to download size for everyone. So I'm hesitant about it. Could you pull in the git repo for test images?

werdahias commented 7 months ago

I guess I could, but this would produce extra churn.