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

remove req_value #1433

Open
wants to merge 160 commits into
base: dev
Choose a base branch
from
Open

remove req_value #1433

wants to merge 160 commits into from

Conversation

Negabinary
Copy link
Contributor

I noticed we don't really use req_value any more in the evaluator, because we mostly rely on unboxing which gives us finer-grained control.

e.g. [?] is not a value, but that doesn't mean we can't do list operations on it, so evaluation shouldn't be waiting for sub-expressions to be values, they should only check whether they can unbox the desired kind of value.

ValueChecker is staying because we still use it in $v stepper filter patterns.

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.

3 participants