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

Do not use pointers on named map types #1242

Merged
merged 1 commit into from
Jul 10, 2020
Merged

Do not use pointers on named map types #1242

merged 1 commit into from
Jul 10, 2020

Conversation

lwc
Copy link
Member

@lwc lwc commented Jul 10, 2020

Took a shot at #1116 with a fix for slices.

Also updated IsNilable to recursively walk underlying types in the rare case they're more than one level deep.

Supersedes: #1116
Fixes: #878

I have:

  • Added tests covering the bug / feature (see testing)
  • Updated any relevant documentation (see docs)

@lwc lwc mentioned this pull request Jul 10, 2020
2 tasks
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 66.172% when pulling d11f602 on named_map_references into acaee36 on master.

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.

map[string]interface has issue when generating in v0.10.0 or v0.10.1
2 participants