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
Currently it's an optional field as an optimisation for the serial format, where we could avoid encoding some signatures if we know the relevant extension will be available at load-time.
However, the current deserialiser does not support this and just fails.
We should temporarily drop this optimisation, at least until we can pass extension registers to the deserialiser.
Closes#689
Adds a previously-failing test for the serialiser, where the signature
of an opaque op was discarded and couldn't be recovered. Depends on
#730.
Currently it's an optional field as an optimisation for the serial format, where we could avoid encoding some signatures if we know the relevant extension will be available at load-time.
However, the current deserialiser does not support this and just fails.
We should temporarily drop this optimisation, at least until we can pass extension registers to the deserialiser.
This (plus #690) is the root cause of #683.
The text was updated successfully, but these errors were encountered: