Seeing this error on almost all of the travis docker tasks, and also my
local machine when using docker image to run tests:
>8
Step 22/49 : RUN apt-get install -y --no-install-recommends `# dotnet core
dependencies` dotnet-sdk-5.0
---> Running in e2205ed1f347
Reading package list
fishy opened a new pull request #2446:
URL: https://github.com/apache/thrift/pull/2446
Client: go
Staticcheck is the recommended replacement of the frozen and deprecated
official golint linter [1].
Fix the things it complained about (or add lint:ignore directive) in:
[
https://issues.apache.org/jira/browse/THRIFT-5458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jorge Leitão updated THRIFT-5458:
-
Description:
Currently we ignore how many bytes were written in total after writing objects.
Ho
[
https://issues.apache.org/jira/browse/THRIFT-5458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jorge Leitão updated THRIFT-5458:
-
Summary: Return how many bytes were written (was: Return how many bytes
were read and written)