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

Bug: Struct unexported members #4

Merged
merged 3 commits into from
May 11, 2022
Merged

Conversation

iamyohann
Copy link
Contributor

Background:

Calling r.F() to select an exported member of a struct fails if the struct has any un-exported members.

Expected: Exported members value's should be returned

Actual: Exported members value's are not returned if the subject (struct) has un-exported members.

Notes:
Invited to collaborate by @larjudge

@iamyohann iamyohann added the bug Something isn't working label May 11, 2022
@larjudge larjudge merged commit 1978d35 into master May 11, 2022
@larjudge larjudge deleted the bug/struct-unexported-members branch May 11, 2022 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants