We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
let foo(x)=x+1, Foo=Int, bar() = @cfunction(foo, Foo, (Foo,)), ptr = bar() ptr end
gives ERROR: UndefVarError: foo not defined. Encountered when testing JuliaLang/Compat.jl#566.
ERROR: UndefVarError: foo not defined
@vtjnash, is this the intended behavior?
The text was updated successfully, but these errors were encountered:
I thought you had to interpolate foo in this case.
foo
Sorry, something went wrong.
Ah, I see that this is documented, thanks.
No branches or pull requests
gives
ERROR: UndefVarError: foo not defined
. Encountered when testing JuliaLang/Compat.jl#566.@vtjnash, is this the intended behavior?
The text was updated successfully, but these errors were encountered: