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

move global error/enum completions to completions.zig #1691

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

Techatrix
Copy link
Member

This removes dependency on any LSP types from the DocumentScope and DocumentStore.
Behavior is unchanged except that global error set completions were not showing doc comments.

This removes dependency on any LSP types from the DocumentScope and DocumentStore.
Behavior is unchanged except that global error set completions were not showing doc comments.
Copy link

codecov bot commented Dec 30, 2023

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (5c0bebe) 76.12% compared to head (bce2de5) 76.20%.

Files Patch % Lines
src/features/completions.zig 78.78% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1691      +/-   ##
==========================================
+ Coverage   76.12%   76.20%   +0.07%     
==========================================
  Files          34       34              
  Lines       10007    10018      +11     
==========================================
+ Hits         7618     7634      +16     
+ Misses       2389     2384       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@SuperAuguste SuperAuguste left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

@Techatrix Techatrix merged commit 82deaad into master Jan 5, 2024
12 checks passed
@Techatrix Techatrix deleted the techatrix/global-set-completions branch February 10, 2024 19:14
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