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
I deprecated symbol "lets_plot" in favor of "letsPlot":
@Deprecated("", ReplaceWith("letsPlot(data, mapping)")) fun lets_plot(data: Map<*, *>? = null, mapping: GenericAesMapping.() -> Unit = {}) = letsPlot(data, mapping)
In IDEA user can see the deprecated symbol and can choose to auto-fix:
In Jupyter notebook user can not tell a deprecated symbol from the new one (and most likely there is no auto-fix provided):
The text was updated successfully, but these errors were encountered:
There is really no autofix and crossed completion variants, but there should be warnings:
Do you have them?
Sorry, something went wrong.
See them but not always - see screenshot for example.
3d0ad38
No branches or pull requests
I deprecated symbol "lets_plot" in favor of "letsPlot":
In IDEA user can see the deprecated symbol and can choose to auto-fix:
In Jupyter notebook user can not tell a deprecated symbol from the new one (and most likely there is no auto-fix provided):
The text was updated successfully, but these errors were encountered: