JuliaPluto/Pluto.jl
Voir sur GitHubExpressionExplorer: `global` stronger than `let`
Open
#1 856 ouverte le 26 janv. 2022
backendbugexpression explorergood first issue
Métriques du dépôt
- Stars
- (5 295 stars)
- Métriques de merge PR
- (Merge moyen 5j 12h) (13 PRs mergées en 30 j)
Description
We have a couple of combinations of let and global that are not analyzed correctly, like:
let
a = 1
global a = 2
end
defines a global a, but Pluto prioritizes the let block.
@test_broken means that we still need to fix it:
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: