👀 Reading hidden code
Activating new project at `/tmp/jl_SVn7Fl`
👀 Reading hidden code
Updating registry at `~/.julia/registries/General.toml` Resolving package versions... Installed Suppressor ─ v0.2.8 Updating `/tmp/jl_SVn7Fl/Project.toml` [fd094767] + Suppressor v0.2.8 Updating `/tmp/jl_SVn7Fl/Manifest.toml` [fd094767] + Suppressor v0.2.8 [56ddb016] + Logging Precompiling project... ✓ Suppressor 1 dependency successfully precompiled in 1 seconds
👀 Reading hidden code
Enter cell code...
👀 Reading hidden code
Enter cell code...
👀 Reading hidden code
Are you ready for the future?
👀 Reading hidden code
TypeError: non-boolean (Missing) used in boolean context
Here is what happened, the most recent locations are first:
if ready
with_vintage_terminal() do
@show "hello"
@show "world"
dump(:(f(x) = x+1))
end
end
👀 Reading hidden code
👀 Reading hidden code
with_vintage_terminal (generic function with 1 method)👀 Reading hidden code
with_terminal (generic function with 1 method)👀 Reading hidden code
Boring mode:
👀 Reading hidden code
"hello" = "hello"
"world" = "world"
Expr
head: Symbol =
args: Array{Any}((2,))
1: Expr
head: Symbol call
args: Array{Any}((2,))
1: Symbol f
2: Symbol x
2: Expr
head: Symbol block
args: Array{Any}((2,))
1: LineNumberNode
line: Int64 5
file: Symbol /home/runner/work/disorganised-mess/disorganised-mess/vintage.jl#==#bd586bba-f14f-11ea-3c37-110412ca9852
2: Expr
head: Symbol call
args: Array{Any}((3,))
1: Symbol +
2: Symbol x
3: Int64 1
with_terminal() do
@show "hello"
@show "world"
dump(:(f(x) = x+1))
end
👀 Reading hidden code