-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Description
Most popular protobuffer implementation comes with a concept of Full Name, which is very helpful dealing with Any
type.
It seems that #329 removed such functionality, @whatyouhide suggested to manually set the value, but I believe this is a set back,
- that is error prune
- other languages do not have to deal with such situation, making the elixir experience less optimal
References
- Rust: https://docs.rs/prost/latest/prost/trait.Name.html
- Go: https://pkg.go.dev/google.golang.org/protobuf/reflect/protoreflect#Descriptor.FullName
- Java: https://github.com/protocolbuffers/protobuf/blob/bf662dca814c7535b75d1520f9f32a76f7205c02/csharp/src/Google.Protobuf/Reflection/DescriptorBase.cs#L58
skbolton
Metadata
Metadata
Assignees
Labels
No labels