-
Notifications
You must be signed in to change notification settings - Fork 955
Go test for jfreymuth/oggvorbis fails #3454
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
Weird that it started failing with newer versions. I'll take a look and investigate. |
First pass investigation might blame the |
Ok, so the nil pointer panic is caused because |
Yeah, the issue though is that |
This is a bug in the upstream floating point code: #3482 (comment) |
Filed jfreymuth/vorbis#11 |
The test was successful for
tinygo 0.25
.However,
TinyGo 0.26
or later fails.This is caused by oggvorbis.NewReader() returning an error.
This prevents normal use as well as testing.
It was working in TinyGo 0.25.
https://github.com/jfreymuth/oggvorbis
The text was updated successfully, but these errors were encountered: