Skip to content

Commit

Permalink
comment out broken precompile statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Nov 7, 2024
1 parent 3b02770 commit 9b21e12
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/auxiliary/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -380,10 +380,10 @@ function _precompile_manual_()
# end
# end
@assert Base.precompile(Tuple{typeof(SummaryCallback)})
@assert Base.precompile(Tuple{DiscreteCallback{typeof(Trixi.summary_callback),
typeof(Trixi.summary_callback),
typeof(Trixi.initialize_summary_callback),
typeof(SciMLBase.FINALIZE_DEFAULT)}})
# @assert Base.precompile(Tuple{DiscreteCallback{typeof(Trixi.summary_callback),
# typeof(Trixi.summary_callback),
# typeof(Trixi.initialize_summary_callback),
# typeof(SciMLBase.FINALIZE_DEFAULT)}})
@assert Base.precompile(Tuple{typeof(summary_box), Base.TTY, String,
Vector{Pair{String, Any}}})
# TODO: AMRCallback, ControllerThreeLevel, indicators
Expand Down Expand Up @@ -521,9 +521,9 @@ function _precompile_manual_()
typeof(Trixi.initialize_summary_callback),
typeof(SciMLBase.FINALIZE_DEFAULT)}
@assert Base.precompile(Tuple{typeof(show), Base.TTY, summary_callback_type})
@assert Base.precompile(Tuple{typeof(show), IOContext{Base.TTY}, MIME"text/plain",
summary_callback_type})
@assert Base.precompile(Tuple{summary_callback_type, Base.TTY})
# @assert Base.precompile(Tuple{typeof(show), IOContext{Base.TTY}, MIME"text/plain",
# summary_callback_type})
# @assert Base.precompile(Tuple{summary_callback_type, Base.TTY})

# TODO: SteadyStateCallback, AnalysisCallback

Expand Down

0 comments on commit 9b21e12

Please sign in to comment.