Doug Strain

Results 102 comments of Doug Strain

> FWIW pytype has a lot less problems than mypy on the quantum chess codebase. Cirq and other codebases we use all use mypy, so I would like to stay...

@mpharrigan Is this what you wanted? If so, I will create PRs for the others.

This is probably because I was not clear exactly how these are rendering and screwed up the refactor. Can you help fix it?

I can reproduce it with python 3.11.8 and attrs==23.2.0

I made a mistake and confused this with #955, which I reproduced. I will try to reproduce this error in a bit.

Do you want to put in the incremental coverage checks we have in cirq?

For any subclasses of GateWithRegisters, you will need to add a `#type: ignore[misc]`. This is because Bloq and cirq.Gate have conflicting definitions for the controlled method, so the double inheritance...

No one has asked for this issue in over 5 years. Closing this as stale. Please re-open if you feel strongly about implementing this and explain what the use case...

It looks like there is an error in the parser: `ERROR: /home/runner/work/Cirq/Cirq/cirq-core/cirq/contrib/qasm_import/_parser.py:508: Symbol 'qreg' used, but not defined as a token or a rule` Also, please run check/formatting in order...

Let's update the relevant calls (or recompile the protos if necessary) to use the new call. Investigate compatibility with internal systems. Can either @verult @senecameeks take this?