Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

maxenglander
Copy link

Describe the pull request

Currently when a field implements StructReflector, reflectFrom will call that and stop processing any other fields.

Change it to use a continue instead of a return, so that additional fields may be processed.

#364

Checklist

  • I agree to follow the Code of Conduct by submitting this pull request.
  • I have read and acknowledge the Contributing guide.
  • I have added test cases to cover the new code.

Currently when a field implements `StructReflector`, `reflectFrom` will
call that and stop processing any other fields.

Change it to use a `continue` instead of a `return`, so that additional
fields may be processed.

Signed-off-by: Max Englander <[email protected]>
@maxenglander maxenglander marked this pull request as ready for review May 8, 2025 18:19
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.

1 participant