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

API changes in PyCharm 2017.3 #2

Closed
sproshev opened this issue Oct 3, 2017 · 4 comments
Closed

API changes in PyCharm 2017.3 #2

sproshev opened this issue Oct 3, 2017 · 4 comments
Assignees
Labels

Comments

@sproshev
Copy link

sproshev commented Oct 3, 2017

We've changed com.jetbrains.python.psi.PyFunction and com.jetbrains.python.psi.impl.stubs.PyNamedParameterStubImpl in PyCharm 2017.3.

Now there are two compatibility problems:

Abstract method com.jetbrains.python.psi.PyFunction.onlyRaisesNotImplementedError() : boolean is not implemented

and

Invocation of unresolved method com.jetbrains.python.psi.impl.stubs.PyNamedParameterStubImpl.<init>(String, boolean, boolean, boolean, String, StubElement, IStubElementType).

Could you please fix them? Sorry for inconvenience.

@jhominal
Copy link
Owner

Hello,

Thank you for the report.

I had seen the report when you posted it, and I thought I would have time to handle it right away... But I have not done that yet.

I hope to do that soon, by releasing a new version.

@jhominal jhominal added the bug label Oct 29, 2017
@jhominal jhominal self-assigned this Oct 29, 2017
@jhominal
Copy link
Owner

This issue should be fixed by release v0.6.0

@jhominal
Copy link
Owner

And again, thank you @sproshev for your report, that is appreciated.

@sproshev
Copy link
Author

Thank you for update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants