Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Fix undefined name. Add animation tests.#10801
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM.
If this undefined variable never was an issue, does that mean that this code path is never exercised during the tests (genuine question)?
Yeah, we do not force it to try to save a too-big animation to js. |
Oops. 🐑 |
... I told@anntzer that I trusted him... and the tests. |
Yeah, I see now that I didn't screw it up originally. 😁 |
anntzer commentedMar 15, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Well, I'm writing tests for the whole thing right now and it looks like (tbc?) I'm finding an unrelated bug in html5 output... so perhaps that was a good thing that I'm breaking stuff here and there :p |
anntzer commentedMar 15, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Added some tests, including an xfailing one :-) |
Issue is we don't have ffmpeg installed on appveyor. |
yup, working on that |
Added ppa to travis to install ffmpeg (not available by default on trusty) instead of avconv, given that that's actually our default converter... |
119eef9
to7178b98
Compare@@ -25,7 +25,7 @@ local FreeType build | |||
The following software is required to run the tests: | |||
- pytest_ (>=3.1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Shouldn't this be 3.4?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
sorry, fixed
Four approvals, but needs a rebase! |
Trying to beat the record of the most approvals on a PR :p rebased. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Just to help you break the record; not that I really follow all the code. Thanks a lot for the extra test!
PR Summary
xref#10793 (comment)
Sorry :)
PR Checklist