You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Our recent work in fieldToAlias worked well when the embedded field declaration (using an alias) was in the same package as the use of that field. We would have the *ast.Ident for the field declaration, so types.Info.Uses would give us the TypeName for the alias. Unfortunately, if the declaration was in a dependency package, we did not have that same *ast.Ident, as we weren't parsing the source code for dependencies for type-checking. This resulted in us incorrectly obfuscating the use of such an embedded field: > garble build [stderr] # test/main JtzmzxWf.go:4: unknown field 'ExternalForeignAlias' in struct literal of type _BdSNiEL.Vcs_smer To fix this, look through the direct imports of the package defining the field to find an alias under the exact same name. Not a foolproof solution, as there's a TODO, but it should work for most cases. Fixes the obfuscation of google.golang.org/grpc/internal/status, too. Updates #349. |
4 years ago | |
---|---|---|
.. | ||
asm.txt | 4 years ago | |
basic.txt | 4 years ago | |
cgo.txt | 4 years ago | |
crossbuild.txt | 4 years ago | |
debugdir.txt | 4 years ago | |
embed.txt | 4 years ago | |
goprivate.txt | 4 years ago | |
goversion.txt | 4 years ago | |
help.txt | 4 years ago | |
implement.txt | 4 years ago | |
imports.txt | 4 years ago | |
init.txt | 4 years ago | |
ldflags.txt | 4 years ago | |
linkname.txt | 4 years ago | |
literals.txt | 4 years ago | |
modinfo.txt | 4 years ago | |
plugin.txt | 4 years ago | |
position.txt | 4 years ago | |
reflect.txt | 4 years ago | |
reverse.txt | 4 years ago | |
seed.txt | 4 years ago | |
syntax.txt | 4 years ago | |
test.txt | 4 years ago | |
tiny.txt | 4 years ago |