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

Implement IntoZvalDyn for Zval #256

Merged
merged 2 commits into from
Jul 19, 2023
Merged

Implement IntoZvalDyn for Zval #256

merged 2 commits into from
Jul 19, 2023

Conversation

joehoyle
Copy link
Collaborator

When using call_user_func!() / Callable::try_call() it's currently not possible to use Zvals in the arguments which is unexepected. The simplest way is to add the trait to Zval's too.

joehoyle added 2 commits July 19, 2023 11:06
When using call_user_func!() / Callable::try_call() it's currently not possible to use Zvals in the arguments which is unexepected. The simplest way is to add the trait to Zval's too.
@joehoyle joehoyle requested a review from ptondereau July 19, 2023 11:05
Copy link
Collaborator

@ptondereau ptondereau left a comment

Choose a reason for hiding this comment

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

Nice

@ptondereau ptondereau merged commit 7b35476 into master Jul 19, 2023
@ptondereau ptondereau deleted the zval-into-zval branch July 19, 2023 11:06
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