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

Revert PR #354 #418

Closed
wants to merge 2 commits into from
Closed

Revert PR #354 #418

wants to merge 2 commits into from

Conversation

rahulporuri
Copy link
Contributor

@rahulporuri rahulporuri commented Jun 8, 2021

This PR reverts PR #354 from the maint/6.0 branch. This PR seems to be the cause of the issue #417 so once this PR is merged into the maintenance branch, we will be making a bugfix release - 6.0.1.

This PR also undoes a change to the plugin test case made in PR #401. Because we cannot use observe to listen to changes in an extension point anymore, the conversion from _*_changed to observe needed to be undone.

Note that we aren't reverting #354 from the main branch - the issue #417 isn't being closed and it won't be closed until the issue is fixed on the main branch.

Poruri Sai Rahul added 2 commits June 8, 2021 21:27
we cannot use observe to listen to changes to an extension point anymore
so we cannot use observe in this specific test

	modified:   envisage/tests/test_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 assuming CI is happy.

I checked out this branch and searched the code base for :items to see if we had tried to observe any extension points items anywhere which potentially weren't getting caught by the test suite - I found none.

@mdickinson
Copy link
Member

Thanks @aaronayres35 and @rahulporuri. We should double check that the new test in #421 passes with this PR. (Though that check can be done post-merge if we want to live a little bit dangerously.)

@rahulporuri rahulporuri mentioned this pull request Jun 11, 2021
@rahulporuri
Copy link
Contributor Author

closing in favor of #422

@rahulporuri rahulporuri deleted the revert-354 branch June 11, 2021 12:45
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.

3 participants