~sircmpwn/hare-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH hare-png] Update per stdlib changes

Details
Message ID
<20230909134715.17586-1-yyp@disroot.org>
DKIM signature
pass
Download raw message
Patch: +1 -1
---
 image/png/idat.ha | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/image/png/idat.ha b/image/png/idat.ha
index f0ad5e2..cd4f0ed 100644
--- a/image/png/idat.ha
+++ b/image/png/idat.ha
@@ -46,7 +46,7 @@ fn idat_read(
	};

	if (dec.filter is void) {
		const ft = match (bufio::scanbyte(&ir.inflate)?) {
		const ft = match (bufio::read_byte(&ir.inflate)?) {
		case io::EOF =>
			return idat_finish(ir);
		case let b: u8 =>
-- 
2.42.0

[hare-png/patches/.build.yml] build failed

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CVEFMAMEKKMF.1CVAJL2JBNVI0@cirno2>
In-Reply-To
<20230909134715.17586-1-yyp@disroot.org> (view parent)
DKIM signature
missing
Download raw message
hare-png/patches/.build.yml: FAILED in 18s

[Update per stdlib changes][0] from [Alexey Yerin][1]

[0]: https://lists.sr.ht/~sircmpwn/hare-dev/patches/44536
[1]: yyp@disroot.org

✗ #1055105 FAILED hare-png/patches/.build.yml https://builds.sr.ht/~sircmpwn/job/1055105
Details
Message ID
<CVOGLM08I0HE.1KIXYR7B83OD8@taiga>
In-Reply-To
<20230909134715.17586-1-yyp@disroot.org> (view parent)
DKIM signature
pass
Download raw message
Thanks!

To git@git.sr.ht:~sircmpwn/hare-png
   33b285c..9deb848  master -> master
Reply to thread Export thread (mbox)