containerd / ttrpc

GRPC for low-memory environments
Apache License 2.0
558 stars 80 forks source link

Revert "Copy codes and status from grpc project" #57

Closed crosbymichael closed 5 years ago

crosbymichael commented 5 years ago

This reverts commit f02233564fb076ad4cb42937d72d194d158e4048.

This isn't going to work as expected because the errdefs package that is used throughout shims and others switches on the grpc codes packages.

Signed-off-by: Michael Crosby crosbymichael@gmail.com

crosbymichael commented 5 years ago

@dmcgowan ya, it will have to be

dmcgowan commented 5 years ago

Maybe having tests in this package? We can create an issue for having grpc compatibility tests, not sure exactly what that would look like as the possible breakages may not be so obvious to test for