Package evaluation to test BraidGroup on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T20:18:48.189
################################################################################
# Set-up
#
Installing PkgEval dependencies (TestEnv)...
Activating project at `~/.julia/environments/v1.14`
Set-up completed after 15.09s
################################################################################
# Installation
#
Installing BraidGroup...
Resolving package versions...
Installed FixedPointNumbers ── v0.8.6
Installed Requires ─────────── v1.3.1
Installed Reexport ─────────── v1.2.2
Installed DataStructures ───── v0.19.5
Installed Statistics ───────── v1.11.1
Installed JSON ─────────────── v0.21.4
Installed Colors ───────────── v0.12.11
Installed Preferences ──────── v1.5.2
Installed PrecompileTools ──── v1.3.4
Installed Parsers ──────────── v2.8.6
Installed OrderedCollections ─ v1.8.2
Installed Compose ──────────── v0.9.7
Installed Measures ─────────── v0.3.3
Installed ColorTypes ───────── v0.11.5
Installed IterTools ────────── v1.10.0
Installed BraidGroup ───────── v1.0.2
Updating `~/.julia/environments/v1.14/Project.toml`
[88710b8a] + BraidGroup v1.0.2
Updating `~/.julia/environments/v1.14/Manifest.toml`
[88710b8a] + BraidGroup v1.0.2
⌅ [3da002f7] + ColorTypes v0.11.5
⌅ [5ae59095] + Colors v0.12.11
[a81c6b42] + Compose v0.9.7
[864edb3b] + DataStructures v0.19.5
⌅ [53c48c17] + FixedPointNumbers v0.8.6
[c8e1da08] + IterTools v1.10.0
⌅ [682c06a0] + JSON v0.21.4
[442fdcdd] + Measures v0.3.3
⌅ [bac558e1] + OrderedCollections v1.8.2
[69de0a69] + Parsers v2.8.6
[aea7be01] + PrecompileTools v1.3.4
[21216c6a] + Preferences v1.5.2
[189a3867] + Reexport v1.2.2
[ae029012] + Requires v1.3.1
[10745b16] + Statistics v1.11.1
[56f22d72] + Artifacts v1.11.0
[2a0f44e3] + Base64 v1.11.0
[ade2ca70] + Dates v1.11.0
[8f399da3] + Libdl v1.11.0
[37e2e46d] + LinearAlgebra v1.14.0
[a63ad114] + Mmap v1.11.0
[de0858da] + Printf v1.11.0
[9a3f8284] + Random v1.11.0
[ea8e919c] + SHA 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
[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 5.26s
################################################################################
# Precompilation
#
Precompiling PkgEval dependencies...
Precompiling project...
8.6 s ✓ TestEnv
1 dependency successfully precompiled in 9 seconds. 27 already precompiled.
Precompiling package dependencies...
Precompiling project...
1.2 s ✓ StaticArraysCore
118.7 s ✓ FillArrays
0.6 s ✓ Reexport
396.3 s ✓ IterTools
148.5 s ✓ OrderedCollections
1.4 s ✓ Statistics
1.1 s ✓ Measures
1.7 s ✓ Requires
32.6 s ✓ Preferences
169.7 s ✓ DataStructures
168.3 s ✓ FixedPointNumbers
40.8 s ✓ FillArrays → FillArraysStatisticsExt
31.4 s ✓ PrecompileTools
43.6 s ✓ ColorTypes
356.5 s ✓ StaticArrays
67.9 s ✓ Parsers
79.3 s ✓ Colors
35.5 s ✓ StaticArrays → StaticArraysStatisticsExt
76.0 s ✓ FillArrays → FillArraysStaticArraysExt
36.9 s ✓ JSON
93.7 s ✓ ArrayLayouts
[0K┌ Info: JuliaLowering threw given input:
[0K│ code =
[0K│ :(function draw(img::SVG, prim::CurvePrimitive, idx::Int)
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:990 =#
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:991 =#
[0K│ (x0, y0) = (prim.anchor0[1], prim.anchor0[2])
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:992 =#
[0K│ (x0, y0) += (prim.ctrl0[1], prim.ctrl0[2])
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:993 =#
[0K│ (x0, y0) += (prim.ctrl1[1], prim.ctrl1[2])
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:994 =#
[0K│ (x0, y0) += (prim.anchor1[1], prim.anchor1[2])
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:995 =#
[0K│ (x0, y0) = (x0 / 4, y0 / 4)
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:996 =#
[0K│ translated_anchor0 = [prim.anchor0...] - [x0, y0]
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:997 =#
[0K│ translated_ctrl0 = [prim.ctrl0...] - [x0, y0]
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:998 =#
[0K│ translated_ctrl1 = [prim.ctrl1...] - [x0, y0]
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:999 =#
[0K│ translated_anchor1 = [prim.anchor1...] - [x0, y0]
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1001 =#
[0K│ indent(img)
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1003 =#
[0K│ img.indentation += 1
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1004 =#
[0K│ print(img.out, "\n")
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1011 =#
[0K│ indent(img)
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1013 =#
[0K│ print(img.out, "\n")
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1033 =#
[0K│ img.indentation -= 1
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1034 =#
[0K│ indent(img)
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1035 =#
[0K│ print(img.out, "\n")
[0K│ end)
[0K│ st0 =
[0K│ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source
[0K│ [function] |
[0K│ [call] |
[0K│ draw :: Identifier |
[0K│ [::] |
[0K│ img :: Identifier |
[0K│ SVG :: Identifier |
[0K│ [::] |
[0K│ prim :: Identifier |
[0K│ CurvePrimitive :: Identifier |
[0K│ [::] |
[0K│ idx :: Identifier |
[0K│ Int :: Identifier |
[0K│ [block] |
[0K│ [=] |
[0K│ [tuple] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [tuple] |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ anchor0 :: Identifier |
[0K│ 1 :: Value |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ anchor0 :: Identifier |
[0K│ 2 :: Value |
[0K│ [unknown_head] |
[0K│ [tuple] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [tuple] |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ ctrl0 :: Identifier |
[0K│ 1 :: Value |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ ctrl0 :: Identifier |
[0K│ 2 :: Value |
[0K│ [unknown_head] |
[0K│ [tuple] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [tuple] |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ ctrl1 :: Identifier |
[0K│ 1 :: Value |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ ctrl1 :: Identifier |
[0K│ 2 :: Value |
[0K│ [unknown_head] |
[0K│ [tuple] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [tuple] |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ anchor1 :: Identifier |
[0K│ 1 :: Value |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ anchor1 :: Identifier |
[0K│ 2 :: Value |
[0K│ [=] |
[0K│ [tuple] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [tuple] |
[0K│ [call] |
[0K│ / :: Identifier |
[0K│ x0 :: Identifier |
[0K│ 4 :: Value |
[0K│ [call] |
[0K│ / :: Identifier |
[0K│ y0 :: Identifier |
[0K│ 4 :: Value |
[0K│ [=] |
[0K│ translated_anchor0 :: Identifier |
[0K│ [call] |
[0K│ - :: Identifier |
[0K│ [vect] |
[0K│ [...] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ anchor0 :: Identifier |
[0K│ [vect] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [=] |
[0K│ translated_ctrl0 :: Identifier |
[0K│ [call] |
[0K│ - :: Identifier |
[0K│ [vect] |
[0K│ [...] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ ctrl0 :: Identifier |
[0K│ [vect] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [=] |
[0K│ translated_ctrl1 :: Identifier |
[0K│ [call] |
[0K│ - :: Identifier |
[0K│ [vect] |
[0K│ [...] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ ctrl1 :: Identifier |
[0K│ [vect] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [=] |
[0K│ translated_anchor1 :: Identifier |
[0K│ [call] |
[0K│ - :: Identifier |
[0K│ [vect] |
[0K│ [...] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ anchor1 :: Identifier |
[0K│ [vect] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [call] |
[0K│ indent :: Identifier |
[0K│ img :: Identifier |
[0K│ [unknown_head] |
[0K│ [.] |
[0K│ img :: Identifier |
[0K│ [inert] |
[0K│ indentation :: Identifier |
[0K│ 1 :: Value |
[0K│ [call] |
[0K│ print :: Identifier |
[0K│ [.] |
[0K│ img :: Identifier |
[0K│ [inert] |
[0K│ out :: Identifier |
[0K│ "\n" :: Value |
[0K│ [call] |
[0K│ indent :: Identifier |
[0K│ img :: Identifier |
[0K│ [call] |
[0K│ print :: Identifier |
[0K│ [.] |
[0K│ img :: Identifier |
[0K│ [inert] |
[0K│ out :: Identifier |
[0K│ "\n" :: Value |
[0K│ [unknown_head] |
[0K│ [.] |
[0K│ img :: Identifier |
[0K│ [inert] |
[0K│ indentation :: Identifier |
[0K│ 1 :: Value |
[0K│ [call] |
[0K│ indent :: Identifier |
[0K│ img :: Identifier |
[0K│ [call] |
[0K│ print :: Identifier |
[0K│ [.] |
[0K│ img :: Identifier |
[0K│ [inert] |
[0K│ out :: Identifier |
[0K│ "\n" :: Value |
[0K│
[0K│ st1 =
[0K│ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source
[0K│ [function] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [call] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ draw :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [::] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ img :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ SVG :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [::] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ prim :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ CurvePrimitive :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [::] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ idx :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ Int :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [block] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [=] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [tuple] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ x0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ y0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [tuple] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [ref] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [.] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ prim :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [inert] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ anchor0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ 1 :: Value | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [ref] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [.] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ prim :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [inert] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ anchor0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ 2 :: Value | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [unknown_head] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [tuple] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ x0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ y0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [tuple] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [ref] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [.] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ prim :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [inert] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ ctrl0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ 1 :: Value | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [ref] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [.] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ prim :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [inert] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ ctrl0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ 2 :: Value | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [unknown_head] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [tuple] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ x0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ y0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [tuple] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [ref] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [.] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ prim :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [inert] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ ctrl1 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ 1 :: Value | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [ref] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [.] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ prim :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [inert] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ ctrl1 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ 2 :: Value | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [unknown_head] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [tuple] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ x0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ y0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [tuple] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [ref] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [.] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ prim :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [inert] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ anchor1 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ 1 :: Value | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [ref] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [.] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ prim :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [inert] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ anchor1 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ 2 :: Value | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [=] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [tuple] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ x0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ y0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [tuple] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [call] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ / :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ x0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ 4 :: Value | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [call] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ / :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ y0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ 4 :: Value | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [=] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ translated_anchor0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [call] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ - :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [vect] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [...] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [.] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ prim :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [inert] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ anchor0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [vect] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ x0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ y0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [=] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ translated_ctrl0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [call] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ - :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [vect] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [...] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [.] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ prim :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [inert] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ ctrl0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [vect] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ x0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ y0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [=] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ translated_ctrl1 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [call] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ - :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [vect] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [...] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [.] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ prim :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [inert] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ ctrl1 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [vect] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ x0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ y0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [=] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ translated_anchor1 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [call] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ - :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [vect] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [...] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [.] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ prim :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [inert] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ anchor1 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [vect] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ x0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ y0 :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [call] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ indent :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ img :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [unknown_head] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [.] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ img :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [inert] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ indentation :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ 1 :: Value | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [call] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ print :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [.] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ img :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [inert] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ out :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ "\n" :: Value | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [call] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ indent :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ img :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [call] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ print :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [.] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ img :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [inert] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ out :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ "\n" :: Value | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [unknown_head] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [.] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ img :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [inert] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ indentation :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ 1 :: Value | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [call] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ indent :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ img :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [call] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ print :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [.] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ img :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ [inert] | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ out :: Identifier | [old,SL(LZIapuF5Puq,Compose,),],
[0K│ "\n" :: Value | [old,SL(LZIapuF5Puq,Compose,),],
[0K│
[0K│ file = "/home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl"
[0K│ line = 990
[0K└ mod = Compose
[0KERROR: LoadError: UndefVarError: `contains_ssa_binding` not defined in `Base.JuliaLowering`
[0KSuggestion: check for spelling errors or missing imports.
[0KStacktrace:
[0K [1] expand_update_operator(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1463
[0K [2] getindex(A::Memory{UInt8}, i::Int64)
[0K @ Base essentials.jl:403 [inlined]
[0K [3] ht_keyindex(h::Dict{UInt16, String}, key::UInt16)
[0K @ Base dict.jl:249 [inlined]
[0K [4] get(h::Dict{UInt16, String}, key::UInt16, default::String)
[0K @ Base dict.jl:505 [inlined]
[0K [5] string(x::Base.JuliaSyntax.Kind)
[0K @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/julia/kinds.jl:52 [inlined]
[0K [6] macro expansion
[0K @ /source/usr/share/julia/JuliaLowering/src/ast.jl:327 [inlined]
[0K [7] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4214
[0K [8] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4176 [inlined]
[0K [9] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4470 [inlined]
[0K [10] mapchildren(f::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:839
[0K [11] getindex(A::Vector{UnitRange{Int64}}, i::Int64)
[0K @ Base essentials.jl:1040 [inlined]
[0K [12] child(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, id::Int64, i::Int64)
[0K @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:134 [inlined]
[0K [13] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, i::Int64)
[0K @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:252 [inlined]
[0K [14] macro expansion
[0K @ /source/usr/share/julia/JuliaLowering/src/ast.jl:327 [inlined]
[0K [15] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4313
[0K [16] macro expansion
[0K @ /source/usr/share/julia/JuliaLowering/src/ast.jl:260 [inlined]
[0K [17] method_def_expr(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, mtable::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sparams::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, argl::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2469
[0K [18] macro expansion
[0K @ /source/usr/share/julia/JuliaLowering/src/ast.jl:327 [inlined]
[0K [19] expand_function_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, raw_args::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, wheres::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2917
[0K [20] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4293
[0K [21] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4176 [inlined]
[0K [22] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4498
[0K [23] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:30
[0K [24] include(mapexpr::Function, mod::Module, _path::String)
[0K @ Base Base.jl:326
[0K [25] top-level scope
[0K @ ~/.julia/packages/Compose/L0IMm/src/Compose.jl:144
[0K [26] include(mod::Module, _path::String)
[0K @ Base Base.jl:325
[0K [27] 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)
[0K @ Base loading.jl:3303
[0K [28] top-level scope
[0K @ stdin:5
[0K [29] eval(m::Module, e::Any)
[0K @ Core boot.jl:522
[0K [30] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)
[0K @ Base loading.jl:3132
[0K [31] include_string(m::Module, txt::String, fname::String)
[0K @ Base loading.jl:3142 [inlined]
[0K [32] exec_options(opts::Base.JLOptions)
[0K @ Base client.jl:353
[0K [33] _start()
[0K @ Base client.jl:596
[0Kin expression starting at /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:990
[0Kin expression starting at /home/pkgeval/.julia/packages/Compose/L0IMm/src/Compose.jl:1
[0Kin expression starting at stdin:5
✗ Compose
266.2 s ✓ BlockArrays
[0KERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("a81c6b42-2e10-5240-aca2-a61377ecd94b"), "Compose") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0)
[0KStacktrace:
[0K [1] error(s::String)
[0K @ Base error.jl:56
[0K [2] __require_prelocked(pkg::Base.PkgId, env::String)
[0K @ Base loading.jl:2837
[0K [3] _require_prelocked(uuidkey::Base.PkgId, env::String)
[0K @ Base loading.jl:2685
[0K [4] macro expansion
[0K @ loading.jl:2599 [inlined]
[0K [5] macro expansion
[0K @ lock.jl:376 [inlined]
[0K [6] __require(into::Module, mod::Symbol)
[0K @ Base loading.jl:2563
[0K [7] require(into::Module, mod::Symbol)
[0K @ Base loading.jl:2539 [inlined]
[0K [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)
[0K @ Base module.jl:36 [inlined]
[0K [9] eval_import_path_all(at::Module, path::Expr, keyword::String)
[0K @ Base module.jl:60
[0K [10] _eval_using(to::Module, path::Expr, flags::UInt8)
[0K @ Base module.jl:137 [inlined]
[0K [11] eval_using(to::Module, path::Expr)
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:130
[0K [12] top-level scope
[0K @ ~/.julia/packages/BraidGroup/Lo8rm/src/visualization.jl:1
[0K [13] include(mapexpr::Function, mod::Module, _path::String)
[0K @ Base Base.jl:326
[0K [14] top-level scope
[0K @ ~/.julia/packages/BraidGroup/Lo8rm/src/BraidGroup.jl:8
[0K [15] include(mod::Module, _path::String)
[0K @ Base Base.jl:325
[0K [16] 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)
[0K @ Base loading.jl:3303
[0K [17] top-level scope
[0K @ stdin:5
[0K [18] eval(m::Module, e::Any)
[0K @ Core boot.jl:522
[0K [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)
[0K @ Base loading.jl:3132
[0K [20] include_string(m::Module, txt::String, fname::String)
[0K @ Base loading.jl:3142 [inlined]
[0K [21] exec_options(opts::Base.JLOptions)
[0K @ Base client.jl:353
[0K [22] _start()
[0K @ Base client.jl:596
[0Kin expression starting at /home/pkgeval/.julia/packages/BraidGroup/Lo8rm/src/visualization.jl:1
[0Kin expression starting at /home/pkgeval/.julia/packages/BraidGroup/Lo8rm/src/BraidGroup.jl:1
[0Kin expression starting at stdin:5
✗ BraidGroup
22 dependencies successfully precompiled in 2371 seconds. 14 already precompiled.
Precompilation completed after 2418.35s
################################################################################
# Testing
#
Testing BraidGroup
Status `/tmp/jl_9ypRiK/Project.toml`
[8e7c35d0] BlockArrays v1.9.5
[88710b8a] BraidGroup v1.0.2
⌅ [5ae59095] Colors v0.12.11
[a81c6b42] Compose v0.9.7
[8dfed614] Test v1.11.0
Status `/tmp/jl_9ypRiK/Manifest.toml`
[4c555306] ArrayLayouts v1.12.2
[8e7c35d0] BlockArrays v1.9.5
[88710b8a] BraidGroup v1.0.2
⌅ [3da002f7] ColorTypes v0.11.5
⌅ [5ae59095] Colors v0.12.11
[a81c6b42] Compose v0.9.7
[864edb3b] DataStructures v0.19.5
[1a297f60] FillArrays v1.16.0
⌅ [53c48c17] FixedPointNumbers v0.8.6
[c8e1da08] IterTools v1.10.0
⌅ [682c06a0] JSON v0.21.4
[442fdcdd] Measures v0.3.3
⌅ [bac558e1] OrderedCollections v1.8.2
[69de0a69] Parsers v2.8.6
[aea7be01] PrecompileTools v1.3.4
[21216c6a] Preferences v1.5.2
[189a3867] Reexport v1.2.2
[ae029012] Requires v1.3.1
[90137ffa] StaticArrays v1.9.18
[1e83bf80] StaticArraysCore v1.4.4
[10745b16] Statistics v1.11.1
[56f22d72] Artifacts v1.11.0
[2a0f44e3] Base64 v1.11.0
[ade2ca70] Dates v1.11.0
[b77e0a4c] InteractiveUtils v1.11.0
[ac6e5ff7] JuliaSyntaxHighlighting v1.13.0
[8f399da3] Libdl v1.11.0
[37e2e46d] LinearAlgebra v1.14.0
[56ddb016] Logging v1.11.0
[d6f4376e] Markdown v1.11.0
[a63ad114] Mmap v1.11.0
[de0858da] Printf v1.11.0
[9a3f8284] Random v1.11.0
[ea8e919c] SHA v1.13.0
[9e88b42a] Serialization v1.11.0
[f489334b] StyledStrings v1.13.0
[fa267f1f] TOML v1.0.3
[8dfed614] Test v1.11.0
[cf7118a7] UUIDs v1.11.0
[4ec0a83e] Unicode v1.11.0
[e66e0078] CompilerSupportLibraries_jll v1.5.5+2
[4536629a] OpenBLAS_jll v0.3.33+0
[8e850b90] libblastrampoline_jll v5.15.0+0
Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading.
Testing Running tests...
[0K┌ Info: JuliaLowering threw given input:
[0K│ code =
[0K│ :(function draw(img::SVG, prim::CurvePrimitive, idx::Int)
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:990 =#
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:991 =#
[0K│ (x0, y0) = (prim.anchor0[1], prim.anchor0[2])
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:992 =#
[0K│ (x0, y0) += (prim.ctrl0[1], prim.ctrl0[2])
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:993 =#
[0K│ (x0, y0) += (prim.ctrl1[1], prim.ctrl1[2])
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:994 =#
[0K│ (x0, y0) += (prim.anchor1[1], prim.anchor1[2])
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:995 =#
[0K│ (x0, y0) = (x0 / 4, y0 / 4)
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:996 =#
[0K│ translated_anchor0 = [prim.anchor0...] - [x0, y0]
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:997 =#
[0K│ translated_ctrl0 = [prim.ctrl0...] - [x0, y0]
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:998 =#
[0K│ translated_ctrl1 = [prim.ctrl1...] - [x0, y0]
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:999 =#
[0K│ translated_anchor1 = [prim.anchor1...] - [x0, y0]
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1001 =#
[0K│ indent(img)
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1003 =#
[0K│ img.indentation += 1
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1004 =#
[0K│ print(img.out, "\n")
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1011 =#
[0K│ indent(img)
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1013 =#
[0K│ print(img.out, "\n")
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1033 =#
[0K│ img.indentation -= 1
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1034 =#
[0K│ indent(img)
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1035 =#
[0K│ print(img.out, "\n")
[0K│ end)
[0K│ st0 =
[0K│ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source
[0K│ [function] |
[0K│ [call] |
[0K│ draw :: Identifier |
[0K│ [::] |
[0K│ img :: Identifier |
[0K│ SVG :: Identifier |
[0K│ [::] |
[0K│ prim :: Identifier |
[0K│ CurvePrimitive :: Identifier |
[0K│ [::] |
[0K│ idx :: Identifier |
[0K│ Int :: Identifier |
[0K│ [block] |
[0K│ [=] |
[0K│ [tuple] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [tuple] |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ anchor0 :: Identifier |
[0K│ 1 :: Value |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ anchor0 :: Identifier |
[0K│ 2 :: Value |
[0K│ [unknown_head] |
[0K│ [tuple] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [tuple] |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ ctrl0 :: Identifier |
[0K│ 1 :: Value |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ ctrl0 :: Identifier |
[0K│ 2 :: Value |
[0K│ [unknown_head] |
[0K│ [tuple] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [tuple] |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ ctrl1 :: Identifier |
[0K│ 1 :: Value |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ ctrl1 :: Identifier |
[0K│ 2 :: Value |
[0K│ [unknown_head] |
[0K│ [tuple] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [tuple] |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ anchor1 :: Identifier |
[0K│ 1 :: Value |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ anchor1 :: Identifier |
[0K│ 2 :: Value |
[0K│ [=] |
[0K│ [tuple] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [tuple] |
[0K│ [call] |
[0K│ / :: Identifier |
[0K│ x0 :: Identifier |
[0K│ 4 :: Value |
[0K│ [call] |
[0K│ / :: Identifier |
[0K│ y0 :: Identifier |
[0K│ 4 :: Value |
[0K│ [=] |
[0K│ translated_anchor0 :: Identifier |
[0K│ [call] |
[0K│ - :: Identifier |
[0K│ [vect] |
[0K│ [...] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ anchor0 :: Identifier |
[0K│ [vect] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [=] |
[0K│ translated_ctrl0 :: Identifier |
[0K│ [call] |
[0K│ - :: Identifier |
[0K│ [vect] |
[0K│ [...] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ ctrl0 :: Identifier |
[0K│ [vect] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [=] |
[0K│ translated_ctrl1 :: Identifier |
[0K│ [call] |
[0K│ - :: Identifier |
[0K│ [vect] |
[0K│ [...] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ ctrl1 :: Identifier |
[0K│ [vect] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [=] |
[0K│ translated_anchor1 :: Identifier |
[0K│ [call] |
[0K│ - :: Identifier |
[0K│ [vect] |
[0K│ [...] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ anchor1 :: Identifier |
[0K│ [vect] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [call] |
[0K│ indent :: Identifier |
[0K│ img :: Identifier |
[0K│ [unknown_head] |
[0K│ [.] |
[0K│ img :: Identifier |
[0K│ [inert] |
[0K│ indentation :: Identifier |
[0K│ 1 :: Value |
[0K│ [call] |
[0K│ print :: Identifier |
[0K│ [.] |
[0K│ img :: Identifier |
[0K│ [inert] |
[0K│ out :: Identifier |
[0K│ "\n" :: Value |
[0K│ [call] |
[0K│ indent :: Identifier |
[0K│ img :: Identifier |
[0K│ [call] |
[0K│ print :: Identifier |
[0K│ [.] |
[0K│ img :: Identifier |
[0K│ [inert] |
[0K│ out :: Identifier |
[0K│ "\n" :: Value |
[0K│ [unknown_head] |
[0K│ [.] |
[0K│ img :: Identifier |
[0K│ [inert] |
[0K│ indentation :: Identifier |
[0K│ 1 :: Value |
[0K│ [call] |
[0K│ indent :: Identifier |
[0K│ img :: Identifier |
[0K│ [call] |
[0K│ print :: Identifier |
[0K│ [.] |
[0K│ img :: Identifier |
[0K│ [inert] |
[0K│ out :: Identifier |
[0K│ "\n" :: Value |
[0K│
[0K│ st1 =
[0K│ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source
[0K│ [function] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ draw :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [::] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ img :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ SVG :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [::] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ CurvePrimitive :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [::] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ idx :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ Int :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [block] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [=] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [ref] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ anchor0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ 1 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [ref] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ anchor0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ 2 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [unknown_head] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [ref] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ ctrl0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ 1 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [ref] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ ctrl0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ 2 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [unknown_head] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [ref] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ ctrl1 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ 1 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [ref] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ ctrl1 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ 2 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [unknown_head] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [ref] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ anchor1 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ 1 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [ref] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ anchor1 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ 2 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [=] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ / :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ 4 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ / :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ 4 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [=] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ translated_anchor0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ - :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [vect] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [...] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ anchor0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [vect] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [=] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ translated_ctrl0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ - :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [vect] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [...] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ ctrl0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [vect] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [=] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ translated_ctrl1 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ - :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [vect] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [...] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ ctrl1 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [vect] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [=] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ translated_anchor1 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ - :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [vect] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [...] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ anchor1 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [vect] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ indent :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ img :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [unknown_head] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ img :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ indentation :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ 1 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ print :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ img :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ out :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ "\n" :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ indent :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ img :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ print :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ img :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ out :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ "\n" :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [unknown_head] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ img :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ indentation :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ 1 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ indent :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ img :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ print :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ img :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ out :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│ "\n" :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
[0K│
[0K│ file = "/home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl"
[0K│ line = 990
[0K└ mod = Compose
[0KERROR: LoadError: UndefVarError: `contains_ssa_binding` not defined in `Base.JuliaLowering`
[0KSuggestion: check for spelling errors or missing imports.
[0KStacktrace:
[0K [1] expand_update_operator(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1463
[0K [2] getindex(A::Memory{UInt8}, i::Int64)
[0K @ Base essentials.jl:403 [inlined]
[0K [3] ht_keyindex(h::Dict{UInt16, String}, key::UInt16)
[0K @ Base dict.jl:249 [inlined]
[0K [4] get(h::Dict{UInt16, String}, key::UInt16, default::String)
[0K @ Base dict.jl:505 [inlined]
[0K [5] string(x::Base.JuliaSyntax.Kind)
[0K @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/julia/kinds.jl:52 [inlined]
[0K [6] macro expansion
[0K @ /source/usr/share/julia/JuliaLowering/src/ast.jl:327 [inlined]
[0K [7] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4214
[0K [8] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4176 [inlined]
[0K [9] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4470 [inlined]
[0K [10] mapchildren(f::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:839
[0K [11] getindex(A::Vector{UnitRange{Int64}}, i::Int64)
[0K @ Base essentials.jl:1040 [inlined]
[0K [12] child(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, id::Int64, i::Int64)
[0K @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:134 [inlined]
[0K [13] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, i::Int64)
[0K @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:252 [inlined]
[0K [14] macro expansion
[0K @ /source/usr/share/julia/JuliaLowering/src/ast.jl:327 [inlined]
[0K [15] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4313
[0K [16] macro expansion
[0K @ /source/usr/share/julia/JuliaLowering/src/ast.jl:260 [inlined]
[0K [17] method_def_expr(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, mtable::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sparams::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, argl::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2469
[0K [18] macro expansion
[0K @ /source/usr/share/julia/JuliaLowering/src/ast.jl:327 [inlined]
[0K [19] expand_function_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, raw_args::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, wheres::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2917
[0K [20] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4293
[0K [21] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4176 [inlined]
[0K [22] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4498
[0K [23] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:30
[0K [24] include(mapexpr::Function, mod::Module, _path::String)
[0K @ Base Base.jl:326
[0K [25] top-level scope
[0K @ ~/.julia/packages/Compose/L0IMm/src/Compose.jl:144
[0K [26] include(mod::Module, _path::String)
[0K @ Base Base.jl:325
[0K [27] 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)
[0K @ Base loading.jl:3303
[0K [28] top-level scope
[0K @ stdin:5
[0K [29] eval(m::Module, e::Any)
[0K @ Core boot.jl:522
[0K [30] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)
[0K @ Base loading.jl:3132
[0K [31] include_string(m::Module, txt::String, fname::String)
[0K @ Base loading.jl:3142 [inlined]
[0K [32] exec_options(opts::Base.JLOptions)
[0K @ Base client.jl:353
[0K [33] _start()
[0K @ Base client.jl:596
[0Kin expression starting at /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:990
[0Kin expression starting at /home/pkgeval/.julia/packages/Compose/L0IMm/src/Compose.jl:1
[0Kin expression starting at stdin:5
[0KERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("a81c6b42-2e10-5240-aca2-a61377ecd94b"), "Compose") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0)
[0KStacktrace:
[0K [1] error(s::String)
[0K @ Base error.jl:56
[0K [2] __require_prelocked(pkg::Base.PkgId, env::String)
[0K @ Base loading.jl:2837
[0K [3] _require_prelocked(uuidkey::Base.PkgId, env::String)
[0K @ Base loading.jl:2685
[0K [4] macro expansion
[0K @ loading.jl:2599 [inlined]
[0K [5] macro expansion
[0K @ lock.jl:376 [inlined]
[0K [6] __require(into::Module, mod::Symbol)
[0K @ Base loading.jl:2563
[0K [7] require(into::Module, mod::Symbol)
[0K @ Base loading.jl:2539 [inlined]
[0K [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)
[0K @ Base module.jl:36 [inlined]
[0K [9] eval_import_path_all(at::Module, path::Expr, keyword::String)
[0K @ Base module.jl:60
[0K [10] _eval_using(to::Module, path::Expr, flags::UInt8)
[0K @ Base module.jl:137 [inlined]
[0K [11] eval_using(to::Module, path::Expr)
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:130
[0K [12] top-level scope
[0K @ ~/.julia/packages/BraidGroup/Lo8rm/src/visualization.jl:1
[0K [13] include(mapexpr::Function, mod::Module, _path::String)
[0K @ Base Base.jl:326
[0K [14] top-level scope
[0K @ ~/.julia/packages/BraidGroup/Lo8rm/src/BraidGroup.jl:8
[0K [15] include(mod::Module, _path::String)
[0K @ Base Base.jl:325
[0K [16] 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)
[0K @ Base loading.jl:3303
[0K [17] top-level scope
[0K @ stdin:5
[0K [18] eval(m::Module, e::Any)
[0K @ Core boot.jl:522
[0K [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)
[0K @ Base loading.jl:3132
[0K [20] include_string(m::Module, txt::String, fname::String)
[0K @ Base loading.jl:3142 [inlined]
[0K [21] exec_options(opts::Base.JLOptions)
[0K @ Base client.jl:353
[0K [22] _start()
[0K @ Base client.jl:596
[0Kin expression starting at /home/pkgeval/.julia/packages/BraidGroup/Lo8rm/src/visualization.jl:1
[0Kin expression starting at /home/pkgeval/.julia/packages/BraidGroup/Lo8rm/src/BraidGroup.jl:1
[0Kin expression starting at stdin:5
2 dependencies had output during precompilation:
┌ BraidGroup
│ [Output was shown above]
└
┌ Compose
│ ┌ Info: JuliaLowering threw given input:
│ │ code =
│ │ :(function draw(img::SVG, prim::CurvePrimitive, idx::Int)
│ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:990 =#
│ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:991 =#
│ │ (x0, y0) = (prim.anchor0[1], prim.anchor0[2])
│ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:992 =#
│ │ (x0, y0) += (prim.ctrl0[1], prim.ctrl0[2])
│ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:993 =#
│ │ (x0, y0) += (prim.ctrl1[1], prim.ctrl1[2])
│ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:994 =#
│ │ (x0, y0) += (prim.anchor1[1], prim.anchor1[2])
│ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:995 =#
│ │ (x0, y0) = (x0 / 4, y0 / 4)
│ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:996 =#
│ │ translated_anchor0 = [prim.anchor0...] - [x0, y0]
│ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:997 =#
│ │ translated_ctrl0 = [prim.ctrl0...] - [x0, y0]
│ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:998 =#
│ │ translated_ctrl1 = [prim.ctrl1...] - [x0, y0]
│ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:999 =#
│ │ translated_anchor1 = [prim.anchor1...] - [x0, y0]
│ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1001 =#
│ │ indent(img)
│ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1003 =#
│ │ img.indentation += 1
│ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1004 =#
│ │ print(img.out, "\n")
│ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1011 =#
│ │ indent(img)
│ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1013 =#
│ │ print(img.out, "\n")
│ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1033 =#
│ │ img.indentation -= 1
│ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1034 =#
│ │ indent(img)
│ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1035 =#
│ │ print(img.out, "\n")
│ │ 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
│ │ [function] |
│ │ [call] |
│ │ draw :: Identifier |
│ │ [::] |
│ │ img :: Identifier |
│ │ SVG :: Identifier |
│ │ [::] |
│ │ prim :: Identifier |
│ │ CurvePrimitive :: Identifier |
│ │ [::] |
│ │ idx :: Identifier |
│ │ Int :: Identifier |
│ │ [block] |
│ │ [=] |
│ │ [tuple] |
│ │ x0 :: Identifier |
│ │ y0 :: Identifier |
│ │ [tuple] |
│ │ [ref] |
│ │ [.] |
│ │ prim :: Identifier |
│ │ [inert] |
│ │ anchor0 :: Identifier |
│ │ 1 :: Value |
│ │ [ref] |
│ │ [.] |
│ │ prim :: Identifier |
│ │ [inert] |
│ │ anchor0 :: Identifier |
│ │ 2 :: Value |
│ │ [unknown_head] |
│ │ [tuple] |
│ │ x0 :: Identifier |
│ │ y0 :: Identifier |
│ │ [tuple] |
│ │ [ref] |
│ │ [.] |
│ │ prim :: Identifier |
│ │ [inert] |
│ │ ctrl0 :: Identifier |
│ │ 1 :: Value |
│ │ [ref] |
│ │ [.] |
│ │ prim :: Identifier |
│ │ [inert] |
│ │ ctrl0 :: Identifier |
│ │ 2 :: Value |
│ │ [unknown_head] |
│ │ [tuple] |
│ │ x0 :: Identifier |
│ │ y0 :: Identifier |
│ │ [tuple] |
│ │ [ref] |
│ │ [.] |
│ │ prim :: Identifier |
│ │ [inert] |
│ │ ctrl1 :: Identifier |
│ │ 1 :: Value |
│ │ [ref] |
│ │ [.] |
│ │ prim :: Identifier |
│ │ [inert] |
│ │ ctrl1 :: Identifier |
│ │ 2 :: Value |
│ │ [unknown_head] |
│ │ [tuple] |
│ │ x0 :: Identifier |
│ │ y0 :: Identifier |
│ │ [tuple] |
│ │ [ref] |
│ │ [.] |
│ │ prim :: Identifier |
│ │ [inert] |
│ │ anchor1 :: Identifier |
│ │ 1 :: Value |
│ │ [ref] |
│ │ [.] |
│ │ prim :: Identifier |
│ │ [inert] |
│ │ anchor1 :: Identifier |
│ │ 2 :: Value |
│ │ [=] |
│ │ [tuple] |
│ │ x0 :: Identifier |
│ │ y0 :: Identifier |
│ │ [tuple] |
│ │ [call] |
│ │ / :: Identifier |
│ │ x0 :: Identifier |
│ │ 4 :: Value |
│ │ [call] |
│ │ / :: Identifier |
│ │ y0 :: Identifier |
│ │ 4 :: Value |
│ │ [=] |
│ │ translated_anchor0 :: Identifier |
│ │ [call] |
│ │ - :: Identifier |
│ │ [vect] |
│ │ [...] |
│ │ [.] |
│ │ prim :: Identifier |
│ │ [inert] |
│ │ anchor0 :: Identifier |
│ │ [vect] |
│ │ x0 :: Identifier |
│ │ y0 :: Identifier |
│ │ [=] |
│ │ translated_ctrl0 :: Identifier |
│ │ [call] |
│ │ - :: Identifier |
│ │ [vect] |
│ │ [...] |
│ │ [.] |
│ │ prim :: Identifier |
│ │ [inert] |
│ │ ctrl0 :: Identifier |
│ │ [vect] |
│ │ x0 :: Identifier |
│ │ y0 :: Identifier |
│ │ [=] |
│ │ translated_ctrl1 :: Identifier |
│ │ [call] |
│ │ - :: Identifier |
│ │ [vect] |
│ │ [...] |
│ │ [.] |
│ │ prim :: Identifier |
│ │ [inert] |
│ │ ctrl1 :: Identifier |
│ │ [vect] |
│ │ x0 :: Identifier |
│ │ y0 :: Identifier |
│ │ [=] |
│ │ translated_anchor1 :: Identifier |
│ │ [call] |
│ │ - :: Identifier |
│ │ [vect] |
│ │ [...] |
│ │ [.] |
│ │ prim :: Identifier |
│ │ [inert] |
│ │ anchor1 :: Identifier |
│ │ [vect] |
│ │ x0 :: Identifier |
│ │ y0 :: Identifier |
│ │ [call] |
│ │ indent :: Identifier |
│ │ img :: Identifier |
│ │ [unknown_head] |
│ │ [.] |
│ │ img :: Identifier |
│ │ [inert] |
│ │ indentation :: Identifier |
│ │ 1 :: Value |
│ │ [call] |
│ │ print :: Identifier |
│ │ [.] |
│ │ img :: Identifier |
│ │ [inert] |
│ │ out :: Identifier |
│ │ "\n" :: Value |
│ │ [call] |
│ │ indent :: Identifier |
│ │ img :: Identifier |
│ │ [call] |
│ │ print :: Identifier |
│ │ [.] |
│ │ img :: Identifier |
│ │ [inert] |
│ │ out :: Identifier |
│ │ "\n" :: Value |
│ │ [unknown_head] |
│ │ [.] |
│ │ img :: Identifier |
│ │ [inert] |
│ │ indentation :: Identifier |
│ │ 1 :: Value |
│ │ [call] |
│ │ indent :: Identifier |
│ │ img :: Identifier |
│ │ [call] |
│ │ print :: Identifier |
│ │ [.] |
│ │ img :: Identifier |
│ │ [inert] |
│ │ out :: Identifier |
│ │ "\n" :: Value |
│ │
│ │ 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
│ │ [function] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ draw :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [::] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ img :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ SVG :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [::] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ CurvePrimitive :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [::] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ idx :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ Int :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [block] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [=] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [ref] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ anchor0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ 1 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [ref] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ anchor0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ 2 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [unknown_head] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [ref] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ ctrl0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ 1 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [ref] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ ctrl0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ 2 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [unknown_head] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [ref] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ ctrl1 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ 1 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [ref] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ ctrl1 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ 2 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [unknown_head] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [ref] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ anchor1 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ 1 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [ref] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ anchor1 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ 2 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [=] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [tuple] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ / :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ 4 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ / :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ 4 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [=] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ translated_anchor0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ - :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [vect] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [...] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ anchor0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [vect] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [=] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ translated_ctrl0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ - :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [vect] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [...] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ ctrl0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [vect] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [=] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ translated_ctrl1 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ - :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [vect] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [...] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ ctrl1 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [vect] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [=] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ translated_anchor1 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ - :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [vect] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [...] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ prim :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ anchor1 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [vect] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ x0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ y0 :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ indent :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ img :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [unknown_head] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ img :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ indentation :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ 1 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ print :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ img :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ out :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ "\n" :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ indent :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ img :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ print :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ img :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ out :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ "\n" :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [unknown_head] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ img :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ indentation :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ 1 :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ indent :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ img :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [call] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ print :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [.] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ img :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ [inert] | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ out :: Identifier | [old,SL(K8iaIJk3xuy,Compose,),],
│ │ "\n" :: Value | [old,SL(K8iaIJk3xuy,Compose,),],
│ │
│ │ file = "/home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl"
│ │ line = 990
│ └ mod = Compose
│ ERROR: LoadError: UndefVarError: `contains_ssa_binding` not defined in `Base.JuliaLowering`
│ Suggestion: check for spelling errors or missing imports.
│ Stacktrace:
│ [1] expand_update_operator(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
│ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1463
│ [2] getindex(A::Memory{UInt8}, i::Int64)
│ @ Base essentials.jl:403 [inlined]
│ [3] ht_keyindex(h::Dict{UInt16, String}, key::UInt16)
│ @ Base dict.jl:249 [inlined]
│ [4] get(h::Dict{UInt16, String}, key::UInt16, default::String)
│ @ Base dict.jl:505 [inlined]
│ [5] string(x::Base.JuliaSyntax.Kind)
│ @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/julia/kinds.jl:52 [inlined]
│ [6] macro expansion
│ @ /source/usr/share/julia/JuliaLowering/src/ast.jl:327 [inlined]
│ [7] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)
│ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4214
│ [8] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
│ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4176 [inlined]
│ [9] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
│ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4470 [inlined]
│ [10] mapchildren(f::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
│ @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:839
│ [11] getindex(A::Vector{UnitRange{Int64}}, i::Int64)
│ @ Base essentials.jl:1040 [inlined]
│ [12] child(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, id::Int64, i::Int64)
│ @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:134 [inlined]
│ [13] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, i::Int64)
│ @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:252 [inlined]
│ [14] macro expansion
│ @ /source/usr/share/julia/JuliaLowering/src/ast.jl:327 [inlined]
│ [15] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)
│ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4313
│ [16] macro expansion
│ @ /source/usr/share/julia/JuliaLowering/src/ast.jl:260 [inlined]
│ [17] method_def_expr(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, mtable::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sparams::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, argl::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
│ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2469
│ [18] macro expansion
│ @ /source/usr/share/julia/JuliaLowering/src/ast.jl:327 [inlined]
│ [19] expand_function_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, raw_args::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, wheres::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
│ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2917
│ [20] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)
│ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4293
│ [21] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
│ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4176 [inlined]
│ [22] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
│ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4498
│ [23] 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:30
│ [24] include(mapexpr::Function, mod::Module, _path::String)
│ @ Base Base.jl:326
│ [25] top-level scope
│ @ ~/.julia/packages/Compose/L0IMm/src/Compose.jl:144
│ [26] include(mod::Module, _path::String)
│ @ Base Base.jl:325
│ [27] 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
│ [28] top-level scope
│ @ stdin:5
│ [29] eval(m::Module, e::Any)
│ @ Core boot.jl:522
│ [30] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)
│ @ Base loading.jl:3132
│ [31] include_string(m::Module, txt::String, fname::String)
│ @ Base loading.jl:3142 [inlined]
│ [32] exec_options(opts::Base.JLOptions)
│ @ Base client.jl:353
│ [33] _start()
│ @ Base client.jl:596
│ in expression starting at /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:990
│ in expression starting at /home/pkgeval/.julia/packages/Compose/L0IMm/src/Compose.jl:1
│ in expression starting at stdin:5
└
ERROR: LoadError: The following 2 packages failed to precompile:
BraidGroup
Failed to precompile BraidGroup [88710b8a-735b-4c46-a451-f37baff89cb3] to "/home/pkgeval/.julia/compiled/v1.14/BraidGroup/jl_R7y1RR" (ProcessExited(1)).
Compose
Failed to precompile Compose [a81c6b42-2e10-5240-aca2-a61377ecd94b] to "/home/pkgeval/.julia/compiled/v1.14/Compose/jl_7PoN3w" (ProcessExited(1)).
in expression starting at /home/pkgeval/.julia/packages/BraidGroup/Lo8rm/test/runtests.jl:1
Testing failed after 221.01s
ERROR: LoadError: Package BraidGroup errored during testing
Stacktrace:
[1] pkgerror(msg::String)
@ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68
[2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool)
@ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3247
[3] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}})
@ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:587
[4] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd})
@ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172
[5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd})
@ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160
[6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd})
@ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined]
[7] top-level scope
@ /PkgEval.jl/scripts/evaluate.jl:223
[8] include(mod::Module, _path::String)
@ Base Base.jl:325
[9] exec_options(opts::Base.JLOptions)
@ Base client.jl:355
[10] _start()
@ Base client.jl:596
in expression starting at /PkgEval.jl/scripts/evaluate.jl:214
PkgEval failed after 2688.2s: package fails to precompile