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

improve type stringification logic #1745

Merged
merged 4 commits into from
Feb 6, 2024
Merged

Conversation

Techatrix
Copy link
Member

I've moved the code that stringifies a type into a separate function. It was previously embedded into the addReferencedTypes function.

The following completions should now show the result type:

  • .ptr
  • .?
  • .*

Copy link

codecov bot commented Feb 4, 2024

Codecov Report

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

Comparison is base (15bd58a) 76.54% compared to head (02b363b) 76.57%.

Files Patch % Lines
src/analysis.zig 69.73% 23 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1745      +/-   ##
==========================================
+ Coverage   76.54%   76.57%   +0.02%     
==========================================
  Files          35       35              
  Lines       10100    10086      -14     
==========================================
- Hits         7731     7723       -8     
+ Misses       2369     2363       -6     

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

@Techatrix Techatrix merged commit c279234 into master Feb 6, 2024
12 checks passed
@Techatrix Techatrix deleted the techatrix/better-analysis branch February 10, 2024 01:39
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.

None yet

1 participant