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

Fix warning for failed integration with PlotlyBase & PlotlyKaleide #4849

Merged
merged 2 commits into from
Dec 2, 2023

Conversation

blegat
Copy link
Contributor

@blegat blegat commented Dec 1, 2023

When one of these two packages is not installed, an ArgumentError is thrown. As the code was doing err isa ArgumentError || @warn ..., nothing is warned and the user does not see any error or warning.
With the current PR, when one of the packages is not in the environment or is not installed, the correct warning is displayed.
Moreover, other errors are rethrown instead of ignored

@BeastyBlacksmith
Copy link
Member

Thanks a lot !

@BeastyBlacksmith BeastyBlacksmith merged commit 15b080a into JuliaPlots:master Dec 2, 2023
4 of 14 checks passed
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.

2 participants