~tomterl/public-inbox

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

[PATCH indite] Update to latest Hare: `void -> done`

Carlos Une <une@fastmail.fm>
Details
Message ID
<20240623174333.10622-1-une@fastmail.fm>
DKIM signature
pass
Download raw message
Patch: +1 -1
---
 ini/strings.ha | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ini/strings.ha b/ini/strings.ha
index 4d31ad8..b626128 100644
--- a/ini/strings.ha
+++ b/ini/strings.ha
@@ -12,7 +12,7 @@ export fn splitn(in: str, delim: str, n: size) []str = {
                };
        };
        match(strings::peek_token(&tok)) {
        case void => void;
        case done => void;
        case let s: str =>
                append(toks, strings::remaining_tokens(&tok));
        };
-- 
2.39.2
Reply to thread Export thread (mbox)