Skip to content

Cython port: Switch use of HasTraits.set to HasTraits.trait_set in tests#124

Closed
sjagoe wants to merge 2 commits into
enthought:enh/cython-portfrom
sjagoe:cython/remove-get-set
Closed

Cython port: Switch use of HasTraits.set to HasTraits.trait_set in tests#124
sjagoe wants to merge 2 commits into
enthought:enh/cython-portfrom
sjagoe:cython/remove-get-set

Conversation

@sjagoe
Copy link
Copy Markdown
Contributor

@sjagoe sjagoe commented Jan 13, 2014

No description provided.

@rkern
Copy link
Copy Markdown
Member

rkern commented Jan 13, 2014

LGTM.

@itziakos
Copy link
Copy Markdown
Member

👍

@mdickinson
Copy link
Copy Markdown
Member

@sjagoe: Is this PR still relevant? Should it be either closed or merged?

@sjagoe
Copy link
Copy Markdown
Contributor Author

sjagoe commented May 9, 2014

@mdickinson It is still relevant, I believe. Note that it is not to master, but to the cython port branch (hence the tests not passing).

@mdickinson
Copy link
Copy Markdown
Member

Can it be merged then, or does it need additional review?

@rkern
Copy link
Copy Markdown
Member

rkern commented May 9, 2014

We can retarget it to master, I think. HasTraits.set() is just as deprecated there.

@sjagoe
Copy link
Copy Markdown
Contributor Author

sjagoe commented May 9, 2014

@rkern I'll create a new PR against master.

@sjagoe sjagoe closed this May 9, 2014
jvkersch pushed a commit that referenced this pull request May 22, 2016
PR #124 switched the use of the deprecated .set method to .trait_set,
since the former is not defined on the Cython side. However, a later
commit undid that change, causing the tests to fail.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants