JuliaPluto / JuliaPluto/ExpressionExplorer.jl
`outer` keyword triggers a warning
Open
good first issue
- Dominant language
- Julia
- Stars
- 18
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Creating a cell with the content
```julia
function f()
i = 0
for outer i = 1:3
# empty
end
return i
end
```
results in a warning in the REPL running Pluto
```
┌ Warning: unknown use of `=`. Assignee is unrecognised.
│ ex = :($(Expr(:outer, :i)))
└ @ ExpressionExplorer C:\Users\...\.julia\packages\ExpressionExplorer\ySMFM\src\explore.jl:177
```
The example was taken directly from the Julia manual https://docs.julialang.org/en/v1/base/base/#outer
Tested with ExpressionExplorer 1.1.2.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.