JuliaStaging / JuliaStaging/JuliaVariables.jl

README example fails

Open
#3 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
28
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Looks like `rmlines` is not exported:

```julia
julia> println(func |> rmlines)
ERROR: UndefVarError: rmlines not defined
Stacktrace:
[1] top-level scope at REPL[4]:1

julia> println(func |> JuliaVariables.rmlines)
[]function (f)(x)
y = (@global +)(@cell x, 1)
let y = (@global +)(@cell y, 1)
[cell y,cell x]((@global +)(@cell x, @cell y, @z) for z = (@global :)(1, 10))
end
end
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.