Has any thought been given to using ProtoBuf.Enumx instead of EnumX in generated files? This is arguably a discouraged practice, but it would eliminate the need to add EnumX explicitly to an environment. A good justification for it in this case is that it is being used for code that was generated by ProtoBuf.jl so it's as if it were being used in internal ProtoBuf module code.
Has any thought been given to using
ProtoBuf.Enumx
instead ofEnumX
in generated files? This is arguably a discouraged practice, but it would eliminate the need to addEnumX
explicitly to an environment. A good justification for it in this case is that it is being used for code that was generated byProtoBuf.jl
so it's as if it were being used in internalProtoBuf
module code.