We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We've changed com.jetbrains.python.psi.PyFunction and com.jetbrains.python.psi.impl.stubs.PyNamedParameterStubImpl in PyCharm 2017.3.
com.jetbrains.python.psi.PyFunction
com.jetbrains.python.psi.impl.stubs.PyNamedParameterStubImpl
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).
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
This issue should be fixed by release v0.6.0
And again, thank you @sproshev for your report, that is appreciated.
Thank you for update!
jhominal
No branches or pull requests
We've changed
com.jetbrains.python.psi.PyFunction
andcom.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.
The text was updated successfully, but these errors were encountered: