👀 Reading hidden code
using Plots
👀 Reading hidden code
import Serialization
👀 Reading hidden code
struct Wow
a
b
end
IOContext(Base.PipeEndpoint(RawFD(4294967295) closed, 0 bytes waiting))
0
15
👀 Reading hidden code
false
👀 Reading hidden code
"7JL\x0f\x04\0\0\0\x15\0\b\xe2\x01\0\0\0\0\0\0\0\x02\0\0\0\0\0\0\0\x03\0\0\0\0\0\0\0"
👀 Reading hidden code
6
7
8
👀 Reading hidden code
"7JL\x0f\x04\0\0\x004\x10\x01\x03Wow\x1fN\x01\x04Main\x01\vworkspace#3D\xe54,\0\0\xe6\xe7"
👀 Reading hidden code
g (generic function with 1 method)
👀 Reading hidden code
"7JL\x0f\x04\0\0\x004\x10\x01\x02#g\x1fN\x01\x04Main\x01\vworkspace#3D"
👀 Reading hidden code
"7JL\x0f\x04\0\0\x005\x10\x01\x04Plot\x1f\v\x80\xae\x9c\x85\rR\v\x9e\xaf\\\xd7Uݼ\xa5\x91\x01\x05PlotsD\x01\0\0\0\x10\x01\tGRBackend\x1f\v\x80\xae\x9c\x85\rR\v\x9e\xaf\\\xd7Uݼ\xa5\x91\x01\x05PlotsD4,\x02\0\xe04\x10\x01\fDefaultsDict\x1f\v\x9c5\xd0\x19W\xa9칶L\xfc\xbe\x17\x15\xd8\x01\x01\x0fRecipesPipelineD5\x10\x01\x04Dict\x1fN\x9eD\x02\0\0\0\0\x01F\x1e\0\0\0\x01\x03dpi1d\0\0\0\x01\x18background_color_outside\x01\x05match\x01\x14plot_titlefontvalign\x01\avcenter\x01\x13warn_on_unsupportedM\x01\x10background_color4\x10\x01\x04RGBA\x1f\v?3\vl\xb6˦\xb8`Z\x84Y\xf7\x02\xa0" ⋯ 11339 bytes ⋯ "style\x01\x05solid\x01\tbar_edgesL\x01\bcontoursL,\xf1\0\x01\x04path\x01\x06quiverN,\xf4\0\x01\x05match,\xf5\0\x01\x05match\x01\tfillrangeN\x01\tbar_widthN,!\0,m\0\x7fN\x01\x0ecolorbar_entryM\x01\x04bins\x01\x04auto\x01\x11markerstrokestyle\x01\x05solid,\xfa\0\x01\x05match\x01\aweightsN\x01\x12series_annotationsN,\xfc\0\x01\x04auto\x01\x06levels\xee\x01\vconnectionsNN\x15\x12\x01\x01\0,{\0\xe0,0\x005\x10\x01\x04Dict\x1fN\x9eD\x02\0\0\0F\x12\x01\x01\0,{\0\x01\0\0\0\x01\x05##319,0\0,2\0\x15\x12\x01\x01\0,{\0\xdfM"
s(p)
👀 Reading hidden code
import Pkg
👀 Reading hidden code
sd(p)
👀 Reading hidden code
p = plot(sin)
👀 Reading hidden code
"/tmp/jl_GCSrDv"
f = tempname()
👀 Reading hidden code
s (generic function with 1 method)
s(x) = sprint(Serialization.serialize, x)
👀 Reading hidden code
sd (generic function with 1 method)
sd(x) = let
f = tempname()
Serialization.serialize(f, x)
Serialization.deserialize(f)
end
👀 Reading hidden code
# Serialization.serialize(f, w)
👀 Reading hidden code
SystemError: opening file "/tmp/jl_GCSrDv": No such file or directory
Here is what happened, the most recent locations are first:
- systemerror
(p::String, errno::Int32; extrainfo::Nothing) from error.jl:174 - #systemerror#68from error.jl:173
- systemerrorfrom error.jl:173
- open
(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Nothing, append::Nothing) from iostream.jl:293 - openfrom iostream.jl:282
- open
(f::typeof(deserialize), args::String; kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}) from io.jl:328 - openfrom io.jl:328
- deserialize
(filename::String) from Serialization.jl:798 - from This cell: line 1
Serialization.deserialize(f)
uhmmmmmm??!
Serialization.deserialize(f)
👀 Reading hidden code