Pluto get stuck at "Loading..." when open a Julia file that I created with Pluto.
After some investigation, here is what I found -
The following is the striped version of my Julia file that can reproduce the problem.
Note: The ^S is the Ctrl-S character.
The source code of BadBoy.jl
BadBoy.jl.txt
$ more BadBoy.jl
### A Pluto.jl notebook ###
# v0.11.14
using Markdown
using InteractiveUtils
# ╔═╡ 90e49758-03be-11eb-09f9-3be5169f7bee
let
using PlutoUI
o="Bad Boy"
with^S_terminal(dump, o)
end
# ╔═╡ Cell order:
# ╠═90e49758-03be-11eb-09f9-3be5169f7bee
When using Julia to run it:
$ julia BadBoy.jl
ERROR: LoadError: syntax: invalid character "" near column 5
Stacktrace:
[1] top-level scope at BadBoy.jl:11
[2] include(::Function, ::Module, ::String) at ./Base.jl:380
[3] include(::Module, ::String) at ./Base.jl:368
[4] exec_options(::Base.JLOptions) at ./client.jl:296
[5] _start() at ./client.jl:506
in expression starting at BadBoy.jl:11
I discovered how ^S gets into the .jl file. Here is the procedure to reproduce it.
Environment:
Steps:
Most helpful comment
I discovered how ^S gets into the .jl file. Here is the procedure to reproduce it.
Environment:
Steps: