Files
Alessandro Arzilli f19d5e5c13 proc: fix embedded field search (#2320)
Both structMember and findMethod implemented a depth-first search in
embedded fields but the Go specification requires a breadth-first
search. They also allowed promotion of fields in the concrete type of
embedded interfaces even though this is not allowed by Go.
Furthermore they both lacked protection from infinite recursion
when a type embeds itself and the user requests a non-existent field.

Fixes #2316
2021-01-29 09:25:31 -08:00
..
2020-08-24 10:19:50 -07:00
2021-01-05 10:56:30 -08:00
2020-07-28 09:19:51 -07:00
2017-02-08 12:17:19 -08:00