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 during precompilation #297

Merged
merged 1 commit into from
Dec 1, 2022
Merged

Fix warning during precompilation #297

merged 1 commit into from
Dec 1, 2022

Commits on Sep 20, 2022

  1. Fix warning during precompilation

    On Julia master, JuliaLang/julia#46608 gave rise to a precompilation warning for SnoopCompile:
    
    ```jl
    julia> using SnoopCompile
    [ Info: Precompiling SnoopCompile [aa65fe97-06da-5843-b5b1-d5d13cad87d2]
    WARNING: method definition for precompilable_time at /home/tchr/.julia/packages/SnoopCompile/J3dtR/src/parcel_snoopi_deep.jl:290 declares type variable T but does not use it.
    ```
    thchr authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    1b3c6ed View commit details
    Browse the repository at this point in the history