~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] [PATCH hare] types::RUNE_MIN: correct documentation comment

Christy X. Winslett <winslett.christian@gmail.com>
Details
Message ID
<20230223061453.13451-1-winslett.christian@gmail.com>
DKIM signature
pass
Download raw message
Patch: +1 -1
---
 types/limits.ha | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/types/limits.ha b/types/limits.ha
index f1a9ad25..48fad552 100644
--- a/types/limits.ha
+++ b/types/limits.ha
@@ -51,7 +51,7 @@ export def U64_MIN: u64 = 0;
// Maximum value which can be stored in a u64 type.
export def U64_MAX: u64 = 18446744073709551615;

// Maximum value which can be stored in a rune.
// Minimum value which can be stored in a rune.
export def RUNE_MIN: rune = U32_MIN: rune;

// Maximum value which can be stored in a rune.
-- 
2.39.2

[hare/patches] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CQPQ24RI5QEO.30V27J4GWGIXZ@cirno2>
In-Reply-To
<20230223061453.13451-1-winslett.christian@gmail.com> (view parent)
DKIM signature
missing
Download raw message
hare/patches: SUCCESS in 1m27s

[types::RUNE_MIN: correct documentation comment][0] from [Christy X. Winslett][1]

[0]: https://lists.sr.ht/~sircmpwn/hare-dev/patches/39263
[1]: winslett.christian@gmail.com

✓ #946204 SUCCESS hare/patches/alpine.yml  https://builds.sr.ht/~sircmpwn/job/946204
✓ #946205 SUCCESS hare/patches/freebsd.yml https://builds.sr.ht/~sircmpwn/job/946205
Details
Message ID
<CR7OUSOAQS59.3KOOS48CKSK3N@taiga>
In-Reply-To
<20230223061453.13451-1-winslett.christian@gmail.com> (view parent)
DKIM signature
pass
Download raw message
Needs to be resent with a corrected subject line
Reply to thread Export thread (mbox)