Package evaluation to load FastDifferentiation on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T22:28:32.328 ################################################################################ # Set-up # Set-up completed after 0.18s ################################################################################ # Installation # Installing FastDifferentiation... Resolving package versions... Installed NaNMath ─────────────────── v1.1.4 Installed LogExpFunctions ─────────── v1.0.1 Installed DataStructures ──────────── v0.19.5 Installed OpenSpecFun_jll ─────────── v0.5.6+0 Installed SpecialFunctions ────────── v2.8.0 Installed Preferences ─────────────── v1.5.2 Installed FastDifferentiation ─────── v0.4.5 Installed PrecompileTools ─────────── v1.3.4 Installed DiffRules ───────────────── v1.16.0 Installed JLLWrappers ─────────────── v1.8.0 Installed OrderedCollections ──────── v1.8.2 Installed RuntimeGeneratedFunctions ─ v0.5.21 Installed IrrationalConstants ─────── v0.2.6 Installed StaticArraysCore ────────── v1.4.4 Installed ExprTools ───────────────── v0.1.10 Installed DocStringExtensions ─────── v0.9.5 Installed StaticArrays ────────────── v1.9.18 Installing 1 artifacts Installed artifact OpenSpecFun 105.4 KiB Updating `~/.julia/environments/v1.14/Project.toml` [eb9bf01b] + FastDifferentiation v0.4.5 Updating `~/.julia/environments/v1.14/Manifest.toml` [864edb3b] + DataStructures v0.19.5 [b552c78f] + DiffRules v1.16.0 [ffbed154] + DocStringExtensions v0.9.5 [e2ba6199] + ExprTools v0.1.10 [eb9bf01b] + FastDifferentiation v0.4.5 [92d709cd] + IrrationalConstants v0.2.6 [692b3bcd] + JLLWrappers v1.8.0 [2ab3a3ac] + LogExpFunctions v1.0.1 [77ba4419] + NaNMath v1.1.4 ⌅ [bac558e1] + OrderedCollections v1.8.2 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [7e49a35a] + RuntimeGeneratedFunctions v0.5.21 [276daf66] + SpecialFunctions v2.8.0 [90137ffa] + StaticArrays v1.9.18 [1e83bf80] + StaticArraysCore v1.4.4 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.14.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.13.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.5+2 [4536629a] + OpenBLAS_jll v0.3.33+0 [05823500] + OpenLibm_jll v0.8.7+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 11.93s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling project... 1.3 s ✓ StaticArraysCore 1.7 s ✓ DocStringExtensions 1.0 s ✓ ExprTools 148.9 s ✓ OrderedCollections 2.7 s ✓ IrrationalConstants 1.9 s ✓ NaNMath 31.4 s ✓ Preferences 1.4 s ✓ RuntimeGeneratedFunctions 168.7 s ✓ DataStructures 1.9 s ✓ LogExpFunctions 31.7 s ✓ JLLWrappers 31.0 s ✓ PrecompileTools 31.6 s ✓ OpenSpecFun_jll 356.9 s ✓ StaticArrays 104.7 s ✓ SpecialFunctions 1.8 s ✓ DiffRules ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 =# Core.@doc "compute the idom or pidom table starting from root or variable corresponding to start_index." function compute_dom_table(graph::DerivativeGraph{T}, compute_dominators::Bool, start_index::T, node_postorder_number::T, current_dom::Union{Nothing, Dict{T, T}} = nothing) where T │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:292 =# │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:293 =# │ if compute_dominators │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294 =# │ next_vertices_relation = ((gr, curr_node::T)->begin │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294 =# │ children(gr, curr_node) │ end) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:295 =# │ upward_path = true │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:296 =# │ order_test = (<) │ else │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:298 =# │ next_vertices_relation = ((gr, curr_node::T)->begin │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:298 =# │ parents(gr, curr_node) │ end) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:299 =# │ upward_path = false │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:300 =# │ order_test = (>) │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:303 =# │ path_constraint = DomPathConstraint(graph, compute_dominators, start_index) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:305 =# │ if current_dom === nothing │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:306 =# │ current_dom = Dict{T, T}() │ else │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:308 =# │ empty!(current_dom) │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:312 =# │ if compute_dominators │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:313 =# │ work_heap = MutableBinaryMaxHeap{T}() │ else │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:315 =# │ work_heap = MutableBinaryMinHeap{T}() │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:318 =# │ visited = Set{T}() │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:320 =# │ push!(work_heap, node_postorder_number) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:325 =# │ while length(work_heap) != 0 │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:326 =# │ curr_level = length(work_heap) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:328 =# │ for _ = 1:curr_level │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:330 =# │ curr_node = pop!(work_heap) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:332 =# │ parent_vertices = relation_node_indices(path_constraint, curr_node) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:334 =# │ if compute_dominators │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:335 =# │ start_node = root_index_to_postorder_number(graph, start_index) │ else │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:337 =# │ start_node = variable_index_to_postorder_number(graph, start_index) │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:340 =# │ fill_idom_table!(parent_vertices, current_dom, curr_node, order_test, start_node) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:342 =# │ if next_vertices_relation(graph, curr_node) !== nothing │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:344 =# │ for next_vertex = next_vertices_relation(graph, curr_node) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:345 =# │ if !(next_vertex in visited) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:346 =# │ push!(work_heap, next_vertex) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:347 =# │ push!(visited, next_vertex) │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:350 =# │ end │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:352 =# │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:353 =# │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:355 =# │ return current_dom │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 =#) :: Value | │ "compute the idom or pidom table starting from root or variable corresponding to start_index." :: Value | │ [function] | │ [where] | │ [call] | │ compute_dom_table :: Identifier | │ [::] | │ graph :: Identifier | │ [curly] | │ DerivativeGraph :: Identifier | │ T :: Identifier | │ [::] | │ compute_dominators :: Identifier | │ Bool :: Identifier | │ [::] | │ start_index :: Identifier | │ T :: Identifier | │ [::] | │ node_postorder_number :: Identifier | │ T :: Identifier | │ [kw] | │ [::] | │ current_dom :: Identifier | │ [curly] | │ Union :: Identifier | │ Nothing :: Identifier | │ [curly] | │ Dict :: Identifier | │ T :: Identifier | │ T :: Identifier | │ nothing :: Identifier | │ T :: Identifier | │ [block] | │ [if] | │ compute_dominators :: Identifier | │ [block] | │ [=] | │ next_vertices_relation :: Identifier | │ [->] | │ [tuple] | │ gr :: Identifier | │ [::] | │ curr_node :: Identifier | │ T :: Identifier | │ [block] | │ [call] | │ children :: Identifier | │ gr :: Identifier | │ curr_node :: Identifier | │ [=] | │ upward_path :: Identifier | │ true :: Value | │ [=] | │ order_test :: Identifier | │ < :: Identifier | │ [block] | │ [=] | │ next_vertices_relation :: Identifier | │ [->] | │ [tuple] | │ gr :: Identifier | │ [::] | │ curr_node :: Identifier | │ T :: Identifier | │ [block] | │ [call] | │ parents :: Identifier | │ gr :: Identifier | │ curr_node :: Identifier | │ [=] | │ upward_path :: Identifier | │ false :: Value | │ [=] | │ order_test :: Identifier | │ > :: Identifier | │ [=] | │ path_constraint :: Identifier | │ [call] | │ DomPathConstraint :: Identifier | │ graph :: Identifier | │ compute_dominators :: Identifier | │ start_index :: Identifier | │ [if] | │ [call] | │ === :: Identifier | │ current_dom :: Identifier | │ nothing :: Identifier | │ [block] | │ [=] | │ current_dom :: Identifier | │ [call] | │ [curly] | │ Dict :: Identifier | │ T :: Identifier | │ T :: Identifier | │ [block] | │ [call] | │ empty! :: Identifier | │ current_dom :: Identifier | │ [if] | │ compute_dominators :: Identifier | │ [block] | │ [=] | │ work_heap :: Identifier | │ [call] | │ [curly] | │ MutableBinaryMaxHeap :: Identifier | │ T :: Identifier | │ [block] | │ [=] | │ work_heap :: Identifier | │ [call] | │ [curly] | │ MutableBinaryMinHeap :: Identifier | │ T :: Identifier | │ [=] | │ visited :: Identifier | │ [call] | │ [curly] | │ Set :: Identifier | │ T :: Identifier | │ [call] | │ push! :: Identifier | │ work_heap :: Identifier | │ node_postorder_number :: Identifier | │ [while] | │ [call] | │ != :: Identifier | │ [call] | │ length :: Identifier | │ work_heap :: Identifier | │ 0 :: Value | │ [block] | │ [=] | │ curr_level :: Identifier | │ [call] | │ length :: Identifier | │ work_heap :: Identifier | │ [for] | │ [=] | │ _ :: Identifier | │ [call] | │ : :: Identifier | │ 1 :: Value | │ curr_level :: Identifier | │ [block] | │ [=] | │ curr_node :: Identifier | │ [call] | │ pop! :: Identifier | │ work_heap :: Identifier | │ [=] | │ parent_vertices :: Identifier | │ [call] | │ relation_node_indices :: Identifier | │ path_constraint :: Identifier | │ curr_node :: Identifier | │ [if] | │ compute_dominators :: Identifier | │ [block] | │ [=] | │ start_node :: Identifier | │ [call] | │ root_index_to_postorder_number :: Identifier | │ graph :: Identifier | │ start_index :: Identifier | │ [block] | │ [=] | │ start_node :: Identifier | │ [call] | │ variable_index_to_postorder_number :: Identifier | │ graph :: Identifier | │ start_index :: Identifier | │ [call] | │ fill_idom_table! :: Identifier | │ parent_vertices :: Identifier | │ current_dom :: Identifier | │ curr_node :: Identifier | │ order_test :: Identifier | │ start_node :: Identifier | │ [if] | │ [call] | │ !== :: Identifier | │ [call] | │ next_vertices_relation :: Identifier | │ graph :: Identifier | │ curr_node :: Identifier | │ nothing :: Identifier | │ [block] | │ [for] | │ [=] | │ next_vertex :: Identifier | │ [call] | │ next_vertices_relation :: Identifier | │ graph :: Identifier | │ curr_node :: Identifier | │ [block] | │ [if] | │ [call] | │ ! :: Identifier | │ [call] | │ in :: Identifier | │ next_vertex :: Identifier | │ visited :: Identifier | │ [block] | │ [call] | │ push! :: Identifier | │ work_heap :: Identifier | │ next_vertex :: Identifier | │ [call] | │ push! :: Identifier | │ visited :: Identifier | │ next_vertex :: Identifier | │ [return] | │ current_dom :: Identifier | │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [block] | [old,SL(GQiltVm0wvo,DocStringExtensions,SL(Ikrmtpg1F4w,FastDifferentiation,)),@doc], │ [if] | [old,SL(GQiltVm0wvo,DocStringExtensions,SL(Ikrmtpg1F4w,FastDifferentiation,)),@doc], │ true :: Value | [old,SL(GQiltVm0wvo,DocStringExtensions,SL(Ikrmtpg1F4w,FastDifferentiation,)),@doc], │ [=] | [old,SL(GQiltVm0wvo,DocStringExtensions,SL(Ikrmtpg1F4w,FastDifferentiation,)),@doc], │ val :: Identifier | [old,SL(GQiltVm0wvo,DocStringExtensions,SL(Ikrmtpg1F4w,FastDifferentiation,)),@doc], │ [function] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [where] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ compute_dom_table :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [::] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ graph :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [curly] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ DerivativeGraph :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [::] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ compute_dominators :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Bool :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [::] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ start_index :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [::] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ node_postorder_number :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [kw] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [::] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ current_dom :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [curly] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Union :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Nothing :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [curly] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Dict :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ nothing :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [block] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [if] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ compute_dominators :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [block] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [=] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ next_vertices_relation :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [->] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [tuple] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ gr :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [::] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ curr_node :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [block] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ children :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ gr :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ curr_node :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [=] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ upward_path :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ true :: Value | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [=] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ order_test :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ < :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [block] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [=] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ next_vertices_relation :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [->] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [tuple] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ gr :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [::] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ curr_node :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [block] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ parents :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ gr :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ curr_node :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [=] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ upward_path :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ false :: Value | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [=] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ order_test :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ > :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [=] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ path_constraint :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ DomPathConstraint :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ graph :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ compute_dominators :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ start_index :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [if] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ === :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ current_dom :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ nothing :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [block] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [=] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ current_dom :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [curly] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Dict :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [block] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ empty! :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ current_dom :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [if] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ compute_dominators :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [block] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [=] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ work_heap :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [curly] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ MutableBinaryMaxHeap :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [block] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [=] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ work_heap :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [curly] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ MutableBinaryMinHeap :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [=] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ visited :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [curly] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Set :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ push! :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ work_heap :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ node_postorder_number :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [while] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ != :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ length :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ work_heap :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ 0 :: Value | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [block] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [=] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ curr_level :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ length :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ work_heap :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [for] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [=] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ _ :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ : :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ 1 :: Value | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ curr_level :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [block] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [=] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ curr_node :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ pop! :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ work_heap :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [=] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ parent_vertices :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ relation_node_indices :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ path_constraint :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ curr_node :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [if] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ compute_dominators :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [block] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [=] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ start_node :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ root_index_to_postorder_number :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ graph :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ start_index :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [block] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [=] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ start_node :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ variable_index_to_postorder_number :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ graph :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ start_index :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ fill_idom_table! :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ parent_vertices :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ current_dom :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ curr_node :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ order_test :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ start_node :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [if] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ !== :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ next_vertices_relation :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ graph :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ curr_node :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ nothing :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [block] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [for] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [=] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ next_vertex :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ next_vertices_relation :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ graph :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ curr_node :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [block] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [if] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ ! :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ in :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ next_vertex :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ visited :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [block] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ push! :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ work_heap :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ next_vertex :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ push! :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ visited :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ next_vertex :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [return] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ current_dom :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(GQiltVm0wvo,DocStringExtensions,SL(Ikrmtpg1F4w,FastDifferentiation,)),@doc], │ Base.Docs.doc! :: Value | [old,SL(GQiltVm0wvo,DocStringExtensions,SL(Ikrmtpg1F4w,FastDifferentiation,)),@doc], │ FastDifferentiation :: Value | [old,SL(GQiltVm0wvo,DocStringExtensions,SL(Ikrmtpg1F4w,FastDifferentiation,)),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Base.Docs.Binding :: Value | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ FastDifferentiation :: Value | [old,SL(4gFIqJAlIxC,Base,SL(Ikrmtpg1F4w,FastDifferentiation,)),(. Base (inert @__MODULE__))], │ [inert] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc],jl_source=L47 │ compute_dom_table :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Base.Docs.docstr :: Value | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Core.svec :: Value | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ "compute the idom or pidom table starting from root or variable corresponding to start_index." :: Value | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [call] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Dict{Symbol, Any} :: Value | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ :path => "/home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl" :: Value | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ :linenumber => 291 :: Value | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ :module => FastDifferentiation :: Value | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [where] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [curly] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Union :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [curly] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Tuple :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [curly] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ DerivativeGraph :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Bool :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [curly] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Tuple :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [curly] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ DerivativeGraph :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Bool :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [curly] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Union :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Nothing :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [curly] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Dict :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [curly] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Tuple :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [<:] | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ Any :: Identifier | [old,SL(Ikrmtpg1F4w,FastDifferentiation,),@doc], │ [if] | [old,SL(GQiltVm0wvo,DocStringExtensions,SL(Ikrmtpg1F4w,FastDifferentiation,)),@doc], │ true :: Value | [old,SL(GQiltVm0wvo,DocStringExtensions,SL(Ikrmtpg1F4w,FastDifferentiation,)),@doc], │ val :: Identifier | [old,SL(GQiltVm0wvo,DocStringExtensions,SL(Ikrmtpg1F4w,FastDifferentiation,)),@doc], │ │ file = "/home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl" │ line = 291 └ mod = FastDifferentiation ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294 =# - Found unexpected binding of kind static_parameter Expression:  #₃₆/T Containing expressions:  (= #₉₀/T #₃₆/T)  (= #₄ (call core.svec (call core.svec #₈₁/#compute_dom_table##->###0 core.Any #₃₆/T) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294:0))  (= #₄ (call core.svec (call core.svec (function_type #₃₇/#->#) core.Any #₃₆/T) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294:0))  Detailed provenance:  #₃₆/T  ├─ T  │ ├─ T  │ │ └─ @ /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294  │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 =#) "compute the idom or pidom table starting from root or variable corresponding to start_index." (function (where (call compute_dom_table (:: graph (curly DerivativeGraph T)) (:: compute_dominators Bool) (:: start_index T) (:: node_postorder_number T) (kw (:: current_dom (curly Union Nothing (curly Dict T T))) nothing)) T) (block (if compute_dominators (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call children gr curr_node)))) (= upward_path true) (= order_test <)) (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call parents gr curr_node)))) (= upward_path false) (= order_test >))) (= path_constraint (call DomPathConstraint graph compute_dominators start_index)) (if (call === current_dom nothing) (block (= current_dom (call (curly Dict T T)))) (block (call empty! current_dom))) (if compute_dominators (block (= work_heap (call (curly MutableBinaryMaxHeap T)))) (block (= work_heap (call (curly MutableBinaryMinHeap T))))) (= visited (call (curly Set T))) (call push! work_heap node_postorder_number) (while (call != (call length work_heap) 0) (block (= curr_level (call length work_heap)) (for (= _ (call : 1 curr_level)) (block (= curr_node (call pop! work_heap)) (= parent_vertices (call relation_node_indices path_constraint curr_node)) (if compute_dominators (block (= start_node (call root_index_to_postorder_number graph start_index))) (block (= start_node (call variable_index_to_postorder_number graph start_index)))) (call fill_idom_table! parent_vertices current_dom curr_node order_test start_node) (if (call !== (call next_vertices_relation graph curr_node) nothing) (block (for (= next_vertex (call next_vertices_relation graph curr_node)) (block (if (call ! (call in next_vertex visited)) (block (call push! work_heap next_vertex) (call push! visited next_vertex))))))))))) (return current_dom))))  │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 =#) "compute the idom or pidom table starting from root or variable corresponding to start_index." (function (where (call compute_dom_table (:: graph (curly DerivativeGraph T)) (:: compute_dominators Bool) (:: start_index T) (:: node_postorder_number T) (kw (:: current_dom (curly Union Nothing (curly Dict T T))) nothing)) T) (block (if compute_dominators (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call children gr curr_node)))) (= upward_path true) (= order_test <)) (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call parents gr curr_node)))) (= upward_path false) (= order_test >))) (= path_constraint (call DomPathConstraint graph compute_dominators start_index)) (if (call === current_dom nothing) (block (= current_dom (call (curly Dict T T)))) (block (call empty! current_dom))) (if compute_dominators (block (= work_heap (call (curly MutableBinaryMaxHeap T)))) (block (= work_heap (call (curly MutableBinaryMinHeap T))))) (= visited (call (curly Set T))) (call push! work_heap node_postorder_number) (while (call != (call length work_heap) 0) (block (= curr_level (call length work_heap)) (for (= _ (call : 1 curr_level)) (block (= curr_node (call pop! work_heap)) (= parent_vertices (call relation_node_indices path_constraint curr_node)) (if compute_dominators (block (= start_node (call root_index_to_postorder_number graph start_index))) (block (= start_node (call variable_index_to_postorder_number graph start_index)))) (call fill_idom_table! parent_vertices current_dom curr_node order_test start_node) (if (call !== (call next_vertices_relation graph curr_node) nothing) (block (for (= next_vertex (call next_vertices_relation graph curr_node)) (block (if (call ! (call in next_vertex visited)) (block (call push! work_heap next_vertex) (call push! visited next_vertex))))))))))) (return current_dom))))  │ └─ @ /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 =#) "compute the idom or pidom table starting from root or variable corresponding to start_index." (function (where (call compute_dom_table (:: graph (curly DerivativeGraph T)) (:: compute_dominators Bool) (:: start_index T) (:: node_postorder_number T) (kw (:: current_dom (curly Union Nothing (curly Dict T T))) nothing)) T) (block (if compute_dominators (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call children gr curr_node)))) (= upward_path true) (= order_test <)) (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call parents gr curr_node)))) (= upward_path false) (= order_test >))) (= path_constraint (call DomPathConstraint graph compute_dominators start_index)) (if (call === current_dom nothing) (block (= current_dom (call (curly Dict T T)))) (block (call empty! current_dom))) (if compute_dominators (block (= work_heap (call (curly MutableBinaryMaxHeap T)))) (block (= work_heap (call (curly MutableBinaryMinHeap T))))) (= visited (call (curly Set T))) (call push! work_heap node_postorder_number) (while (call != (call length work_heap) 0) (block (= curr_level (call length work_heap)) (for (= _ (call : 1 curr_level)) (block (= curr_node (call pop! work_heap)) (= parent_vertices (call relation_node_indices path_constraint curr_node)) (if compute_dominators (block (= start_node (call root_index_to_postorder_number graph start_index))) (block (= start_node (call variable_index_to_postorder_number graph start_index)))) (call fill_idom_table! parent_vertices current_dom curr_node order_test start_node) (if (call !== (call next_vertices_relation graph curr_node) nothing) (block (for (= next_vertex (call next_vertices_relation graph curr_node)) (block (if (call ! (call in next_vertex visited)) (block (call push! work_heap next_vertex) (call push! visited next_vertex))))))))))) (return current_dom))))  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 =#) "compute the idom or pidom table starting from root or variable corresponding to start_index." (function (where (call compute_dom_table (:: graph (curly DerivativeGraph T)) (:: compute_dominators Bool) (:: start_index T) (:: node_postorder_number T) (kw (:: current_dom (curly Union Nothing (curly Dict T T))) nothing)) T) (block (if compute_dominators (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call children gr curr_node)))) (= upward_path true) (= order_test <)) (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call parents gr curr_node)))) (= upward_path false) (= order_test >))) (= path_constraint (call DomPathConstraint graph compute_dominators start_index)) (if (call === current_dom nothing) (block (= current_dom (call (curly Dict T T)))) (block (call empty! current_dom))) (if compute_dominators (block (= work_heap (call (curly MutableBinaryMaxHeap T)))) (block (= work_heap (call (curly MutableBinaryMinHeap T))))) (= visited (call (curly Set T))) (call push! work_heap node_postorder_number) (while (call != (call length work_heap) 0) (block (= curr_level (call length work_heap)) (for (= _ (call : 1 curr_level)) (block (= curr_node (call pop! work_heap)) (= parent_vertices (call relation_node_indices path_constraint curr_node)) (if compute_dominators (block (= start_node (call root_index_to_postorder_number graph start_index))) (block (= start_node (call variable_index_to_postorder_number graph start_index)))) (call fill_idom_table! parent_vertices current_dom curr_node order_test start_node) (if (call !== (call next_vertices_relation graph curr_node) nothing) (block (for (= next_vertex (call next_vertices_relation graph curr_node)) (block (if (call ! (call in next_vertex visited)) (block (call push! work_heap next_vertex) (call push! visited next_vertex))))))))))) (return current_dom))))  └─ @ /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291  Stacktrace:  [1] _renumber(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ssa_rewrites::Dict{Int64, Int64}, slot_rewrites::Dict{Int64, Int64}, label_table::Dict{Int64, Int64}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1097  [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1162  [3] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1257  [4] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1287  [5] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:33  [6] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [7] top-level scope  @ ~/.julia/packages/FastDifferentiation/e95hO/src/FastDifferentiation.jl:48  [8] include(mod::Module, _path::String)  @ Base Base.jl:325  [9] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base loading.jl:3303  [10] top-level scope  @ stdin:5  [11] eval(m::Module, e::Any)  @ Core boot.jl:522  [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [13] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [14] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [15] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 in expression starting at /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/FastDifferentiation.jl:1 in expression starting at stdin:5 ✗ FastDifferentiation 16 dependencies successfully precompiled in 1183 seconds. 9 already precompiled. Precompilation completed after 1211.71s ################################################################################ # Loading # Loading FastDifferentiation... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 =# Core.@doc "compute the idom or pidom table starting from root or variable corresponding to start_index." function compute_dom_table(graph::DerivativeGraph{T}, compute_dominators::Bool, start_index::T, node_postorder_number::T, current_dom::Union{Nothing, Dict{T, T}} = nothing) where T │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:292 =# │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:293 =# │ if compute_dominators │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294 =# │ next_vertices_relation = ((gr, curr_node::T)->begin │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294 =# │ children(gr, curr_node) │ end) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:295 =# │ upward_path = true │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:296 =# │ order_test = (<) │ else │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:298 =# │ next_vertices_relation = ((gr, curr_node::T)->begin │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:298 =# │ parents(gr, curr_node) │ end) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:299 =# │ upward_path = false │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:300 =# │ order_test = (>) │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:303 =# │ path_constraint = DomPathConstraint(graph, compute_dominators, start_index) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:305 =# │ if current_dom === nothing │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:306 =# │ current_dom = Dict{T, T}() │ else │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:308 =# │ empty!(current_dom) │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:312 =# │ if compute_dominators │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:313 =# │ work_heap = MutableBinaryMaxHeap{T}() │ else │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:315 =# │ work_heap = MutableBinaryMinHeap{T}() │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:318 =# │ visited = Set{T}() │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:320 =# │ push!(work_heap, node_postorder_number) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:325 =# │ while length(work_heap) != 0 │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:326 =# │ curr_level = length(work_heap) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:328 =# │ for _ = 1:curr_level │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:330 =# │ curr_node = pop!(work_heap) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:332 =# │ parent_vertices = relation_node_indices(path_constraint, curr_node) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:334 =# │ if compute_dominators │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:335 =# │ start_node = root_index_to_postorder_number(graph, start_index) │ else │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:337 =# │ start_node = variable_index_to_postorder_number(graph, start_index) │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:340 =# │ fill_idom_table!(parent_vertices, current_dom, curr_node, order_test, start_node) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:342 =# │ if next_vertices_relation(graph, curr_node) !== nothing │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:344 =# │ for next_vertex = next_vertices_relation(graph, curr_node) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:345 =# │ if !(next_vertex in visited) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:346 =# │ push!(work_heap, next_vertex) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:347 =# │ push!(visited, next_vertex) │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:350 =# │ end │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:352 =# │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:353 =# │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:355 =# │ return current_dom │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 =#) :: Value | │ "compute the idom or pidom table starting from root or variable corresponding to start_index." :: Value | │ [function] | │ [where] | │ [call] | │ compute_dom_table :: Identifier | │ [::] | │ graph :: Identifier | │ [curly] | │ DerivativeGraph :: Identifier | │ T :: Identifier | │ [::] | │ compute_dominators :: Identifier | │ Bool :: Identifier | │ [::] | │ start_index :: Identifier | │ T :: Identifier | │ [::] | │ node_postorder_number :: Identifier | │ T :: Identifier | │ [kw] | │ [::] | │ current_dom :: Identifier | │ [curly] | │ Union :: Identifier | │ Nothing :: Identifier | │ [curly] | │ Dict :: Identifier | │ T :: Identifier | │ T :: Identifier | │ nothing :: Identifier | │ T :: Identifier | │ [block] | │ [if] | │ compute_dominators :: Identifier | │ [block] | │ [=] | │ next_vertices_relation :: Identifier | │ [->] | │ [tuple] | │ gr :: Identifier | │ [::] | │ curr_node :: Identifier | │ T :: Identifier | │ [block] | │ [call] | │ children :: Identifier | │ gr :: Identifier | │ curr_node :: Identifier | │ [=] | │ upward_path :: Identifier | │ true :: Value | │ [=] | │ order_test :: Identifier | │ < :: Identifier | │ [block] | │ [=] | │ next_vertices_relation :: Identifier | │ [->] | │ [tuple] | │ gr :: Identifier | │ [::] | │ curr_node :: Identifier | │ T :: Identifier | │ [block] | │ [call] | │ parents :: Identifier | │ gr :: Identifier | │ curr_node :: Identifier | │ [=] | │ upward_path :: Identifier | │ false :: Value | │ [=] | │ order_test :: Identifier | │ > :: Identifier | │ [=] | │ path_constraint :: Identifier | │ [call] | │ DomPathConstraint :: Identifier | │ graph :: Identifier | │ compute_dominators :: Identifier | │ start_index :: Identifier | │ [if] | │ [call] | │ === :: Identifier | │ current_dom :: Identifier | │ nothing :: Identifier | │ [block] | │ [=] | │ current_dom :: Identifier | │ [call] | │ [curly] | │ Dict :: Identifier | │ T :: Identifier | │ T :: Identifier | │ [block] | │ [call] | │ empty! :: Identifier | │ current_dom :: Identifier | │ [if] | │ compute_dominators :: Identifier | │ [block] | │ [=] | │ work_heap :: Identifier | │ [call] | │ [curly] | │ MutableBinaryMaxHeap :: Identifier | │ T :: Identifier | │ [block] | │ [=] | │ work_heap :: Identifier | │ [call] | │ [curly] | │ MutableBinaryMinHeap :: Identifier | │ T :: Identifier | │ [=] | │ visited :: Identifier | │ [call] | │ [curly] | │ Set :: Identifier | │ T :: Identifier | │ [call] | │ push! :: Identifier | │ work_heap :: Identifier | │ node_postorder_number :: Identifier | │ [while] | │ [call] | │ != :: Identifier | │ [call] | │ length :: Identifier | │ work_heap :: Identifier | │ 0 :: Value | │ [block] | │ [=] | │ curr_level :: Identifier | │ [call] | │ length :: Identifier | │ work_heap :: Identifier | │ [for] | │ [=] | │ _ :: Identifier | │ [call] | │ : :: Identifier | │ 1 :: Value | │ curr_level :: Identifier | │ [block] | │ [=] | │ curr_node :: Identifier | │ [call] | │ pop! :: Identifier | │ work_heap :: Identifier | │ [=] | │ parent_vertices :: Identifier | │ [call] | │ relation_node_indices :: Identifier | │ path_constraint :: Identifier | │ curr_node :: Identifier | │ [if] | │ compute_dominators :: Identifier | │ [block] | │ [=] | │ start_node :: Identifier | │ [call] | │ root_index_to_postorder_number :: Identifier | │ graph :: Identifier | │ start_index :: Identifier | │ [block] | │ [=] | │ start_node :: Identifier | │ [call] | │ variable_index_to_postorder_number :: Identifier | │ graph :: Identifier | │ start_index :: Identifier | │ [call] | │ fill_idom_table! :: Identifier | │ parent_vertices :: Identifier | │ current_dom :: Identifier | │ curr_node :: Identifier | │ order_test :: Identifier | │ start_node :: Identifier | │ [if] | │ [call] | │ !== :: Identifier | │ [call] | │ next_vertices_relation :: Identifier | │ graph :: Identifier | │ curr_node :: Identifier | │ nothing :: Identifier | │ [block] | │ [for] | │ [=] | │ next_vertex :: Identifier | │ [call] | │ next_vertices_relation :: Identifier | │ graph :: Identifier | │ curr_node :: Identifier | │ [block] | │ [if] | │ [call] | │ ! :: Identifier | │ [call] | │ in :: Identifier | │ next_vertex :: Identifier | │ visited :: Identifier | │ [block] | │ [call] | │ push! :: Identifier | │ work_heap :: Identifier | │ next_vertex :: Identifier | │ [call] | │ push! :: Identifier | │ visited :: Identifier | │ next_vertex :: Identifier | │ [return] | │ current_dom :: Identifier | │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [block] | [old,SL(F2xzyDZ4i6v,DocStringExtensions,SL(BJDM67swHWU,FastDifferentiation,)),@doc], │ [if] | [old,SL(F2xzyDZ4i6v,DocStringExtensions,SL(BJDM67swHWU,FastDifferentiation,)),@doc], │ true :: Value | [old,SL(F2xzyDZ4i6v,DocStringExtensions,SL(BJDM67swHWU,FastDifferentiation,)),@doc], │ [=] | [old,SL(F2xzyDZ4i6v,DocStringExtensions,SL(BJDM67swHWU,FastDifferentiation,)),@doc], │ val :: Identifier | [old,SL(F2xzyDZ4i6v,DocStringExtensions,SL(BJDM67swHWU,FastDifferentiation,)),@doc], │ [function] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [where] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ compute_dom_table :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [::] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ graph :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [curly] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ DerivativeGraph :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [::] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ compute_dominators :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Bool :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [::] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ start_index :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [::] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ node_postorder_number :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [kw] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [::] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ current_dom :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [curly] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Union :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Nothing :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [curly] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Dict :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ nothing :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [block] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [if] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ compute_dominators :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [block] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [=] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ next_vertices_relation :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [->] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [tuple] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ gr :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [::] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ curr_node :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [block] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ children :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ gr :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ curr_node :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [=] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ upward_path :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ true :: Value | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [=] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ order_test :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ < :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [block] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [=] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ next_vertices_relation :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [->] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [tuple] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ gr :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [::] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ curr_node :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [block] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ parents :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ gr :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ curr_node :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [=] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ upward_path :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ false :: Value | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [=] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ order_test :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ > :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [=] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ path_constraint :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ DomPathConstraint :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ graph :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ compute_dominators :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ start_index :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [if] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ === :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ current_dom :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ nothing :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [block] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [=] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ current_dom :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [curly] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Dict :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [block] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ empty! :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ current_dom :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [if] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ compute_dominators :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [block] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [=] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ work_heap :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [curly] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ MutableBinaryMaxHeap :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [block] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [=] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ work_heap :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [curly] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ MutableBinaryMinHeap :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [=] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ visited :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [curly] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Set :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ push! :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ work_heap :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ node_postorder_number :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [while] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ != :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ length :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ work_heap :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ 0 :: Value | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [block] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [=] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ curr_level :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ length :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ work_heap :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [for] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [=] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ _ :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ : :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ 1 :: Value | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ curr_level :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [block] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [=] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ curr_node :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ pop! :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ work_heap :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [=] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ parent_vertices :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ relation_node_indices :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ path_constraint :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ curr_node :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [if] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ compute_dominators :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [block] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [=] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ start_node :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ root_index_to_postorder_number :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ graph :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ start_index :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [block] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [=] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ start_node :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ variable_index_to_postorder_number :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ graph :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ start_index :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ fill_idom_table! :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ parent_vertices :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ current_dom :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ curr_node :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ order_test :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ start_node :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [if] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ !== :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ next_vertices_relation :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ graph :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ curr_node :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ nothing :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [block] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [for] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [=] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ next_vertex :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ next_vertices_relation :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ graph :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ curr_node :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [block] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [if] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ ! :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ in :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ next_vertex :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ visited :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [block] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ push! :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ work_heap :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ next_vertex :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ push! :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ visited :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ next_vertex :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [return] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ current_dom :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(F2xzyDZ4i6v,DocStringExtensions,SL(BJDM67swHWU,FastDifferentiation,)),@doc], │ Base.Docs.doc! :: Value | [old,SL(F2xzyDZ4i6v,DocStringExtensions,SL(BJDM67swHWU,FastDifferentiation,)),@doc], │ FastDifferentiation :: Value | [old,SL(F2xzyDZ4i6v,DocStringExtensions,SL(BJDM67swHWU,FastDifferentiation,)),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Base.Docs.Binding :: Value | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ FastDifferentiation :: Value | [old,SL(EP9VrNKaJyn,Base,SL(BJDM67swHWU,FastDifferentiation,)),(. Base (inert @__MODULE__))], │ [inert] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc],jl_source=L47 │ compute_dom_table :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Base.Docs.docstr :: Value | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Core.svec :: Value | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ "compute the idom or pidom table starting from root or variable corresponding to start_index." :: Value | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [call] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Dict{Symbol, Any} :: Value | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ :path => "/home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl" :: Value | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ :linenumber => 291 :: Value | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ :module => FastDifferentiation :: Value | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [where] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [curly] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Union :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [curly] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Tuple :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [curly] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ DerivativeGraph :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Bool :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [curly] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Tuple :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [curly] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ DerivativeGraph :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Bool :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [curly] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Union :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Nothing :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [curly] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Dict :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [curly] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Tuple :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [<:] | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ T :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ Any :: Identifier | [old,SL(BJDM67swHWU,FastDifferentiation,),@doc], │ [if] | [old,SL(F2xzyDZ4i6v,DocStringExtensions,SL(BJDM67swHWU,FastDifferentiation,)),@doc], │ true :: Value | [old,SL(F2xzyDZ4i6v,DocStringExtensions,SL(BJDM67swHWU,FastDifferentiation,)),@doc], │ val :: Identifier | [old,SL(F2xzyDZ4i6v,DocStringExtensions,SL(BJDM67swHWU,FastDifferentiation,)),@doc], │ │ file = "/home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl" │ line = 291 └ mod = FastDifferentiation ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294 =# - Found unexpected binding of kind static_parameter Expression:  #₃₆/T Containing expressions:  (= #₉₀/T #₃₆/T)  (= #₄ (call core.svec (call core.svec #₈₁/#compute_dom_table##->###0 core.Any #₃₆/T) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294:0))  (= #₄ (call core.svec (call core.svec (function_type #₃₇/#->#) core.Any #₃₆/T) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294:0))  Detailed provenance:  #₃₆/T  ├─ T  │ ├─ T  │ │ └─ @ /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294  │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 =#) "compute the idom or pidom table starting from root or variable corresponding to start_index." (function (where (call compute_dom_table (:: graph (curly DerivativeGraph T)) (:: compute_dominators Bool) (:: start_index T) (:: node_postorder_number T) (kw (:: current_dom (curly Union Nothing (curly Dict T T))) nothing)) T) (block (if compute_dominators (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call children gr curr_node)))) (= upward_path true) (= order_test <)) (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call parents gr curr_node)))) (= upward_path false) (= order_test >))) (= path_constraint (call DomPathConstraint graph compute_dominators start_index)) (if (call === current_dom nothing) (block (= current_dom (call (curly Dict T T)))) (block (call empty! current_dom))) (if compute_dominators (block (= work_heap (call (curly MutableBinaryMaxHeap T)))) (block (= work_heap (call (curly MutableBinaryMinHeap T))))) (= visited (call (curly Set T))) (call push! work_heap node_postorder_number) (while (call != (call length work_heap) 0) (block (= curr_level (call length work_heap)) (for (= _ (call : 1 curr_level)) (block (= curr_node (call pop! work_heap)) (= parent_vertices (call relation_node_indices path_constraint curr_node)) (if compute_dominators (block (= start_node (call root_index_to_postorder_number graph start_index))) (block (= start_node (call variable_index_to_postorder_number graph start_index)))) (call fill_idom_table! parent_vertices current_dom curr_node order_test start_node) (if (call !== (call next_vertices_relation graph curr_node) nothing) (block (for (= next_vertex (call next_vertices_relation graph curr_node)) (block (if (call ! (call in next_vertex visited)) (block (call push! work_heap next_vertex) (call push! visited next_vertex))))))))))) (return current_dom))))  │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 =#) "compute the idom or pidom table starting from root or variable corresponding to start_index." (function (where (call compute_dom_table (:: graph (curly DerivativeGraph T)) (:: compute_dominators Bool) (:: start_index T) (:: node_postorder_number T) (kw (:: current_dom (curly Union Nothing (curly Dict T T))) nothing)) T) (block (if compute_dominators (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call children gr curr_node)))) (= upward_path true) (= order_test <)) (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call parents gr curr_node)))) (= upward_path false) (= order_test >))) (= path_constraint (call DomPathConstraint graph compute_dominators start_index)) (if (call === current_dom nothing) (block (= current_dom (call (curly Dict T T)))) (block (call empty! current_dom))) (if compute_dominators (block (= work_heap (call (curly MutableBinaryMaxHeap T)))) (block (= work_heap (call (curly MutableBinaryMinHeap T))))) (= visited (call (curly Set T))) (call push! work_heap node_postorder_number) (while (call != (call length work_heap) 0) (block (= curr_level (call length work_heap)) (for (= _ (call : 1 curr_level)) (block (= curr_node (call pop! work_heap)) (= parent_vertices (call relation_node_indices path_constraint curr_node)) (if compute_dominators (block (= start_node (call root_index_to_postorder_number graph start_index))) (block (= start_node (call variable_index_to_postorder_number graph start_index)))) (call fill_idom_table! parent_vertices current_dom curr_node order_test start_node) (if (call !== (call next_vertices_relation graph curr_node) nothing) (block (for (= next_vertex (call next_vertices_relation graph curr_node)) (block (if (call ! (call in next_vertex visited)) (block (call push! work_heap next_vertex) (call push! visited next_vertex))))))))))) (return current_dom))))  │ └─ @ /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 =#) "compute the idom or pidom table starting from root or variable corresponding to start_index." (function (where (call compute_dom_table (:: graph (curly DerivativeGraph T)) (:: compute_dominators Bool) (:: start_index T) (:: node_postorder_number T) (kw (:: current_dom (curly Union Nothing (curly Dict T T))) nothing)) T) (block (if compute_dominators (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call children gr curr_node)))) (= upward_path true) (= order_test <)) (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call parents gr curr_node)))) (= upward_path false) (= order_test >))) (= path_constraint (call DomPathConstraint graph compute_dominators start_index)) (if (call === current_dom nothing) (block (= current_dom (call (curly Dict T T)))) (block (call empty! current_dom))) (if compute_dominators (block (= work_heap (call (curly MutableBinaryMaxHeap T)))) (block (= work_heap (call (curly MutableBinaryMinHeap T))))) (= visited (call (curly Set T))) (call push! work_heap node_postorder_number) (while (call != (call length work_heap) 0) (block (= curr_level (call length work_heap)) (for (= _ (call : 1 curr_level)) (block (= curr_node (call pop! work_heap)) (= parent_vertices (call relation_node_indices path_constraint curr_node)) (if compute_dominators (block (= start_node (call root_index_to_postorder_number graph start_index))) (block (= start_node (call variable_index_to_postorder_number graph start_index)))) (call fill_idom_table! parent_vertices current_dom curr_node order_test start_node) (if (call !== (call next_vertices_relation graph curr_node) nothing) (block (for (= next_vertex (call next_vertices_relation graph curr_node)) (block (if (call ! (call in next_vertex visited)) (block (call push! work_heap next_vertex) (call push! visited next_vertex))))))))))) (return current_dom))))  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 =#) "compute the idom or pidom table starting from root or variable corresponding to start_index." (function (where (call compute_dom_table (:: graph (curly DerivativeGraph T)) (:: compute_dominators Bool) (:: start_index T) (:: node_postorder_number T) (kw (:: current_dom (curly Union Nothing (curly Dict T T))) nothing)) T) (block (if compute_dominators (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call children gr curr_node)))) (= upward_path true) (= order_test <)) (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call parents gr curr_node)))) (= upward_path false) (= order_test >))) (= path_constraint (call DomPathConstraint graph compute_dominators start_index)) (if (call === current_dom nothing) (block (= current_dom (call (curly Dict T T)))) (block (call empty! current_dom))) (if compute_dominators (block (= work_heap (call (curly MutableBinaryMaxHeap T)))) (block (= work_heap (call (curly MutableBinaryMinHeap T))))) (= visited (call (curly Set T))) (call push! work_heap node_postorder_number) (while (call != (call length work_heap) 0) (block (= curr_level (call length work_heap)) (for (= _ (call : 1 curr_level)) (block (= curr_node (call pop! work_heap)) (= parent_vertices (call relation_node_indices path_constraint curr_node)) (if compute_dominators (block (= start_node (call root_index_to_postorder_number graph start_index))) (block (= start_node (call variable_index_to_postorder_number graph start_index)))) (call fill_idom_table! parent_vertices current_dom curr_node order_test start_node) (if (call !== (call next_vertices_relation graph curr_node) nothing) (block (for (= next_vertex (call next_vertices_relation graph curr_node)) (block (if (call ! (call in next_vertex visited)) (block (call push! work_heap next_vertex) (call push! visited next_vertex))))))))))) (return current_dom))))  └─ @ /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291  Stacktrace:  [1] _renumber(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ssa_rewrites::Dict{Int64, Int64}, slot_rewrites::Dict{Int64, Int64}, label_table::Dict{Int64, Int64}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1097  [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1162  [3] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1257  [4] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1287  [5] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:33  [6] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [7] top-level scope  @ ~/.julia/packages/FastDifferentiation/e95hO/src/FastDifferentiation.jl:48  [8] include(mod::Module, _path::String)  @ Base Base.jl:325  [9] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base loading.jl:3303  [10] top-level scope  @ stdin:5  [11] eval(m::Module, e::Any)  @ Core boot.jl:522  [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [13] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [14] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [15] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 in expression starting at /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/FastDifferentiation.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ FastDifferentiation │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: FastDifferentiation Failed to precompile FastDifferentiation [eb9bf01b-bf85-4b60-bf87-ee5de06c00be] to "/home/pkgeval/.julia/compiled/v1.14/FastDifferentiation/jl_JxHlQ1" (ProcessExited(1)). Loading failed after 272.02s ERROR: LoadError: failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so -g1 --check-bounds=yes --inline=yes --check-bounds=yes --pkgimages=existing -e 'using FastDifferentiation'`, ProcessExited(1)) [1] Stacktrace: [1] pipeline_error(proc::Base.Process) @ Base process.jl:612 [inlined] [2] run(::Cmd; wait::Bool) @ Base process.jl:525 [3] run(::Cmd) @ Base process.jl:522 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:197 [5] include(mod::Module, _path::String) @ Base Base.jl:325 [6] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [7] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:188 PkgEval failed after 1523.98s: package fails to precompile