Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Triggers nextind depwarn #39

Open
Keno opened this issue Apr 1, 2016 · 0 comments
Open

Triggers nextind depwarn #39

Keno opened this issue Apr 1, 2016 · 0 comments

Comments

@Keno
Copy link
Owner

Keno commented Apr 1, 2016

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant