Skip to content

Conversation

@maargenton
Copy link
Owner

  • support '.' in map keys
  • support pointer receiver for method invocation
  • rewrite internals to operate on reflect.Value rather than interface{}

- support '.' in map keys
- support pointer receiver for method invocation
- rewrite internals to operate on `reflect.Value` rather than `interface{}`
@codecov-commenter
Copy link

codecov-commenter commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.13%. Comparing base (1851165) to head (458a681).
Report is 7 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##            master      #30      +/-   ##
===========================================
- Coverage   100.00%   93.13%   -6.87%     
===========================================
  Files           25       29       +4     
  Lines         1859     2055     +196     
===========================================
+ Hits          1859     1914      +55     
- Misses           0      141     +141     
Flag Coverage Δ
unittests 93.13% <100.00%> (-6.87%) ⬇️

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.

@maargenton maargenton changed the title Update value.Field implementation: Update value.Field implementation Nov 12, 2024
@maargenton maargenton merged commit da3d445 into master Nov 12, 2024
48 checks passed
@maargenton maargenton deleted the maa/field branch November 12, 2024 09:55
@maargenton
Copy link
Owner Author

Released in v1.5.0

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.

3 participants