
@sschwarzer I have no idea how SourceHut works, but here’s a patch for your consideration
https://git.sr.ht/~sorawee/sudoku-solver/commit/fe3dde2e18a0e7a8823b817c6d819d495a94098f.patch

Thanks! :slightly_smiling_face:

This is weird … $ git pull <https://git.sr.ht/~sorawee/sudoku-solver>
remote: fatal: failed to read object 9ce754e3c015d305f515dee2f1c1c958158ca305: Permission denied
remote: aborting due to possible repository corruption on the remote side.
fatal: protocol error: bad pack header
$ git fetch <https://git.sr.ht/~sorawee/sudoku-solver>
remote: fatal: failed to read object 9ce754e3c015d305f515dee2f1c1c958158ca305: Permission denied
remote: aborting due to possible repository corruption on the remote side.
fatal: protocol error: bad pack header
$ cd ..
$ git clone <https://git.sr.ht/~sorawee/sudoku-solver> sudoku-solver-sorawee
Cloning into 'sudoku-solver-sorawee'...
fatal: error reading section header 'shallow-info'
I did a web search and found a workaround, pulling/cloning via SSH instead of HTTS. This doesn’t seem to be a Sourcehut-specific problem.
I applied and pushed your patch. :+1:

I haven’t been able to get it to fail yet today, whereas before it was pretty easy to do, so this at least seems to have helped.

Hi all, my package isn’t being built on http://pkg-build.racket-lang.org\|pkg-build.racket-lang.org, and I need some help understanding why.

The package is here: https://pkg-build.racket-lang.org/server/built/fail/rival.txt

It fails while building scribble documentation, which I only wrote recently

The scribble source is here: https://github.com/herbie-fp/rival/blob/master/main.scrbl


Oh, got it, thanks!

Unfortunately, the problem will persist at pkg-build until the next release

That’s fine, I really doubt anyone was using it other than Herbie!

This has unfortunately been a problem for a long time, but I only managed to reproduce it locally yesterday. And then Matthew fixed it right away.

Classic Matthew