feat(codec): add bufiox interfaces and spilit ttheader codec codes #137
Annotations
26 errors and 4 warnings
unit-benchmark-test (1.20, X64):
protocol/thrift/skipdecoder_test.go#L95
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as bufiox.Reader value in argument to NewSkipDecoder: *bytes.Reader does not implement bufiox.Reader (missing method Next)
|
unit-benchmark-test (1.20, X64):
protocol/thrift/skipdecoder_test.go#L150
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as bufiox.Reader value in argument to NewSkipDecoder: *bytes.Reader does not implement bufiox.Reader (missing method Next)
|
unit-benchmark-test (1.20, X64):
protocol/thrift/skipdecoder_test.go#L167
cannot use &remoteByteBufferImplForT{…} (value of type *remoteByteBufferImplForT) as bufiox.Reader value in argument to r.Reset: *remoteByteBufferImplForT does not implement bufiox.Reader (missing method Next)
|
unit-benchmark-test (1.20, X64):
protocol/thrift/skipdecoder_test.go#L169
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as bufiox.Reader value in argument to r.Reset: *bytes.Reader does not implement bufiox.Reader (missing method Next)
|
unit-benchmark-test (1.20, X64)
Process completed with exit code 1.
|
unit-benchmark-test (1.18, X64):
protocol/thrift/skipdecoder_test.go#L95
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as type bufiox.Reader in argument to NewSkipDecoder:
|
unit-benchmark-test (1.18, X64):
protocol/thrift/skipdecoder_test.go#L150
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as type bufiox.Reader in argument to NewSkipDecoder:
|
unit-benchmark-test (1.18, X64):
protocol/thrift/skipdecoder_test.go#L167
cannot use &remoteByteBufferImplForT{…} (value of type *remoteByteBufferImplForT) as type bufiox.Reader in argument to r.Reset:
|
unit-benchmark-test (1.18, X64):
protocol/thrift/skipdecoder_test.go#L169
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as type bufiox.Reader in argument to r.Reset:
|
unit-benchmark-test (1.18, X64)
Process completed with exit code 2.
|
unit-benchmark-test (1.22, X64):
protocol/thrift/skipdecoder_test.go#L95
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as bufiox.Reader value in argument to NewSkipDecoder: *bytes.Reader does not implement bufiox.Reader (missing method Next)
|
unit-benchmark-test (1.22, X64):
protocol/thrift/skipdecoder_test.go#L150
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as bufiox.Reader value in argument to NewSkipDecoder: *bytes.Reader does not implement bufiox.Reader (missing method Next)
|
unit-benchmark-test (1.22, X64):
protocol/thrift/skipdecoder_test.go#L167
cannot use &remoteByteBufferImplForT{…} (value of type *remoteByteBufferImplForT) as bufiox.Reader value in argument to r.Reset: *remoteByteBufferImplForT does not implement bufiox.Reader (missing method Next)
|
unit-benchmark-test (1.22, X64):
protocol/thrift/skipdecoder_test.go#L169
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as bufiox.Reader value in argument to r.Reset: *bytes.Reader does not implement bufiox.Reader (missing method Next)
|
unit-benchmark-test (1.22, X64)
Process completed with exit code 1.
|
unit-benchmark-test (1.21, X64):
protocol/thrift/skipdecoder_test.go#L95
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as bufiox.Reader value in argument to NewSkipDecoder: *bytes.Reader does not implement bufiox.Reader (missing method Next)
|
unit-benchmark-test (1.21, X64):
protocol/thrift/skipdecoder_test.go#L150
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as bufiox.Reader value in argument to NewSkipDecoder: *bytes.Reader does not implement bufiox.Reader (missing method Next)
|
unit-benchmark-test (1.21, X64):
protocol/thrift/skipdecoder_test.go#L167
cannot use &remoteByteBufferImplForT{…} (value of type *remoteByteBufferImplForT) as bufiox.Reader value in argument to r.Reset: *remoteByteBufferImplForT does not implement bufiox.Reader (missing method Next)
|
unit-benchmark-test (1.21, X64):
protocol/thrift/skipdecoder_test.go#L169
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as bufiox.Reader value in argument to r.Reset: *bytes.Reader does not implement bufiox.Reader (missing method Next)
|
unit-benchmark-test (1.21, X64)
Process completed with exit code 1.
|
unit-benchmark-test (1.19, X64)
The job was canceled because "_1_20_X64" failed.
|
unit-benchmark-test (1.19, X64):
protocol/thrift/skipdecoder_test.go#L95
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as type bufiox.Reader in argument to NewSkipDecoder:
|
unit-benchmark-test (1.19, X64):
protocol/thrift/skipdecoder_test.go#L150
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as type bufiox.Reader in argument to NewSkipDecoder:
|
unit-benchmark-test (1.19, X64):
protocol/thrift/skipdecoder_test.go#L167
cannot use &remoteByteBufferImplForT{…} (value of type *remoteByteBufferImplForT) as type bufiox.Reader in argument to r.Reset:
|
unit-benchmark-test (1.19, X64):
protocol/thrift/skipdecoder_test.go#L169
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as type bufiox.Reader in argument to r.Reset:
|
unit-benchmark-test (1.19, X64)
Process completed with exit code 1.
|
unit-benchmark-test (1.20, X64)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
unit-benchmark-test (1.18, X64)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
unit-benchmark-test (1.22, X64)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
unit-benchmark-test (1.21, X64)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|