@descend
first takes a long time, then when selecting a function, throws TypeError: in typeassert, expected Vector{Any}, got a value of type Nothing
#598
Labels
bug
Something isn't working
TypedSyntax
An issue or pull request relating to the TypedSyntax.jl subpackage
I was trying to use Cthulhu on some code which, well, goes down deep and does some complex stuff. JET also took like forever on the code (I didn't measure it, but let's say 10 minutes upward for
@report_opt test_elliptic
). Cthulhu also took minutes. Then it finally showed a prompt, offering me to functions calls to descend into. I selected the second one, a functionweierstrass_contraction
, but unfortunately this triggered a type assertion.Stack trace:
Code for reproducing (sorry, it's big; I'll try to cut it down (it's taken from the Oscar.jl test suite, and I am looking into tuning that code. It is likely premature to run JET and Cthulhu on it, but I wanted to see what would happen. I didn't expect a type assertion. Maybe the location already gives you an idea what is going on)
The text was updated successfully, but these errors were encountered: