-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: hope add format for generated *_pb.jl #206
Comments
I tried making the generated metadata methods having one field per line, but the files got really long because of that. I think if one wants to read the metadata, they should look at the proto files directly, and use these generated methods only when the need to programmatically access their values. As a workaround, you can install |
Yeah, for exports it kinda makes sense to have them presented in a readable way... Want to contribute?:) These lines print the export statement: https://github.com/JuliaIO/ProtoBuf.jl/blob/v1.0.2/src/codegen/toplevel_definitions.jl#L180-L185 I think I a case like this we want multiple lines starting with |
OK, Let me try do this |
hope add format for generated *_pb.jl
The text was updated successfully, but these errors were encountered: