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

PoC call function by param_arity #2115

Closed
wants to merge 1 commit into from
Closed

Conversation

webmaster128
Copy link
Member

No description provided.

@webmaster128
Copy link
Member Author

@kulikthebird FYI this is different approach to the migrate feature you implemented. Instead of trying to call with two arguments and on faiure with three, you can provide a hashmap of arguments. Then the right arguments are provided on the first try. Pro: only one function call required and very flexible for future extensions. Con: some code overhead given that we only have one use case for now.

Closing this now as not needed.

@webmaster128 webmaster128 deleted the call-function-by-arity branch September 9, 2024 13:56
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.

1 participant