-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Make Callable::call_argv_fast public #7315
Conversation
Probably not, at least not as well as it should be. Basically:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pending green buildbots.
One of the Windows builds is failing. It can't have anything to do with the latest commits, can it? I've only changed the wording in the comments... |
Yes, unfortunately our Windows buildbots are in need of some love and that's one of the flakes. This is fine to land. |
* Make Callable::call_argv_fast public * Add rough specification of the calling convention * Fix a typo
* Make Callable::call_argv_fast public (#7315) * Make Callable::call_argv_fast public * Add rough specification of the calling convention * Fix a typo * Add Callable default ctor + `defined()` method (#7380) * Add Callable default ctor + `defined()` method This allows it to behave like * Add user_assert + test --------- Co-authored-by: Tom Westerhout <14264576+twesterhout@users.noreply.github.com>
* Make Callable::call_argv_fast public * Add rough specification of the calling convention * Fix a typo
Addresses #7314.
I'm wondering, is the argv-based calling convention is documented somewhere? If so, I can add a reference to the doc string.