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

Allow re-evaluation of specific arguments (compiler) #242

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

yuri-kiss
Copy link
Member

Resolves

A bunch of stuff on discord.

Proposed Changes

This lets you pick arguments to re-evaluate using a "hidden" method.

This keeps the old compiler behaviour of keeping the old argument values on yield, but
this lets you use the interpreter behaviour of re-evaluating the arguments on yield. (more selective though)

Reason for Changes

Makes extension development that requires re-evaluation of arguments much easier.

Test Coverage

No tests sadly.

@FurryR
Copy link

FurryR commented Feb 8, 2025

Have you reviewed the performance impact?

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

Successfully merging this pull request may close these issues.

2 participants