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
We should ideally copy all the comments from the original .proto file into the new generated _pb.jl file by reading the comments fields off of the SourceCodeInfo proto.
We should ideally copy all the comments from the original
.proto
file into the new generated_pb.jl
file by reading the comments fields off of theSourceCodeInfo
proto.An example that does this in Go can be found here (under the MIT license):
https://github.com/pseudomuto/protokit/blob/7037620/comments.go
This issue is extracted from #128, which was never merged, and is obsolete after the 1.0.0 rewrite.
The text was updated successfully, but these errors were encountered: