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] reflect: slice index out of range at Copy of a slice of pointers to struct #88

Closed
olivier4576 opened this issue Mar 3, 2021 · 0 comments
Assignees

Comments

@olivier4576
Copy link

Reproducible Example

https://play.golang.org/p/XPEKi-yqqFA

Description

Hi everyone,

I'm facing an error using the Copy() method when I copy an interface{} (real type : slice of pointers to struct) to an other interface{}.

See above the example.

This test case was correct in version v0.1.0 and is wfrom from version v0.2.0 to v0.2.5

@jinzhu

@jinzhu jinzhu closed this as completed in 54959a4 Mar 9, 2021
tomtwinkle pushed a commit to tomtwinkle/copier that referenced this issue Mar 19, 2021
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

No branches or pull requests

2 participants