Ran
|
Jobs
1
|
Files
832
|
Run time
2min
|
Badge
Embed ▾
README BADGES
|
push
github
Fix parsing of huge OpenQASM 2 conditionals (#12774) (#12853) * Fix parsing of huge OpenQASM 2 conditionals We fixed handling of giant integers in gate expression positions gh-12140, and this commit fixes the handling in conditionals. Unfortunately, this means pulling in big-int handling properly; the integers simply _are_ bigints, and we're not immediately converting them into something else. The need to support this may influence how the Rust-space data models of `QuantumCircuit` evolve. * Move `num-bigint` dependency to workspace (cherry picked from commit 85f98605a) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
12 of 13 new or added lines in 2 files covered. (92.31%)
15 existing lines in 2 files now uncovered.61861 of 68775 relevant lines covered (89.95%)
232514.16 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
93.23 |
1.38% | crates/qasm2/src/lex.rs |
Lines | Coverage | ∆ | File |
---|---|---|---|
3 |
93.23 |
1.38% | crates/qasm2/src/lex.rs |
12 |
96.69 |
0.0% | crates/qasm2/src/parse.rs |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 10168429194.1 | 832 |
89.95 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|