-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Under Julia v1.0.1 with SingularIntegralEquations.jl v0.4.0, every time when I start a new Julia session and run using SingularIntegralEquations, it forces to precompile the package even though there is no update. I had a similar problem in our own package recently, and I could resolve this problem by explicitly writing using Random in the source files where some functions in the Random package are used. The following is the warning I get each time I run using SingularIntegralEquations after a new Julia session starts. The situation does not change even after running ] resolve. This happens regardless I explicitly add Random.jl via ] add Random or not.
┌ Warning: Package SingularIntegralEquations does not have Random in its dependencies:
│ - If you have SingularIntegralEquations checked out for development and have
│ added Random as a dependency but haven't updated your primary
│ environment's manifest file, try `Pkg.resolve()`.
│ - Otherwise you may need to report an issue with SingularIntegralEquations
└ Loading Random into SingularIntegralEquations from project dependency, future warnings for SingularIntegralEquations are suppressed.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels