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

RCOCOA-2423 Fix the type signature of async User.functions #8670

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

tgoyne
Copy link
Member

@tgoyne tgoyne commented Aug 20, 2024

The async and Future versions of this were incorrectly defined as taking exactly one argument which had to be an array of BSON values rather than any number of BSON arguments.

Fixes #8669.

@tgoyne tgoyne self-assigned this Aug 20, 2024
@cla-bot cla-bot bot added the cla: yes label Aug 20, 2024
The async and Future versions of this were incorrectly defined as taking
exactly one argument which had to be an array of BSON values rather than any
number of BSON arguments.
@tgoyne tgoyne merged commit a184398 into master Aug 20, 2024
125 of 133 checks passed
@tgoyne tgoyne deleted the tg/async-func branch August 20, 2024 17:30
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fatal error: Unexpectedly found nil while unwrapping an Optional value
1 participant