Skip to content

Commit 819c7fb

Browse files
committed
temporary hack
1 parent 1a69aeb commit 819c7fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/analysis/Analyzer.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ function CC.abstract_call_gf_by_type(analyzer::LSAnalyzer,
158158
func::Any, arginfo::CC.ArgInfo, si::CC.StmtInfo, atype::Any, sv::CC.InferenceState, max_methods::Int)
159159
if !should_analyze(analyzer, sv)
160160
return ret
161+
elseif func === Base.copy! # FIXME disable errors from `@testset`
162+
return ret
161163
end
162164
atype′ = Ref{Any}(atype)
163165
function after_abstract_call_gf_by_type(analyzer′::LSAnalyzer, sv′::CC.InferenceState)

0 commit comments

Comments
 (0)