Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.13.0
-
None
Description
For example, for this test case (also available in github.com/johnboiles/golang-fix-container-struct-remote)
service container_test_base {
void setfunc(1: set<i32> s)
}
service container_test extends container_test_base {
}
This error occurs when compiling the Go code
gopath/src/servicestest/container_test-remote/container_test-remote.go:163:25: undefined: servicestest.NewContainerTestSetfuncArgs
That is because there is no generated code for NewContainerTestSetfuncArgs but instead only NewContainerTestBaseSetfuncArgs. We should probably fix this either by also generating NewContainerTestSetfuncArgs or using NewContainerTestBaseSetfuncArgs from the remote client for the derived service.
Attachments
Issue Links
- links to