Skip to content

Repeated precompilation due to Radom package issue #116

@BoundaryValueProblems

Description

@BoundaryValueProblems

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions