Skip to content

feat(cxx sdk): support multi-thread, fix package logic and quickstart #7930

feat(cxx sdk): support multi-thread, fix package logic and quickstart

feat(cxx sdk): support multi-thread, fix package logic and quickstart #7930

Triggered via pull request June 26, 2023 07:50
Status Success
Total duration 3m 29s
Artifacts

style.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
pylint
Process completed with exit code 2.
cpplint: demo/cxx_quickstart/quickstart.cxx#L6
[cpplint] reported by reviewdog 🐶 Include the directory when naming header files [build/include_subdir] [4] Raw Output: demo/cxx_quickstart/quickstart.cxx:6: Include the directory when naming header files [build/include_subdir] [4]
cpplint: demo/cxx_quickstart/quickstart.cxx#L105
[cpplint] reported by reviewdog 🐶 Could not find a newline character at the end of the file. [whitespace/ending_newline] [5] Raw Output: demo/cxx_quickstart/quickstart.cxx:105: Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
cpplint: src/sdk/openmldb_api.h#L99
[cpplint] reported by reviewdog 🐶 Single-parameter constructors should be marked explicit. [runtime/explicit] [5] Raw Output: src/sdk/openmldb_api.h:99: Single-parameter constructors should be marked explicit. [runtime/explicit] [5]