Skip to content

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Apr 25, 2024

Summary

Previously the module of this was set incorrectly (stemming from its move in gh-9064), at which point the __getstate__/__setstate__ pickling wouldn't work correctly any more. Also, however, there was no __getnewargs__ and new didn't have a zero-argument form, so this wouldn't have worked either.

Details and comments

No changelog because this is a private class, and it doesn't actually seem to be causing us problems.


This is an automatic backport of pull request #12298 done by Mergify.

Previously the module of this was set incorrectly (stemming from its
move in gh-9064), at which point the `__getstate__`/`__setstate__`
pickling wouldn't work correctly any more.  Also, however, there was no
`__getnewargs__` and `new` didn't have a zero-argument form, so this
wouldn't have worked either.

(cherry picked from commit 136548c)
@mergify mergify bot requested a review from a team as a code owner April 25, 2024 22:27
@qiskit-bot
Copy link
Collaborator

Thank you for opening a new pull request.

Before your PR can be merged it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient.

While you're waiting, please feel free to review other open PRs. While only a subset of people are authorized to approve pull requests for merging, everyone is encouraged to review open pull requests. Doing reviews helps reduce the burden on the core team and helps make the project's code better for everyone.

One or more of the the following people are requested to review this:

@github-actions github-actions bot added the Changelog: None Do not include in changelog label Apr 25, 2024
@jakelishman jakelishman enabled auto-merge April 25, 2024 23:14
@jakelishman jakelishman added this to the 1.0.3 milestone Apr 25, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8840598037

Details

  • 7 of 7 (100.0%) changed or added relevant lines in 1 file are covered.
  • 19 unchanged lines in 2 files lost coverage.
  • Overall coverage remained the same at 89.306%

Files with Coverage Reduction New Missed Lines %
crates/qasm2/src/lex.rs 1 93.13%
crates/qasm2/src/parse.rs 18 96.23%
Totals Coverage Status
Change from base Build 8751276194: 0.0%
Covered Lines: 58902
Relevant Lines: 65955

💛 - Coveralls

@jakelishman jakelishman added this pull request to the merge queue Apr 26, 2024
Merged via the queue into stable/1.0 with commit e28f30e Apr 26, 2024
@mergify mergify bot deleted the mergify/bp/stable/1.0/pr-12298 branch April 26, 2024 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: None Do not include in changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants