JuliaVariables.jl icon indicating copy to clipboard operation
JuliaVariables.jl copied to clipboard

README example fails

Open cscherrer opened this issue 6 years ago • 1 comments

Looks like rmlines is not exported:

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

cscherrer avatar Sep 09 '19 19:09 cscherrer

https://github.com/thautwarm/JuliaVariables.jl/pull/4

cscherrer avatar Sep 09 '19 20:09 cscherrer