-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
kind/healthFor CI/testing/release process/refactoring/technical debt itemsFor CI/testing/release process/refactoring/technical debt itemspriority/p1Fix is needed as soon as possible. Should be staffed. It is blocking some major flows for usersFix is needed as soon as possible. Should be staffed. It is blocking some major flows for users
Description
Description of the issue
Per internal proto checker, the field name const added in #6729 is discouraged, because it overlaps with C++ keyword const
.
Please rename to e.g. constant
and for a good measure also rename the Conts
message in a similar way.
Cirq version
You can get the cirq version by printing cirq.__version__
. From the command line:
1.5.0.dev at 2bbc3c4
Metadata
Metadata
Assignees
Labels
kind/healthFor CI/testing/release process/refactoring/technical debt itemsFor CI/testing/release process/refactoring/technical debt itemspriority/p1Fix is needed as soon as possible. Should be staffed. It is blocking some major flows for usersFix is needed as soon as possible. Should be staffed. It is blocking some major flows for users