-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Incorrect track bug smallest absolute value match #10
Incorrect track bug smallest absolute value match #10
Conversation
See https://savannah.gnu.org/bugs/index.php?49831 This is the shortest absolute match patch.
The patch wasn't fully correctly applied. A return statement was left behind in the code that shouldn't have been there.
…st-absolute-value-match Fix failing test
…anomalies need to be reported
…st-absolute-value-match Use LONG_MAX as sentinel value and use min_offset to check if errors/anomalies need to be reported
@enzo1982 would you do the final review here? |
Yes, I'll have a look at it! |
All looks good now; I merged the pull request. One more thing, though: I would suggest that we keep the cdda2.bin test file in git. We can exclude it from release tarballs by not adding it to Makefile.am. That way tarballs stay small and we still has easy access to the test file - everybody wins. |
Makes sense. Feel free to add it from https://mega.nz/#!alBBhS7Q!C3O48z4GcNtcqEpVZe01S6MjyGt-0kGfHyjpdecosFU I think we've tested that it already is excluded from the tarball. |
Done |
No description provided.