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

[FunC] Make Expr::VarApply always impure #1381

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

tolk-vm
Copy link
Contributor

@tolk-vm tolk-vm commented Nov 14, 2024

Expr::_VarApply is now always impure.
It means, that for some_var(), don't make any considerations about runtime value, it's always called.

Fixes #1283

Expr::_VarApply is now always impure. It means, that
for `some_var()`, don't make any considerations about runtime value,
it's always called.
@tolk-vm tolk-vm added the FunC Related to FunC compiler label Nov 14, 2024
@EmelyanenkoK EmelyanenkoK merged commit f00ff75 into testnet Nov 14, 2024
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FunC Related to FunC compiler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants