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

fix(git_status): correctly count result on_complete #3321

Merged

Conversation

jamestrew
Copy link
Contributor

@jamestrew jamestrew commented Oct 8, 2024

The previous implementation of self.manager:num_results() could return 0 despite having results due to suspected async/event loop issues (#3316). This change counts valid entries manually to ensure accurate result count.

closes #3316

The previous implementation of `self.manager:num_results()` could return
0 despite having results due to suspected async/event loop issues
(nvim-telescope#3316). This change counts valid entries manually to ensure accurate
result count.
@jamestrew jamestrew merged commit df534c3 into nvim-telescope:master Oct 10, 2024
12 checks passed
@jamestrew jamestrew deleted the fix-git-status-no-changes branch October 10, 2024 00:08
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.

git_status started from builtin shows error: [telescope.builtin.git_status]: No changes found
1 participant