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 precompilation issue #53

Merged
merged 1 commit into from
May 27, 2022
Merged

fix precompilation issue #53

merged 1 commit into from
May 27, 2022

Conversation

lucaferranti
Copy link
Member

In the previous PR I had accidentally the same code copy-pasted twice... shame on me!! πŸ€¦β€β™‚οΈ πŸ™Š This gave some precompilation issues as it was redefining the methods. Fixed now

julia> using IntervalContractors
[ Info: Precompiling IntervalContractors [15111844-de3b-5229-b4ba-526f2f385dc9]
WARNING: Method definition mul_rev_to_pair(IntervalArithmetic.Interval{T} where T<:Real, IntervalArithmetic.Interval{T} where T<:Real) in module IntervalContractors at /home/lferrant/.julia/dev/IntervalContractors/src/arithmetic.jl:327 overwritten at /home/lferrant/.julia/dev/IntervalContractors/src/arithmetic.jl:338.
  ** incremental compilation may be fatally broken for this module **

WARNING: Method definition mul_rev_to_pair(IntervalArithmetic.DecoratedInterval{T}, IntervalArithmetic.DecoratedInterval{T}) where {T} in module IntervalContractors at /home/lferrant/.julia/dev/IntervalContractors/src/arithmetic.jl:329 overwritten at /home/lferrant/.julia/dev/IntervalContractors/src/arithmetic.jl:340.
  ** incremental compilation may be fatally broken for this module **

@lucaferranti lucaferranti merged commit 9844021 into master May 27, 2022
@lucaferranti lucaferranti deleted the lf-precomp branch May 27, 2022 10:43
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.

1 participant