Saman

Results 35 comments of Saman

> * Sort all the `proto-field-ids` by their numerical value, and stack from low-to-high. What about oneof (union) that does not have id ?

> --disallow-proto-field-gaps As we sort and map the ids, what is the point of this config flag ?

> I think we should just ignore that type. We don't have a similar concept in flatbuffers other than unions. But they are not the same thing. What do you...

> This is to alert the user that they could introduce issues in the future. If you have: It sounds reasonable. And what should we do for reserved id ?...

In conclusion: 1. Sort all the proto-field-ids by their numerical value, and stack from low-to-high. 2. As oneof elements in protobuf which is equal to union in flatbuffer, do not...

The exception have been occurred in idl_gen_go.cpp in **BeginFile** method.

Hi @doichanj and @hhorii , What is the procedure of p.r.'s ? Could you please help me with it ?

The problem in foo/bar example in this issue is, it does not specified which Header in which namespace should be used. I mean It should be like this: **header.fbs:** ```...

@mgesmundo the generator compare the namespace of Header and current namespace, find out both are same, so it drop namesapce (myspace). Change Header namespace to something else and try.

I think [this error](https://github.com/Qiskit/qiskit-aer/actions/runs/9169305935/job/25209514218?pr=2131#step:6:1386) is related to pip or network problem :)