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
Every time I regenerate the schema, it gets a new capn id. Is there some way to control this, other than modifying the file after generation? I am also providing non Go interfaces.
The text was updated successfully, but these errors were encountered:
@justincormack - I see what you mean now. Yes we call capnp id to generate an id when we write out a capnproto schema. bambam doesn't know if you are running it for the first time or the N-th time. What would be a convenient way to control the capn id used for the schema? We could add a flag to set it.... but that would still require some manual setting of the command line flag...
Every time I regenerate the schema, it gets a new capn id. Is there some way to control this, other than modifying the file after generation? I am also providing non Go interfaces.
The text was updated successfully, but these errors were encountered: