Keno / ASTInterpreter.jl

Gallium's AST interpreter as a separate package to simplify development
Other
16 stars 10 forks source link

Triggers nextind depwarn #39

Open Keno opened 8 years ago

Keno commented 8 years ago
1|debug >
136       @eval begin
137           ($f)(x::Float64) = nan_dom_err(ccall(($(string(f)),libm), Float64, (Float64,), x), x)
138           ($f)(x::Float32) = nan_dom_err(ccall(($(string(f,"f")),libm), Float32, (Float32,), x), x)
139           ($f)(x::Real) = ($f)(float(x))

WARNING: nextind(a::Any,i::Integer) is deprecated, use i + 1 instead.
 [inlined code] from ./error.jl:26
 in depwarn(::ASCIIString, ::Symbol) at ./deprecated.jl:64
 in nextind(::SimpleVector, ::Int64) at ./deprecated.jl:50
 in nextind(::AbstractTrees.PreOrderDFS, ::Array{Any,1}) at /home/ubuntu/.julia/v0.5/AbstractTrees/src/AbstractTrees.jl:364
 in next(::AbstractTrees.PreOrderDFS, ::Array{Any,1}) at /home/ubuntu/.julia/v0.5/AbstractTrees/src/AbstractTrees.jl:389
 [inlined code] from /home/ubuntu/.julia/v0.5/AbstractTrees/src/AbstractTrees.jl:246
 in treemap!(::ASTInterpreter.##15#21{ASTInterpreter.Interpreter}, ::AbstractTrees.PreOrderDFS) at /home/ubuntu/.julia/v0.5/AbstractTrees/src/AbstractTrees.jl:511
 in #print_status#14(::Bool, ::Any, ::ASTInterpreter.Interpreter, ::Array{Any,1}) at /home/ubuntu/.julia/v0.5/ASTInterpreter/src/ASTInterpreter.jl:265
 [inlined code] from /home/ubuntu/.julia/v0.5/ASTInterpreter/src/ASTInterpreter.jl:259
 in (::ASTInterpreter.##done_stepping#53#62)(::Bool, ::Any, ::Base.LineEdit.MIState, ::ASTInterpreter.Interpreter) at /home/ubuntu/.julia/v0.5/ASTInterpreter/src/ASTInterpreter.jl:1104
 [inlined code] from ./boot.jl:303
 in (::ASTInterpreter.##54#63)(::Base.LineEdit.MIState, ::Base.AbstractIOBuffer{Array{UInt8,1}}, ::Bool) at /home/ubuntu/.julia/v0.5/ASTInterpreter/src/ASTInterpreter.jl:1150
 in run_interface(::Base.Terminals.TTYTerminal, ::Base.LineEdit.ModalInterface) at ./LineEdit.jl:1570
 [inlined code] from ./LineEdit.jl:18
 in RunDebugREPL(::ASTInterpreter.Interpreter) at /home/ubuntu/.julia/v0.5/ASTInterpreter/src/ASTInterpreter.jl:1335
 [inlined code] from ./boot.jl:303
 in (::Gallium.##16#17)(::Int64) at ./<no file>:4294967295
 [inlined code] from ./none:7
 in inaloop(::Int64) at /home/ubuntu/.julia/v0.5/Gallium/examples/testprograms/misc.jl:6
 in eval(::Module, ::Any) at ./boot.jl:237
while loading no file, in expression starting on line 0
About to run: ((intrinsic function #89))(("sin","libopenlibm"),Float64,svec(Float64),1.0,1.0)