Skip to content

Made callbacks optional for async functions #430

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

lobabob
Copy link

@lobabob lobabob commented May 2, 2025

For #429

@lobabob lobabob changed the title Made callbacks optional for async functions. #429 Made callbacks optional for async functions May 2, 2025
@lobabob lobabob changed the title Made callbacks optional for async functions Draft: Made callbacks optional for async functions May 2, 2025
@lobabob
Copy link
Author

lobabob commented May 2, 2025

Changed it to a draft, hadn't run tests or linting myself yet. Need to clean this up a bit first.

@lobabob lobabob changed the title Draft: Made callbacks optional for async functions Made callbacks optional for async functions May 2, 2025
@lobabob
Copy link
Author

lobabob commented May 2, 2025

There we go. Addressed any linting issues and updated the tests.

@wavded
Copy link
Collaborator

wavded commented May 7, 2025

@lobabob when you get a chance, can you fix up the formatting, otherwise, I think this should be good to go.

@lobabob
Copy link
Author

lobabob commented May 7, 2025

Went ahead and addressed the formatting issue. Forgot to remove the unused promisify import earlier 😅

@lobabob
Copy link
Author

lobabob commented May 7, 2025

Hmmm.... Looks like these changes have exposed some type issues in your tests that were swallowed by promisify before.

@lobabob
Copy link
Author

lobabob commented May 9, 2025

Looks like everything is passing. You should be good to merge it unless you see any other issues with it.

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