• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Qiskit / qiskit / 18718499784

22 Oct 2025 01:51PM UTC coverage: 88.21% (-0.004%) from 88.214%
18718499784

push

github

web-flow
Update `nom` to version 8 from 7 (#15204)

This was a breaking API change that required a simultaneous update to
`nom-unicode`, and some of the `nom` code was moved to a new
`nom-language` crate.

The main change here is in how parsers are invoked (we call
`Parser::parse` now instead of invoking the function directly), and how
combinators on the results of parsers are applied - the suggestion is to
use things like `map_res` via the `Parser` trait instead of the old
individual functions.

Several uses of `map_res` with infallible lambdas in the parser were
changed to use `map`.

82 of 95 new or added lines in 1 file covered. (86.32%)

22 existing lines in 4 files now uncovered.

93436 of 105924 relevant lines covered (88.21%)

1165529.64 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

81.99
/crates/circuit/src/parameter/parameter_expression.rs


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc