You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix#427 consistent import naming between the import declaration and …
…the vars in grpc
* consistent import naming between the import declaration and the vars. This is more consistant with golang/protobuf.
* moved issue427 test to the 'testall' make target to avoid grpc/context dependency
skip unsafe tests for bigendian architectures. (#272)
* skip marshal and unmarshal tests on big endian architectures if message has generated unsafe methods
* equal and compare tests now also check for bigendian architectures when the message uses the unsafe marshaler or unmarshaler
* skip packed unsafe issue21 if cpu is not little endian