-
Notifications
You must be signed in to change notification settings - Fork 40
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
Passing parameters by value #497
Comments
-- Draft In execution semantics, TODO The initializer internally refers to the object being initialized, is that true? But in the function being called, the 'handle' to the parameter is different ( TODO why |
The program
get stuck at execution time, with
:=init
on top of the K cell. The RHS of:=init
is:I guess that the source of the problem is in that that
bindParam
is implemented in the execution semantics (execution/expr/function-call.k
). That may also be the source of problems for #496.See also expr.call/7.
The text was updated successfully, but these errors were encountered: