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

Works with Plots.jl, but warns: "InspectDR not known to be compatible with current version of Plots.jl" #13

Open
ma-laforge opened this issue Nov 19, 2017 · 0 comments

Comments

@ma-laforge
Copy link
Owner

Description

InspectDR includes some code to ensure it can work with the installed version of Plots.jl. If InspectDR detects that it is more recent than the last time it was known to be compatible with Plots.jl, it displays the following warning:

InspectDR not known to be compatible with current version of Plots.jl
[...]

This warning occurs in case the API of InspectDR changes in a way that Plots.jl can no longer control it properly. The message also provides a combination of Plots.jl/InspectDR.jl that is known to be compatible (known to work). The intent is so that the user does not get discouraged trying to find a solution that works.

Problem

This compatibility solution is not very good and requires constant updating. Failure to do so generates a warning message about compatibility that is not actually relevant.

A better solution to this problem ideally should be found.

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

No branches or pull requests

1 participant