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 analysis issues related to primitive types #1684

Merged
merged 1 commit into from
Dec 24, 2023

Conversation

Techatrix
Copy link
Member

I've outlined how I use the InternPool to store types and values here: #1589 (comment)

fixes #1600

I've outlined how I use the InternPool to store types and values here:
#1589 (comment)

fixes #1600
Copy link

codecov bot commented Dec 24, 2023

Codecov Report

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

Comparison is base (43a905c) 76.15% compared to head (046a94d) 76.12%.

Files Patch % Lines
src/analysis.zig 80.00% 12 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1684      +/-   ##
==========================================
- Coverage   76.15%   76.12%   -0.03%     
==========================================
  Files          34       34              
  Lines        9981    10007      +26     
==========================================
+ Hits         7601     7618      +17     
- Misses       2380     2389       +9     

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

Copy link
Contributor

@llogick llogick left a comment

Choose a reason for hiding this comment

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

Nice

@llogick llogick merged commit 5c0bebe into master Dec 24, 2023
10 of 12 checks passed
@llogick llogick deleted the techatrix/ip-based-analysis branch December 24, 2023 04:11
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.

types of boolean literals are resolved as their literal value instead of bool
2 participants