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: pointer eq #2627

Merged
merged 7 commits into from
Jul 29, 2024
Merged

fix: pointer eq #2627

merged 7 commits into from
Jul 29, 2024

Conversation

petar-dambovaliev
Copy link
Contributor

@petar-dambovaliev petar-dambovaliev commented Jul 24, 2024

fixes this

When comparing 2 upcasted pointers, if the types are not the same, they are not equal.

Copy link

codecov bot commented Jul 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.00%. Comparing base (0e3c050) to head (2b8dac8).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2627      +/-   ##
==========================================
+ Coverage   54.99%   55.00%   +0.01%     
==========================================
  Files         595      595              
  Lines       79775    79779       +4     
==========================================
+ Hits        43872    43886      +14     
+ Misses      32581    32575       -6     
+ Partials     3322     3318       -4     
Flag Coverage Δ
contribs/gnodev 26.00% <ø> (ø)
contribs/gnofaucet 14.46% <ø> (ø)
contribs/gnokeykc 0.00% <ø> (ø)
contribs/gnomd 0.00% <ø> (ø)
gno.land 64.15% <ø> (ø)
gnovm 60.21% <100.00%> (+<0.01%) ⬆️
misc/autocounterd 0.00% <ø> (ø)
misc/genproto 0.00% <ø> (ø)
misc/genstd 80.54% <ø> (ø)
misc/goscan 0.00% <ø> (ø)
misc/logos 17.68% <ø> (+0.30%) ⬆️
misc/loop 0.00% <ø> (ø)
tm2 54.48% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Contributor

@mvertes mvertes left a comment

Choose a reason for hiding this comment

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

LGTM

@thehowl thehowl merged commit 137d174 into master Jul 29, 2024
115 checks passed
@thehowl thehowl deleted the 2624 branch July 29, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 🤖 gnovm Issues or PRs gnovm related
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

bug(gnovm): Incorrect pointer comparison
4 participants