fix: do not activate the MSVC Windows toolchain by default #597
Annotations
4 errors, 93 warnings, and 10 notices
Test (macos-13, llvm, true)
No formulae or casks found for venv.
|
Test (macos-13, llvm, true)
No formulae or casks found for venv.
|
Test (macos-13, gcc, true)
No formulae or casks found for venv.
|
Test (macos-13, gcc, true)
No formulae or casks found for venv.
|
Test (ubuntu-22.04, llvm, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test (ubuntu-22.04, llvm, true):
tests/myproj/src/mylib2/lib.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
|
Test (ubuntu-22.04, llvm, true):
tests/myproj/src/mylib2/lib.cpp#L8
included header string is not used directly [misc-include-cleaner]
|
Test (ubuntu-22.04, llvm, true):
tests/myproj/src/mylib2/lib.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
|
Test (ubuntu-22.04, llvm, true):
tests/myproj/src/mylib2/lib.cpp#L14
included header cstddef is not used directly [misc-include-cleaner]
|
Test (ubuntu-22.04, llvm, true):
tests/myproj/src/mylib2/lib.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
|
Test (ubuntu-22.04, llvm, true):
tests/myproj/src/mylib2/lib.cpp#L19
no header providing "fmt::print" is directly included [misc-include-cleaner]
|
Test (ubuntu-22.04, llvm, true):
tests/myproj/src/mylib2/lib.cpp#L21
no header providing "Eigen::VectorXd" is directly included [misc-include-cleaner]
|
Test (ubuntu-22.04, llvm, true):
tests/myproj/src/mylib2/lib.cpp#L25
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Test (ubuntu-22.04, llvm, true):
tests/myproj/src/main/main.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
|
Test (ubuntu-22.04, llvm, true):
tests/myproj/src/main/main.cpp#L8
included header string is not used directly [misc-include-cleaner]
|
Test (ubuntu-22.04, gcc, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test (ubuntu-22.04, gcc, true):
tests/myproj/src/main/main.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
|
Test (ubuntu-22.04, gcc, true):
tests/myproj/src/main/main.cpp#L8
included header string is not used directly [misc-include-cleaner]
|
Test (ubuntu-22.04, gcc, true):
tests/myproj/src/main/main.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
|
Test (ubuntu-22.04, gcc, true):
tests/myproj/src/main/main.cpp#L14
included header cstddef is not used directly [misc-include-cleaner]
|
Test (ubuntu-22.04, gcc, true):
tests/myproj/src/main/main.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
|
Test (ubuntu-22.04, gcc, true):
tests/myproj/src/main/main.cpp#L19
no header providing "fmt::print" is directly included [misc-include-cleaner]
|
Test (ubuntu-22.04, gcc, true):
tests/myproj/src/main/main.cpp#L21
no header providing "Eigen::VectorXd" is directly included [misc-include-cleaner]
|
Test (ubuntu-22.04, gcc, true):
tests/myproj/src/main/main.cpp#L25
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Test (ubuntu-22.04, gcc, true):
tests/myproj/src/main/main.cpp#L34
unused variable 'a' [clang-diagnostic-unused-variable]
|
Test (ubuntu-22.04, gcc, true):
tests/myproj/src/main/main.cpp#L34
variable 'a' is not initialized [cppcoreguidelines-init-variables]
|
Test (macos-13, llvm, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test (macos-13, llvm, true):
tests/myproj/src/mylib2/lib.cpp#L25
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Test (macos-13, llvm, true):
tests/myproj/src/main/main.cpp#L25
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Test (macos-13, llvm, true):
tests/myproj/src/main/main.cpp#L34
unused variable 'a' [clang-diagnostic-unused-variable]
|
Test (macos-13, llvm, true):
tests/myproj/src/main/main.cpp#L34
variable 'a' is not initialized [cppcoreguidelines-init-variables]
|
Test (macos-13, llvm, true):
tests/myproj/src/main/main.cpp#L34
variable name 'a' is too short, expected at least 3 characters [readability-identifier-length]
|
Test (macos-13, llvm, true):
tests/myproj/src/main/main.cpp#L34
Unused variable: a [unusedVariable]
|
Test (macos-13, llvm, true):
tests/myproj/src/main/main.cpp#L34
unused variable 'a' [-Wunused-variable]
|
Test (macos-13, llvm, true):
tests/myproj/src/mylib2/lib.cpp#L25
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Test (macos-13, llvm, true):
tests/myproj/src/main/main.cpp#L25
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Test (macos-13, llvm, true):
tests/myproj/src/main/main.cpp#L34
unused variable 'a' [clang-diagnostic-unused-variable]
|
Test (macos-13, llvm, true)
No available formula with the name "venv".
|
Test (macos-13, llvm, true)
Failed to install venv: Error: Command failed with exit code 1: /usr/local/bin/brew install venv --overwrite. Ignoring...
|
Test (macos-13, llvm, true)
No available formula with the name "venv".
|
Test (macos-13, llvm, true)
Failed to install venv: Error: Command failed with exit code 1: /usr/local/bin/brew install venv --overwrite. Ignoring...
|
Test (macos-13, llvm, true)
Treating doxygen as a formula. For the cask, use homebrew/cask/doxygen or specify the `--cask` flag. To silence this message, use the `--formula` flag.
|
Test (windows-2022, msvc, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test (windows-2022, msvc, false)
Failed to install venv: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
|
Test (windows-2022, msvc, false)
Failed to install venv: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
|
Test (windows-2022, msvc, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test (windows-2022, msvc, true)
Failed to install venv: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
|
Test (windows-2022, msvc, true)
Failed to install venv: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
|
Test (windows-2022, msvc, true, Ninja)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test (windows-2022, msvc, true, Ninja)
Failed to install venv: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
|
Test (windows-2022, msvc, true, Ninja)
Failed to install venv: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
|
Test (windows-2022, msvc, false, Ninja)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test (windows-2022, msvc, false, Ninja)
Failed to install venv: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
|
Test (windows-2022, msvc, false, Ninja)
Failed to install venv: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
|
Test (macos-13, gcc, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test (macos-13, gcc, true)
No available formula with the name "venv".
|
Test (macos-13, gcc, true)
Failed to install venv: Error: Command failed with exit code 1: /usr/local/bin/brew install venv --overwrite. Ignoring...
|
Test (macos-13, gcc, true)
No available formula with the name "venv".
|
Test (macos-13, gcc, true)
Failed to install venv: Error: Command failed with exit code 1: /usr/local/bin/brew install venv --overwrite. Ignoring...
|
Test (macos-13, gcc, true)
Treating doxygen as a formula. For the cask, use homebrew/cask/doxygen or specify the `--cask` flag. To silence this message, use the `--formula` flag.
|
Test (macos-13, gcc, true)
gcc 14.2.0 is already installed and up-to-date.
To reinstall 14.2.0, run:
brew reinstall gcc
|
Test (macos-13, gcc, true):
tests/myproj/src/mylib2/lib.cpp#L25
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Test (macos-13, gcc, true):
tests/myproj/src/main/main.cpp#L25
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Test (macos-13, gcc, true):
tests/myproj/src/main/main.cpp#L34
unused variable 'a' [clang-diagnostic-unused-variable]
|
Test (macos-13, gcc, true):
tests/myproj/src/main/main.cpp#L34
variable 'a' is not initialized [cppcoreguidelines-init-variables]
|
Test (macos-13, gcc, true):
tests/myproj/src/main/main.cpp#L34
variable name 'a' is too short, expected at least 3 characters [readability-identifier-length]
|
Test (macos-13, gcc, true):
tests/myproj/src/main/main.cpp#L34
Unused variable: a [unusedVariable]
|
Test (macos-13, gcc, true):
tests/myproj/src/main/main.cpp#L34
unused variable 'a' [-Wunused-variable]
|
Test (macos-13, gcc, true):
tests/myproj/src/main/main.cpp#L25
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Test (macos-13, gcc, true):
tests/myproj/src/main/main.cpp#L34
unused variable 'a' [clang-diagnostic-unused-variable]
|
Test (macos-13, gcc, true):
tests/myproj/src/main/main.cpp#L34
variable 'a' is not initialized [cppcoreguidelines-init-variables]
|
Test (windows-2022, llvm, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test (windows-2022, llvm, true):
tests/myproj/src/main/main.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
|
Test (windows-2022, llvm, true):
tests/myproj/src/main/main.cpp#L8
included header string is not used directly [misc-include-cleaner]
|
Test (windows-2022, llvm, true):
tests/myproj/src/main/main.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
|
Test (windows-2022, llvm, true):
tests/myproj/src/main/main.cpp#L13
included header cctype is not used directly [misc-include-cleaner]
|
Test (windows-2022, llvm, true):
tests/myproj/src/main/main.cpp#L14
included header cstddef is not used directly [misc-include-cleaner]
|
Test (windows-2022, llvm, true):
tests/myproj/src/main/main.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
|
Test (windows-2022, llvm, true):
tests/myproj/src/main/main.cpp#L16
included header cstring is not used directly [misc-include-cleaner]
|
Test (windows-2022, llvm, true):
tests/myproj/src/main/main.cpp#L19
no header providing "fmt::print" is directly included [misc-include-cleaner]
|
Test (windows-2022, llvm, true):
tests/myproj/src/main/main.cpp#L21
no header providing "Eigen::VectorXd" is directly included [misc-include-cleaner]
|
Test (windows-2022, llvm, true):
tests/myproj/src/main/main.cpp#L25
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Test (windows-2022, llvm, true)
Failed to install venv: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
|
Test (windows-2022, llvm, true)
Failed to install venv: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
|
Test (windows-2022, gcc, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test (windows-2022, gcc, true):
tests/myproj/src/main/main.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
|
Test (windows-2022, gcc, true):
tests/myproj/src/main/main.cpp#L8
included header string is not used directly [misc-include-cleaner]
|
Test (windows-2022, gcc, true):
tests/myproj/src/main/main.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
|
Test (windows-2022, gcc, true):
tests/myproj/src/main/main.cpp#L14
included header cstddef is not used directly [misc-include-cleaner]
|
Test (windows-2022, gcc, true):
tests/myproj/src/main/main.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
|
Test (windows-2022, gcc, true):
tests/myproj/src/main/main.cpp#L19
no header providing "fmt::print" is directly included [misc-include-cleaner]
|
Test (windows-2022, gcc, true):
tests/myproj/src/main/main.cpp#L21
no header providing "Eigen::VectorXd" is directly included [misc-include-cleaner]
|
Test (windows-2022, gcc, true):
tests/myproj/src/main/main.cpp#L34
unused variable 'a' [clang-diagnostic-unused-variable]
|
Test (windows-2022, gcc, true):
tests/myproj/src/main/main.cpp#L34
variable 'a' is not initialized [cppcoreguidelines-init-variables]
|
Test (windows-2022, gcc, true):
tests/myproj/src/main/main.cpp#L34
variable name 'a' is too short, expected at least 3 characters [readability-identifier-length]
|
Test (windows-2022, gcc, true)
Failed to install venv: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
|
Test (windows-2022, gcc, true)
Failed to install venv: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
|
Test (ubuntu-22.04, llvm, true)
Vcpkg folder already exists at /home/runner/vcpkg. Skipping the clone
|
Test (ubuntu-22.04, gcc, true)
Vcpkg folder already exists at /home/runner/vcpkg. Skipping the clone
|
Test (macos-13, llvm, true)
Vcpkg folder already exists at /Users/runner/vcpkg. Skipping the clone
|
Test (windows-2022, msvc, false)
Vcpkg folder already exists at C:\Users\runneradmin\vcpkg. Skipping the clone
|
Test (windows-2022, msvc, true)
Vcpkg folder already exists at C:\Users\runneradmin\vcpkg. Skipping the clone
|
Test (windows-2022, msvc, true, Ninja)
Vcpkg folder already exists at C:\Users\runneradmin\vcpkg. Skipping the clone
|
Test (windows-2022, msvc, false, Ninja)
Vcpkg folder already exists at C:\Users\runneradmin\vcpkg. Skipping the clone
|
Test (macos-13, gcc, true)
Vcpkg folder already exists at /Users/runner/vcpkg. Skipping the clone
|
Test (windows-2022, llvm, true)
Vcpkg folder already exists at C:\Users\runneradmin\vcpkg. Skipping the clone
|
Test (windows-2022, gcc, true)
Vcpkg folder already exists at C:\Users\runneradmin\vcpkg. Skipping the clone
|