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

[wip] lib reflect #769

Merged
merged 5 commits into from
Sep 22, 2024
Merged

[wip] lib reflect #769

merged 5 commits into from
Sep 22, 2024

Conversation

visualfc
Copy link
Member

@visualfc visualfc commented Sep 4, 2024

internal/lib/reflect

  • Value.Pointer
  • Type.Name
  • Type.NumMethod
  • Type.Method
  • Type.MethodByName
  • Type.Field
  • Type.FieldByIndex
  • Type.FieldByName
  • Type.FieldByNameFunc
  • Type.PtrTo
  • FuncOf

TODO
typesByString not impl

Copy link

codecov bot commented Sep 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.57%. Comparing base (9e88484) to head (9eb9b48).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #769      +/-   ##
==========================================
- Coverage   97.58%   97.57%   -0.01%     
==========================================
  Files          20       20              
  Lines        5169     5165       -4     
==========================================
- Hits         5044     5040       -4     
  Misses        106      106              
  Partials       19       19              

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

@visualfc visualfc force-pushed the lib_reflect branch 5 times, most recently from 2e8251c to 0477d56 Compare September 12, 2024 07:54
@xushiwei
Copy link
Member

LGTM

@xushiwei xushiwei merged commit dbaf12b into goplus:main Sep 22, 2024
6 checks passed
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