feat(codec): add bufiox interfaces and spilit ttheader codec codes #50
Annotations
5 errors and 3 warnings
lint:
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)
|
lint:
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)
|
lint:
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)
|
lint:
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) (typecheck)
|
lint
issues found
|
staticcheck
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
compliant
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|