Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
Output of selection interfaces should return type name
Closed { reason: Solved } did:key:z6MkswQE...2C1V opened 2 years ago

The serialized return data of all selection interfaces should also contain a type e.g. “patch” or “issue”. This type information can then be used by the CLI to determine the correct operation.

z6MkswQE...2C1V commented 2 years ago

This is not needed anymore, since

a) The CLI will now provides generic deserialzers for ObjectId and NotificationId. There’s no need to signal the type. b) Calling code of all TUI interfaces do know, which type they operate on.