Deprecate get and set methods on HasTraits#190
Conversation
|
@sjagoe: RTM? |
|
I get one failure on this branch: |
|
@sjagoe: How on earth did you bamboozle Travis into passing?! |
|
Okay, so the issue is that this test will only pass if I think the deprecation part of this PR should be revisited after dealing with PR #196. |
|
#220 changes the |
|
Updated with tests for deprecation warnings from #220. |
|
Thanks. We still need a CHANGES.txt entry, but apart from that this LGTM. |
|
Merging. Thanks! |
Deprecate get and set methods on HasTraits
@rkern Here is a new PR replacing #124. It also marks get and set as deprecated with tests to assert that they log the deprecation warning.