Closed ianfiske closed 6 years ago
The problem is caused by an (evil) eval
statement in utils.jl
. This is needed for type inference ...
I have added a fix to the master branch. (Pkg.checkout("ResumableFunctions")
)
Can you verify that this solves your problem? If so I will do a new release. Thanks
I just verified that your update works for me in master. Thank you for the fix!
If we define a
@resumable
function in a module, using a type defined in the same module as an argument type, we get an error:This gives the error
UndefVarError: A not defined
. I am using