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 method definition overwritten on the same line #19

Merged
merged 1 commit into from
Aug 5, 2022

Conversation

visr
Copy link
Contributor

@visr visr commented Aug 5, 2022

It looks like #17 included changes that broke precompilation for this module. I get several long warnings like this:

WARNING: Method definition resize!##kw(Any, typeof(Base.resize!), FastLapackInterface.QRWYWs{R, MT} where MT<:Union{DenseArray{R, 2}, Base.ReinterpretArray{R, 2, S, A, IsReshaped} where S where IsReshaped where A<:Union{Base.SubArray{T, N, A, I, tr
...
} where T) in module FastLapackInterface at d:\visser_mn\.julia\packages\FastLapackInterface\ShGQa\src\qr.jl:221 overwritten on the same line (check for duplicate calls to `include`).
  ** incremental compilation may be fatally broken for this module **

Based on the surrounding code it looks like this might be what was intended, but please check since I am not familiar with the code.

@MichelJuillard MichelJuillard merged commit 5c5a10f into DynareJulia:main Aug 5, 2022
@visr visr deleted the patch-1 branch August 5, 2022 19:46
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