🐛 Fix strip idle qubits #1293
ci.yml
on: pull_request
🔍 Change
/
🕵️ Check
5s
Matrix: 🇨 Test / 🍎 / cpp-tests-macos
Matrix: 🇨 Test / cpp-tests-ubuntu
Matrix: 🇨 Test / cpp-tests-windows
🇨 Test
/
...
/
📈 Coverage
4m 47s
🇨 Lint
/
🚨 Lint
2m 15s
🐍 Test
/
...
/
🚨 Lint
1m 8s
📝 CodeQL
/
...
/
🇨 Analysis
5m 16s
📝 CodeQL
/
...
/
🐍 Analysis
2m 44s
Matrix: 🐍 Test / python-tests-macos
Matrix: 🐍 Test / python-tests-ubuntu
Matrix: 🐍 Test / python-tests-windows
🚦 Check
2s
Annotations
10 errors and 22 warnings
🇨 Test / 🍎 / 🍎 macos-13
Process completed with exit code 8.
|
🇨 Test / 🍎 / 🍎 macos-14
The job was canceled because "macos-13" failed.
|
🐍 Test / 🍎 3.12 macos-13 / 🐍 3.12 macos-13
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
🐍 Test / 🍎 3.8 macos-13 / 🐍 3.8 macos-13
Process completed with exit code 1.
|
🐍 Test / 🍎 3.12 macos-14 / 🐍 3.12 macos-14
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
🐍 Test / 🍎 3.8 macos-14 / 🐍 3.8 macos-14
[notice] A new release of pip is available: 21.1.1 -> 24.0
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
🐍 Test / 🍎 3.8 macos-14 / 🐍 3.8 macos-14
Process completed with exit code 1.
|
🇨 Lint / 🚨 Lint
Process completed with exit code 1.
|
🇨 Test / 🐧 Release / 🐧 Release
Process completed with exit code 8.
|
🚦 Check
Process completed with exit code 1.
|
🐍 Test / 🚨 Lint / 🚨 Lint
Using latest version of uv because no version is provided
|
🐍 Test / 🐧 3.10 / 🐍 3.10 ubuntu-latest
Using latest version of uv because no version is provided
|
🐍 Test / 🐧 3.12 / 🐍 3.12 ubuntu-latest
Using latest version of uv because no version is provided
|
🐍 Test / 🐧 3.8 / 🐍 3.8 ubuntu-latest
Using latest version of uv because no version is provided
|
🐍 Test / 🐧 3.9 / 🐍 3.9 ubuntu-latest
Using latest version of uv because no version is provided
|
🐍 Test / 🐧 3.11 / 🐍 3.11 ubuntu-latest
Using latest version of uv because no version is provided
|
🐍 Test / 🏁 3.12 / 🐍 3.12 windows-latest
Using latest version of uv because no version is provided
|
🐍 Test / 🏁 3.8 / 🐍 3.8 windows-latest
Using latest version of uv because no version is provided
|
🐍 Test / 🍎 3.12 macos-13 / 🐍 3.12 macos-13
Using latest version of uv because no version is provided
|
🐍 Test / 🍎 3.8 macos-13 / 🐍 3.8 macos-13
Using latest version of uv because no version is provided
|
🐍 Test / 🍎 3.12 macos-14 / 🐍 3.12 macos-14
Using latest version of uv because no version is provided
|
🐍 Test / 🍎 3.8 macos-14 / 🐍 3.8 macos-14
Using latest version of uv because no version is provided
|
src/EquivalenceCheckingManager.cpp:71:9 [misc-const-correctness]:
src/EquivalenceCheckingManager.cpp#L71
variable 'physicalUsedInOutputPermutation' of type 'bool' can be declared 'const'
|
src/EquivalenceCheckingManager.cpp:74:9 [misc-const-correctness]:
src/EquivalenceCheckingManager.cpp#L74
variable 'logicalUsedInOutputPermutation' of type 'bool' can be declared 'const'
|
src/EquivalenceCheckingManager.cpp:80:9 [misc-const-correctness]:
src/EquivalenceCheckingManager.cpp#L80
variable 'notInOutputPermutation' of type 'bool' can be declared 'const'
|
src/EquivalenceCheckingManager.cpp:82:9 [misc-const-correctness]:
src/EquivalenceCheckingManager.cpp#L82
variable 'initialAndOutputPermutationEquivalent' of type 'bool' can be declared 'const'
|
src/EquivalenceCheckingManager.cpp:103:15 [misc-const-correctness]:
src/EquivalenceCheckingManager.cpp#L103
variable 'physicalLargerUsedInOutputPermutation' of type 'bool' can be declared 'const'
|
src/EquivalenceCheckingManager.cpp:106:15 [misc-const-correctness]:
src/EquivalenceCheckingManager.cpp#L106
variable 'physicalSmallerUsedInOutputPermutation' of type 'bool' can be declared 'const'
|
src/EquivalenceCheckingManager.cpp:109:15 [misc-const-correctness]:
src/EquivalenceCheckingManager.cpp#L109
variable 'logicalLargerUsedInOutputPermutation' of type 'bool' can be declared 'const'
|
src/EquivalenceCheckingManager.cpp:115:15 [misc-const-correctness]:
src/EquivalenceCheckingManager.cpp#L115
variable 'logicalSmallerUsedInOutputPermutation' of type 'bool' can be declared 'const'
|
src/EquivalenceCheckingManager.cpp:121:15 [misc-const-correctness]:
src/EquivalenceCheckingManager.cpp#L121
variable 'notInOutputPermutation' of type 'bool' can be declared 'const'
|
src/EquivalenceCheckingManager.cpp:126:15 [misc-const-correctness]:
src/EquivalenceCheckingManager.cpp#L126
variable 'initialAndOutputPermutationEquivalent' of type 'bool' can be declared 'const'
|