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

CompatHelper: bump compat for TaylorSeries to 0.17, (keep existing compat) #12

Merged

Conversation

github-actions[bot]
Copy link
Contributor

This pull request changes the compat entry for the TaylorSeries package from 0.12,0.13,0.14,0.15,0.16 to 0.12,0.13,0.14,0.15,0.16, 0.17.
This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.

@lrnv
Copy link
Owner

lrnv commented Feb 25, 2024

Querying infos there JuliaDiff/TaylorSeries.jl#348

@lrnv lrnv merged commit f4081af into master Feb 25, 2024
@Vaibhavdixit02
Copy link

For Copulas to work this package needs a release with this updated compat bound. Currently it fails precompilation

┌ Warning: /Users/vaibhavdixit/.julia/packages/Copulas/SPHR4/src/EmpiricalCopula.jl no longer exists, deleted all methods
└ @ Revise ~/.julia/packages/Revise/bAgL0/src/packagedef.jl:666
┌ Warning: /Users/vaibhavdixit/.julia/packages/Copulas/SPHR4/src/univariate_distributions/Sibuya.jl no longer exists, deleted all methods
└ @ Revise ~/.julia/packages/Revise/bAgL0/src/packagedef.jl:666
┌ Warning: /Users/vaibhavdixit/.julia/packages/Copulas/SPHR4/src/univariate_distributions/Logarithmic.jl no longer exists, deleted all methods
└ @ Revise ~/.julia/packages/Revise/bAgL0/src/packagedef.jl:666
┌ Warning: /Users/vaibhavdixit/.julia/packages/Copulas/SPHR4/src/univariate_distributions/AlphaStable.jl no longer exists, deleted all methods
└ @ Revise ~/.julia/packages/Revise/bAgL0/src/packagedef.jl:666
┌ Warning: /Users/vaibhavdixit/.julia/packages/Copulas/SPHR4/src/ArchimedeanCopulas/IndependentCopula.jl no longer exists, deleted all methods
└ @ Revise ~/.julia/packages/Revise/bAgL0/src/packagedef.jl:666
┌ Warning: /Users/vaibhavdixit/.julia/packages/Copulas/SPHR4/src/ArchimedeanCopulas/ClaytonCopula.jl no longer exists, deleted all methods
└ @ Revise ~/.julia/packages/Revise/bAgL0/src/packagedef.jl:666
┌ Warning: /Users/vaibhavdixit/.julia/packages/Copulas/SPHR4/src/ArchimedeanCopulas/JoeCopula.jl no longer exists, deleted all methods
└ @ Revise ~/.julia/packages/Revise/bAgL0/src/packagedef.jl:666
┌ Warning: /Users/vaibhavdixit/.julia/packages/Copulas/SPHR4/src/ArchimedeanCopulas/GumbelCopula.jl no longer exists, deleted all methods
└ @ Revise ~/.julia/packages/Revise/bAgL0/src/packagedef.jl:666
┌ Warning: /Users/vaibhavdixit/.julia/packages/Copulas/SPHR4/src/ArchimedeanCopulas/FrankCopula.jl no longer exists, deleted all methods
└ @ Revise ~/.julia/packages/Revise/bAgL0/src/packagedef.jl:666
┌ Warning: /Users/vaibhavdixit/.julia/packages/Copulas/SPHR4/src/ArchimedeanCopulas/AMHCopula.jl no longer exists, deleted all methods
└ @ Revise ~/.julia/packages/Revise/bAgL0/src/packagedef.jl:666
┌ Warning: /Users/vaibhavdixit/.julia/packages/Copulas/SPHR4/src/MiscellaneousCopulas/MCopula.jl no longer exists, deleted all methods
└ @ Revise ~/.julia/packages/Revise/bAgL0/src/packagedef.jl:666
┌ Warning: /Users/vaibhavdixit/.julia/packages/Copulas/SPHR4/src/MiscellaneousCopulas/WCopula.jl no longer exists, deleted all methods
└ @ Revise ~/.julia/packages/Revise/bAgL0/src/packagedef.jl:666
┌ Error: Failed to revise /Users/vaibhavdixit/.julia/packages/TaylorSeries/2qRvJ/src/dictmutfunct.jl
│   exception =
│    invalid redefinition of constant TaylorSeries._InternalMutFuncs
│    Stacktrace:
│     [1] top-level scope
│       @ none:0
│    Revise evaluation error at /Users/vaibhavdixit/none:0
│    
└ @ Revise ~/.julia/packages/Revise/bAgL0/src/packagedef.jl:722
┌ Error: Failed to revise /Users/vaibhavdixit/.julia/packages/Copulas/SPHR4/src/Copulas.jl
│   exception =
│    invalid redefinition of constant Copulas.Logarithmic
│    Stacktrace:
│     [1] top-level scope
│       @ ~/.julia/packages/Copulas/SPHR4/src/UnivariateDistribution/Logarithmic.jl:2
│    Revise evaluation error at /Users/vaibhavdixit/.julia/packages/Copulas/SPHR4/src/UnivariateDistribution/Logarithmic.jl:2
│    
└ @ Revise ~/.julia/packages/Revise/bAgL0/src/packagedef.jl:722
┌ Error: Failed to revise /Users/vaibhavdixit/.julia/packages/Copulas/SPHR4/src/ArchimedeanCopula.jl
│   exception =
│    invalid redefinition of constant Copulas.ArchimedeanCopula
│    Stacktrace:
│     [1] top-level scope
│       @ none:0
│    Revise evaluation error at /Users/vaibhavdixit/none:0
│    
└ @ Revise ~/.julia/packages/Revise/bAgL0/src/packagedef.jl:722
┌ Warning: The running code does not match the saved version for the following files:
│ 
│   /Users/vaibhavdixit/.julia/packages/TaylorSeries/2qRvJ/src/dictmutfunct.jl
│   /Users/vaibhavdixit/.julia/packages/Copulas/SPHR4/src/ArchimedeanCopula.jl
│   /Users/vaibhavdixit/.julia/packages/Copulas/SPHR4/src/Copulas.jl
│ 
│ If the error was due to evaluation order, it can sometimes be resolved by calling `Revise.retry()`.
│ Use Revise.errors() to report errors again. Only the first error in each file is shown.
│ Your prompt color may be yellow until the errors are resolved.
└ @ Revise ~/.julia/packages/Revise/bAgL0/src/packagedef.j

@lrnv
Copy link
Owner

lrnv commented May 22, 2024

@Vaibhavdixit02 just registered a new version of this package with a compat. How did you find this out ? Your errors are really weird, since you should have been able to update TaylorsSeries.jl with Copulas.jl installed before this compat got released.

Should be fixed once JuliaRegistries/General#107397 got merged.

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