python venv cache support #42
Annotations
14 errors, 7 warnings, and 2 notices
test (macos-latest, 10)
[notice] A new release of pip is available: 23.0.1 -> 24.0
[notice] To update, run: python3.10 -m pip install --upgrade pip
|
test (macos-latest, 12)
[notice] A new release of pip is available: 23.0.1 -> 24.0
[notice] To update, run: python3.10 -m pip install --upgrade pip
|
test (macos-latest, 11)
[notice] A new release of pip is available: 23.0.1 -> 24.0
[notice] To update, run: python3.10 -m pip install --upgrade pip
|
test (macos-latest, 13)
[notice] A new release of pip is available: 23.0.1 -> 24.0
[notice] To update, run: python3.10 -m pip install --upgrade pip
|
test (macos-latest, 9)
[notice] A new release of pip is available: 23.0.1 -> 24.0
[notice] To update, run: python3.10 -m pip install --upgrade pip
|
test (macos-latest, 16)
[notice] A new release of pip is available: 23.0.1 -> 24.0
[notice] To update, run: python3.10 -m pip install --upgrade pip
|
test (macos-latest, 16)
Process completed with exit code 1.
|
test (macos-latest, 17)
[notice] A new release of pip is available: 23.0.1 -> 24.0
[notice] To update, run: python3.10 -m pip install --upgrade pip
|
test (macos-latest, 17)
Process completed with exit code 1.
|
test (macos-latest, 15)
[notice] A new release of pip is available: 23.0.1 -> 24.0
[notice] To update, run: python3.10 -m pip install --upgrade pip
|
test (macos-latest, 15)
Process completed with exit code 1.
|
test (macos-latest, 14)
[notice] A new release of pip is available: 23.0.1 -> 24.0
[notice] To update, run: python3.10 -m pip install --upgrade pip
|
test (macos-latest, 18)
[notice] A new release of pip is available: 23.0.1 -> 24.0
[notice] To update, run: python3.10 -m pip install --upgrade pip
|
test (macos-latest, 18)
Process completed with exit code 1.
|
docs/examples/demo/demo.cpp:3:10 [modernize-deprecated-headers]:
docs/examples/demo/demo.cpp#L3
inclusion of deprecated C++ header 'stdio.h'; consider using 'cstdio' instead
|
docs/examples/demo/demo.cpp:8:5 [modernize-use-trailing-return-type]:
docs/examples/demo/demo.cpp#L8
use a trailing return type for this function
|
docs/examples/demo/demo.cpp:10:13 [readability-braces-around-statements]:
docs/examples/demo/demo.cpp#L10
statement should be inside braces
|
docs/examples/demo/demo.cpp:13:5 [cppcoreguidelines-pro-type-vararg]:
docs/examples/demo/demo.cpp#L13
do not call c-style vararg functions
|
docs/examples/demo/demo.hpp:6:11 [modernize-use-default-member-init]:
docs/examples/demo/demo.hpp#L6
use default member initializer for 'useless'
|
docs/examples/demo/demo.hpp:7:9 [modernize-use-default-member-init]:
docs/examples/demo/demo.hpp#L7
use default member initializer for 'numb'
|
docs/examples/demo/demo.hpp:11:11 [modernize-use-trailing-return-type]:
docs/examples/demo/demo.hpp#L11
use a trailing return type for this function
|
Run clang-format on docs/examples/demo/demo.cpp:
docs/examples/demo/demo.cpp#L1
File docs/examples/demo/demo.cpp does not conform to Custom style guidelines. (lines 3, 8, 10, 13, 18)
|
Run clang-format on docs/examples/demo/demo.hpp:
docs/examples/demo/demo.hpp#L1
File docs/examples/demo/demo.hpp does not conform to Custom style guidelines. (lines 1, 8, 11, 12, 31, 34)
|