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
There's lots of places where it's challenging to add static typing where we have to deal with Dependency and TypedSchema, and we need to add assertions on their contained schemas. This is due to the fact that we maintain no connection between their .schema_type and types of .schema.
Having the ability to specify Dependency[ProtobufSchema] when working with protobuf-specific code would help greatly in this respect.
The text was updated successfully, but these errors were encountered:
There's lots of places where it's challenging to add static typing where we have to deal with
Dependency
andTypedSchema
, and we need to add assertions on their contained schemas. This is due to the fact that we maintain no connection between their.schema_type
and types of.schema
.Having the ability to specify
Dependency[ProtobufSchema]
when working with protobuf-specific code would help greatly in this respect.The text was updated successfully, but these errors were encountered: