Skip to content

Fix function assignment context validation bug #1583

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

Closed
wants to merge 5 commits into from

Conversation

Perryvw
Copy link
Member

@Perryvw Perryvw commented Sep 15, 2024

Fixes #1568

@Perryvw Perryvw marked this pull request as draft September 15, 2024 19:41
@Perryvw Perryvw marked this pull request as ready for review September 23, 2024 20:19
}

Test.testCallback(() => {});
Test.testCallback2(() => {});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Perryvw
Copy link
Member Author

Perryvw commented Sep 24, 2024

This solution was too hard to get to work, and due to a large risk of regressions in user code, we decided to go with #1589 as solution instead

@Perryvw Perryvw closed this Sep 24, 2024
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.

Generic callback functions and 'this'
2 participants