Skip to content

Conversation

@AZQ1994
Copy link
Member

@AZQ1994 AZQ1994 commented Jan 27, 2026

YJIT was crashing, likely due to lambda incompatibility.
Switched the lambda implementation to an equivalent method (no API change).

FYI: Using lambda with define_method also triggers YJIT crashing.
So although templates were written in lambda format, it is converted to method definition and processed by class_eval.

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