Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump oq3_semantics from 0.0.7 to 0.6.0 #64

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 3, 2024

Bumps oq3_semantics from 0.0.7 to 0.6.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
  • de35ee5 Release version 0.6.0 (#218)
  • 0b3739c Improvements to SymbolTable::gates function (#217)
  • 5162cf8 Improve code quality in symbols.rs (#215)
  • 92dead6 Fix several bugs in type checking and explicit and implicit casting (#213)
  • 59cc778 Add tests of the example code in the OQ3 spec (#212)
  • f672259 Add SymbolTable::dump (#209)
  • 233f71d Remove unused run_rustfmt.sh (#207)
  • 570db46 Record error for statements in global scope where disallowed (#206)
  • 88de376 Check types and do casting in classical declarations (#205)
  • 35131ef Fix bug when initializing bit declaration with measurement (#202)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github May 3, 2024

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 3, 2024
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