Skip to content
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

Remove "contributes_to" decorator and supporting code #402

Merged
merged 3 commits into from
Apr 27, 2021

Conversation

rahulporuri
Copy link
Contributor

This PR removes the contributes_to decorator and the supporting code and tests.
This PR also stops checking for contributions to extension points in the f"enthought.{extension_point_id}" namespace.

fixes #399 and #398

Poruri Sai Rahul added 3 commits April 16, 2021 10:31
and supporting code, tests

	modified:   envisage/api.py
	modified:   envisage/extension_point.py
	modified:   envisage/plugin.py
	modified:   envisage/tests/test_plugin.py
	modified:   envisage/plugin.py
to the extension point
otherwise, it just goes into the else clause which raises an error

	modified:   envisage/plugin.py
Copy link
Contributor

@aaronayres35 aaronayres35 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rahulporuri
Copy link
Contributor Author

Merging now that we've given enough time to get responses from the community.

@rahulporuri rahulporuri merged commit 342c4d0 into master Apr 27, 2021
@rahulporuri rahulporuri deleted the cln/remove-contributes-to-decorator branch April 27, 2021 11:52
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.

Remove contributes_to decorator and related functionality
2 participants