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

feat: enable to wrap uv.fs_opendir() #625

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

delphinus
Copy link
Contributor

uv.fs_opendir has an odd signature that has callback not in the last position. This patch enables to use async.uv.fs_opendir by a small hack to exchange arguments between entries and callback.

@Conni2461
Copy link
Collaborator

thanks :)

@Conni2461 Conni2461 merged commit 28c9cdd into nvim-lua:master Feb 11, 2025
7 checks passed
@delphinus delphinus deleted the fix/async-fs_opendir branch February 12, 2025 02:05
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