-
Notifications
You must be signed in to change notification settings - Fork 163
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
Inline IAttrProvider into IAssignmentProvider #189
Comments
emacsway
changed the title
inline IAttrProvider into IAssignmentProvider
Inline IAttrProvider into IAssignmentProvider
Nov 22, 2016
Move this logic into IAssignmentProvider https://github.com/emacsway/rope/blob/51ac587ad70e913946190b359813534a4b4a4664/rope/base/oi/soi.py#L91 |
And remove IAttrProvider. |
emacsway
added a commit
to emacsway/rope
that referenced
this issue
Nov 23, 2016
emacsway
added a commit
to emacsway/rope
that referenced
this issue
Nov 23, 2016
Done in #190 |
emacsway
added a commit
to emacsway/rope
that referenced
this issue
Nov 23, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In continues of #187
We can inline IAttrProvider into IAssignmentProvider.
See https://github.com/emacsway/rope/blob/51ac587ad70e913946190b359813534a4b4a4664/rope/base/oi/soi.py#L79
and https://github.com/emacsway/rope/blob/51ac587ad70e913946190b359813534a4b4a4664/rope/base/oi/soi.py#L84
Let me fix it.
The text was updated successfully, but these errors were encountered: