Versioned catalogs

Open
#46 0 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

Assessment

This issue has not been assessed yet.

Description

Catalogs don't like to get overwritten, because write_file will error if it notices there's a duplicate catalog. The goal is, instead of erroring for a named catalog, the old one must be versioned using its hash. Once the old catalog is moved, the new one can take its place with no error so long as the new file is different from the old file. An error should still occur for hashed catalogs, since those are content-addressable, and so there's no reason to do the same work twice.

Dominant language
Rust
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from bitmask-stack/carbonado-node

All issues in bitmask-stack/carbonado-node

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.