multicodec icon indicating copy to clipboard operation
multicodec copied to clipboard

Automate table sync between repos

Open ghost opened this issue 8 years ago • 2 comments

There are csv tables spread over many repos. There should be one source of truth (multicodec/table.csv), and repos should pull it from there.

ghost avatar Mar 01 '17 03:03 ghost

@jbenet @diasdavid how does this sound:

Instead of replicating the table into all kinds of places, we put it on ipfs and behind a well-known name, e.g. /ipns/multicodec.io. We can then use standard ipfs pages tooling to keep it updated.

I'm not very happy about committing the table into $n repos, we already have that bubbling-up-updates-pain with both gx and npm. I know it's largely a tooling issue, but the best tooling is the one which I don't need :)

ghost avatar Mar 07 '17 02:03 ghost

@lgierth sounds good, although, for Node.js land, it is simpler to just publish it as a module of npm and use it as a dependency. I can see the value for all the other languages, though.

Agree that updating all the tables everywhere is prone to bugs and cumbersome.

daviddias avatar Mar 07 '17 16:03 daviddias