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

analyzer: fix work progress shown as 0% when finishing indexing #84

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

ttytm
Copy link
Member

@ttytm ttytm commented Apr 5, 2024

The end message that prints the indexing progress doesn't pass a percentage anymore, which result in showing a 0% when the indexing finishes. The method is only called once after the indexing has really finished, so we can add the 100 as percentage field here.

Screenshots below show the result on the bottom right

Current Updated
Screenshot_20240405_135952 Screenshot_20240405_135952 (1)

@ttytm ttytm merged commit 27d09e3 into vlang:main Apr 5, 2024
12 checks passed
@ttytm ttytm deleted the analyzer/fix-work-progress branch April 5, 2024 12:27
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.

1 participant