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 we have an ActionName trait implemented for the Action enum types, which is subpar because we could be grabbing the name from the wire type themselves. It would be good to add the logic for Protobuf::full_name and remove the ActionName trait.
┆Issue Number: ENG-865
The text was updated successfully, but these errors were encountered:
Currently we have an
ActionName
trait implemented for theAction
enum types, which is subpar because we could be grabbing the name from the wire type themselves. It would be good to add the logic forProtobuf::full_name
and remove theActionName
trait.┆Issue Number: ENG-865
The text was updated successfully, but these errors were encountered: