managing capn ids
justincormack opened this issue · 2 comments
justincormack commented
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.
glycerine commented
Hi @justincormack, could you provide instructions to reproduce this?
Does it seem related to #18 ?
glycerine commented
@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...