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

id variable is set to a NTuple of UInt inside of the function body #34

Open
0x0f0f0f opened this issue Apr 26, 2021 · 1 comment
Open

Comments

@0x0f0f0f
Copy link

julia> ex = :(x -> id)
:(x->begin
          #= REPL[19]:1 =#
          id
      end)

julia> f = @RuntimeGeneratedFunction ex
RuntimeGeneratedFunction(#=in Main=#, #=using Main=#, :((x,)->begin
          #= REPL[19]:1 =#
          id
      end))

julia> f(2)
(0x57d4f9a8, 0xe781ae52, 0x562c7637, 0x4ebd110f, 0x3a467d2e)
@YingboMa
Copy link
Member

oof, good call.

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

2 participants