-
Notifications
You must be signed in to change notification settings - Fork 201
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
image/jpeg and image/png tests fail to build? #363
Comments
@dkegel-fastly https://github.com/tinygo-org/drivers/tree/release/examples/ili9341/slideshow drivers/examples/ili9341/slideshow/main.go Lines 66 to 76 in 90a13a6
However, it failed because I did not change the tests. I think we can either maintain the test or remove it. |
I'd vote for fixing the test and turning it on in CI, on the theory that it helps prevent bitrot. |
Is that strictly needed? I have not looked at the specifics in this case, just asking. |
Due to memory size limitations, it was not possible to return
I'll take a look. |
I just cloned the repo and tried
This failed with
It looks like an internal disagreement about the return values of Decode()... @sago35, could you comment?
The text was updated successfully, but these errors were encountered: