-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fixes for cairo::Context::set_dash and get_dash #190
Conversation
The test *should* be failing with `([], 42) != ([3, 2, 1], 42)`, but it segfaults on my machine (even on master) for reasons I did not bother to investigate.
This should fix the test added in the previous commit.
Uh, it looks like cairotest didn’t fail on Travis at the second commit like I expected. Either this test is not actually run, or I don’t understand what’s going on. |
Thanks for your contribution ! We're just compiling on travis, not testing.
|
Oh, I see. Travis runs |
It would be difficult since it's a graphic software... 2015-02-04 7:36 GMT+01:00 Simon Sapin notifications@github.com:
web CV : www.guillaume-gomez.fr http://www.guillaume-gomez.fr |
Yeah, I understand. I just made an incorrect assumption when first looking at the results. |
No problem. I'll take a look at your PR this evening. |
Fixes for cairo::Context::set_dash and get_dash
Please see individual commit messages, and confirm that the test fails on the second commit and is fixed on the third. I was not able to run tests locally.