Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fixed GraphicsContextBase linestyle getter #7730
Conversation
Kojoley
added this to the
2.1 (next point release)
milestone
Jan 2, 2017
|
For reference, this has been like this since e34a333 and has no previous history. We also do not appear to ever use it internally. All of our backends use This needs an API changes note (there may be third-party backends working around this), but given that the current API is obviously problematic (and no one has complained) I do not think it needs a deprecation cycle. |
tacaswell
added API Changes API consistency and removed API Changes
labels
Jan 3, 2017
|
So I assume it is safe to fix this without deprecation (or even to remove the property). |
|
If we're going to break backcompat, let's just remove the property? |
tacaswell
closed this
Jan 9, 2017
tacaswell
reopened this
Jan 9, 2017
|
power cycled to run CI with fixes from master branch to other tests. |
codecov-io
commented
Jan 9, 2017
•
Current coverage is 62.52% (diff: 100%)@@ master #7730 diff @@
==========================================
Files 174 174
Lines 56028 56703 +675
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 34805 35453 +648
- Misses 21223 21250 +27
Partials 0 0
|
|
LGTM |
Kojoley commentedJan 2, 2017
Closes #3354