-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support for v0.7? #58
Comments
Thank you for pointing this out, there seems to be a few things that need to be updated since I last checked. I will fix this as soon as I have time. And thank you for the continued interest, it means a lot to me! |
Any updates on V0.7 support? |
I am focusing on |
god speed |
any updates? Really need it nowadays :) Thanks |
ERROR: LoadError: LoadError: BoundsError: attempt to access 1-element Array{Any,1} at index [0]
Stacktrace:
[1] getindex at ./array.jl:731 [inlined]
[2] importcode(::Array{Any,1}) at .../ExpressionPatterns.jl/src/Dispatch/MetaModule.jl:32
[3] macro expansion at .../ExpressionPatterns.jl/src/Destructuring/Function.jl:24 [inlined]
[4] (::getfield(ExpressionPatterns.Dispatch.MetaModule, Symbol("##1#2")))(::Expr) at .../ExpressionPatterns.jl/src/Destructuring/Applications.jl:54
[5] (::ExpressionPatterns.Dispatch.Structure.MetaMethod)(::Expr) at .../ExpressionPatterns.jl/src/Dispatch/BaseImplementations.jl:6
[6] @metamodule(::LineNumberNode, ::Module, ::Vararg{Any,N} where N) at .../ExpressionPatterns.jl/src/Dispatch/Applications.jl:35
[7] include at ./boot.jl:317 [inlined]
[8] include_relative(::Module, ::String) at ./loading.jl:1038
[9] include(::Module, ::String) at ./sysimg.jl:29
[10] exec_options(::Base.JLOptions) at ./client.jl:239
[11] _start() at ./client.jl:432
in expression starting at .../ExpressionPatterns.jl/test/reflection.jl:138 Currently when I try to run reflection.jl from the test folder , this is what I get. |
The text was updated successfully, but these errors were encountered: