ExpressionExplorer: global
stronger than let
#1856
Labels
backend
Concerning the julia server and runtime
bug
Something isn't working
expression explorer
Figuring out assignments and references in a cell
good first issue
Good for newcomers
We have a couple of combinations of
let
andglobal
that are not analyzed correctly, like:defines a global
a
, but Pluto prioritizes thelet
block.@test_broken
means that we still need to fix it:Pluto.jl/test/ExpressionExplorer.jl
Lines 368 to 379 in c1d2312
This is a good first issue, because the ExpressionExplorer is a small, isolated part of Pluto's codebase. For more info about working on this issue, see:
Pluto.jl/test/ExpressionExplorer.jl
Lines 3 to 17 in c1d2312
The text was updated successfully, but these errors were encountered: