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

chore(gnovm, tm2): changed reflect.PtrTo to reflect.PointerTo #1894

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

notJoon
Copy link
Member

@notJoon notJoon commented Apr 5, 2024

Description

The reflect.PtrTo function has been deprecated, so I changed this method to reflect.PointerTo. These two functions have exactly the same behavior.

ref: https://pkg.go.dev/reflect#PtrTo

@github-actions github-actions bot added 📦 🤖 gnovm Issues or PRs gnovm related 📦 🌐 tendermint v2 Issues or PRs tm2 related labels Apr 5, 2024
Copy link

codecov bot commented Apr 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.74%. Comparing base (831bb6f) to head (0ce78b2).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1894   +/-   ##
=======================================
  Coverage   47.74%   47.74%           
=======================================
  Files         393      393           
  Lines       61629    61618   -11     
=======================================
- Hits        29424    29422    -2     
+ Misses      29734    29725    -9     
  Partials     2471     2471           

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

@harry-hov harry-hov changed the title chore(gnovm, tm2): Changed reflect.PtrTo to reflect.PointerTo chore(gnovm, tm2): changed reflect.PtrTo to reflect.PointerTo Apr 11, 2024
@thehowl thehowl merged commit 9f99972 into gnolang:master Apr 11, 2024
190 of 192 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 🌐 tendermint v2 Issues or PRs tm2 related 📦 🤖 gnovm Issues or PRs gnovm related
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants