Reynir Björnsson reynir · he/him/his
  • Joined on 2024-08-21
reynir suggested changes for robur/git-kv#6 2024-11-28 10:45:13 +00:00
add function: commit : t -> Digestif.SHA1.t option

I think we should clarify what the behavior is during a change_and_push. I think it will refer to the commit as it is at the start of a change_and_push with this semantics.

reynir created pull request robur/git-kv#7 2024-11-28 10:20:59 +00:00
Prepare for release v0.1.1
reynir created branch prepare-v0.1.1 in robur/git-kv 2024-11-28 10:20:40 +00:00
reynir pushed to prepare-v0.1.1 at robur/git-kv 2024-11-28 10:20:40 +00:00
6d71d1f78f Prepare for release v0.1.1
reynir deleted branch fix-of-octets from robur/git-kv 2024-11-28 10:16:38 +00:00
reynir merged pull request robur/git-kv#5 2024-11-28 10:16:35 +00:00
of_octets: create ring buffer earlier to avoid missing data
reynir pushed to main at robur/git-kv 2024-11-28 10:16:35 +00:00
992127f2bd Merge pull request 'of_octets: create ring buffer earlier to avoid missing data' (!5) from fix-of-octets into main
bcd49ccfcf of_octets: create ring buffer earlier to avoid missing data
Compare 2 commits »
reynir pushed to main at robur/opam-mirror 2024-11-28 09:12:38 +00:00
ddb0f610e4 Merge pull request 'when creating the tarball, only include the packages folder, repo and version' (#30) from tar-include-only-packages-version-repo into main
80f5511133 when creating the tarball, only include the packages folder, repo and version
Compare 2 commits »
reynir deleted branch tar-include-only-packages-version-repo from robur/opam-mirror 2024-11-28 09:12:38 +00:00
reynir closed issue robur/opam-mirror#29 2024-11-28 09:12:36 +00:00
index.tar.gz contains unnecessary files
reynir merged pull request robur/opam-mirror#30 2024-11-28 09:12:35 +00:00
when creating the tarball, only include the packages folder, repo and version
reynir commented on pull request robur/opam-mirror#28 2024-11-21 19:40:35 +00:00
Reserve an area for dumping the Serve.t -- basically the tarball and last_modified date

Likely my setup is broken /o\ with a different version of opam-mirror I get the same error.

reynir commented on pull request robur/opam-mirror#28 2024-11-21 18:21:06 +00:00
Reserve an area for dumping the Serve.t -- basically the tarball and last_modified date

I tried to test this, but I get the following error:

Long log output
2024-11-21T18:14:19-00:00: [DEBUG] [mimic] Try to instantiate <tls>.
2024-11-21T18:14:19…
reynir commented on pull request robur/opam-mirror#28 2024-11-21 18:05:45 +00:00
Reserve an area for dumping the Serve.t -- basically the tarball and last_modified date

Oh, apparently not! It compiles fine. It probably changed at the same time when you can write match _ with Ok Data data -> ...`

reynir commented on pull request robur/opam-mirror#28 2024-11-21 17:52:08 +00:00
Reserve an area for dumping the Serve.t -- basically the tarball and last_modified date

We can also use Marshal like we do for checksum caches. It would make of_string easier, I think.

reynir commented on pull request robur/opam-mirror#28 2024-11-21 17:52:08 +00:00
Reserve an area for dumping the Serve.t -- basically the tarball and last_modified date

Shouldn't this be let (`Initialized th) = ... in?

reynir commented on pull request robur/opam-mirror#28 2024-11-21 17:52:08 +00:00
Reserve an area for dumping the Serve.t -- basically the tarball and last_modified date

You don't zero out the index partition when initializing the disk. I will suggest a change (possibly in another PR) that makes it take an optional argument: `--initialize-disk=[soft

reynir opened issue robur/opam-mirror#29 2024-11-21 17:29:37 +00:00
index.tar.gz contains unnecessary files