Comment 8 for bug 1381626

Revision history for this message
John Weldon (johnweldon4) wrote :

The bug is a serialization difference between go and gccgo

It was introduced by switching from a string to an ActionTag, and the names.ActionTag has a composed type that is not exported: idPrefixer.

I will propose a fix to names.ActionTag and then update dependencies.tsv to resolve this issue.