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

Fix RCA panic when compiling lambda #2102

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

swernli
Copy link
Collaborator

@swernli swernli commented Jan 11, 2025

Compiling a lambda that has more than one parameter can trigger a panic in RCA due to processing the fixed arguments for captures. This adds new tests for the lambda cases and confirms the dynamic runtime features for paramters and captures are detected as expected.

Compiling a lambda that has more than one parameter can trigger a panic in RCA due to processing the fixed arguments for captures. This adds new tests for the lambda cases and confirms the dynamic runtime features for paramters and captures are detected as expected.
@swernli swernli requested a review from idavis as a code owner January 11, 2025 19:13
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