Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 12, 2024

Bumps oq3_semantics from 0.0.7 to 0.4.0.

Release notes

Sourced from oq3_semantics's releases.

0.4.0

What's Changed

Statements like qubit $1; are supported.

This commit also undoes the previous commit (last commit before tagging 0.3.0) that improved the error handling for attemted declaration of hardware qubits.

API CHANGE: new variant in asg::Stmt The variant is Stmt::DeclareHardwareQubit(DeclareHardwareQubit)

The struct DeclareHardwareQubit has method name to retrieve an instance of asg::HardwareQubit. Note that asg::HardwareQubit is not new in this commit.

Crates

https://crates.io/crates/oq3_semantics

Changelog

Full Changelog: Qiskit/openqasm3_parser@0.3.0...0.4.0

0.3.0

What's Changed

Efficiency, paying down tech debt, etc.

... (truncated)

Commits
  • b5702e0 Set version to 0.4.0 (#178)
  • b3fbaed Support declaring single hardware qubits (#177)
  • fba5539 Set version to 0.3.0 (#176)
  • 6d1576f Record better error message on declaration of hardware qubit (#175)
  • 487a0e1 Remove obsolete function for parsing measure expression (#174)
  • e589172 Make improvements in recording syntax errors when parsing types (#173)
  • 52aa014 Remove objects left over from lexing timing numbers (#172)
  • 4568ee7 Improve implicit casting. Fix various kinds of tech debt. (#171)
  • bbf442f Put Box in enums rather than structs in variants in asg.rs (#168)
  • 21c0375 Implement input/output declarations (#165)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 12, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 12, 2024

The following labels could not be found: Rust, Changelog: None.

Bumps [oq3_semantics](https://github.com/Qiskit/openqasm3_parser) from 0.0.7 to 0.4.0.
- [Release notes](https://github.com/Qiskit/openqasm3_parser/releases)
- [Commits](Qiskit/openqasm3_parser@0.0.7...0.4.0)

---
updated-dependencies:
- dependency-name: oq3_semantics
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/oq3_semantics-0.4.0 branch from c52aa7d to 9968d30 Compare March 22, 2024 08:50
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 26, 2024

Superseded by #33.

@dependabot dependabot bot closed this Mar 26, 2024
@dependabot dependabot bot deleted the dependabot/cargo/oq3_semantics-0.4.0 branch March 26, 2024 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants