You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unclear whether it is worth actually removing it in the serialisation schema or just from the Rust and Python. It is a convenient shorthand for serialisation (like qubit, or unitsum)
ss2165
changed the title
Remove Value::Tuple and it's representation in the serialisation schema
Remove Value::TupleJun 27, 2024
Closes#1206
uses new serialisation intermediary to keep serialized Tuple backwards
compatibility
Snaps updated because a tuple-like sum always uses tuple display now
BREAKING CHANGE: `Value::Tuple` removed. `Value::Sum` now holds a
standalone struct `Sum`
Perhaps it makes sense to do this while sorting out #1091.
Docs for how to update serialisation schema are in progress in #985
The text was updated successfully, but these errors were encountered: