Commit Graph

4 Commits (51550e98e8e5d29d07ebfda40bec7a2061eda1f0)

Author SHA1 Message Date
Daniel Martí b8aec97e86 don't garble any embedded fields
In the added test case, we'd see a failure, since we garbled the name of
the "Embedded" type but not its use as an anonymous field. Garble both.

This might possibly break some reflect code, but it doesn't seem like we
have an option. When we garble a type, it's impossible to tell if it's
going to be used as an anonymous field later.

Updates #9.
4 years ago
Daniel Martí 39802aae19 update deps 4 years ago
Daniel Martí aba66758ca support type switches with symbolic vars 5 years ago
Daniel Martí f5f72ef626 initial commit 5 years ago