Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fixed #38 - Improved context handling for Callables #40

Merged
merged 2 commits into from
Dec 11, 2023

Conversation

lvcabral
Copy link
Collaborator

@lvcabral lvcabral commented Dec 10, 2023

The original solution to identify the context (m object) for Callables was relying on re-evaluating the source on a dot chained call, that had performance issues, and caused the side effect of issue #9, the solution I implemented for it was partial, and did not solved the performance issue fully.

Now I saved a reference for the context for each callable, eliminating the need of re-evaluation, and fixed all side effects.

I added a couple of. new scenarios to the e2e test cases.

@lvcabral lvcabral merged commit 7cdd4a3 into master Dec 11, 2023
3 checks passed
@lvcabral lvcabral deleted the fix-complex-object-with-anonymous-functions branch December 11, 2023 15:50
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants