~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
1

[PATCH hare] cmd/hare: bell the terminal when build completes

Details
Message ID
<20220304230557.10833-1-noam@pixelhero.dev>
DKIM signature
missing
Download raw message
Patch: +3 -0
Signed-off-by: Noam Preil <noam@pixelhero.dev>
---
 cmd/hare/subcmds.ha | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cmd/hare/subcmds.ha b/cmd/hare/subcmds.ha
index 60ad3d5..ac0bc15 100644
--- a/cmd/hare/subcmds.ha
+++ b/cmd/hare/subcmds.ha
@@ -179,6 +179,9 @@ fn build(args: []str) void = {
	case !exec::exit_status =>
		fmt::fatal("{} {}: build failed", os::args[0], os::args[1]);
	};
	if (tty::isatty(os::stdout_file)) {
		io::write(os::stdout_file, ['\a'])!;
	};
};

fn cache(args: []str) void = {
-- 
2.35.1
Details
Message ID
<CIBGLY9NRIRY.R73TNYXHS6SW@monch>
In-Reply-To
<20220304230557.10833-1-noam@pixelhero.dev> (view parent)
DKIM signature
missing
Download raw message
Thanks!

To git@git.sr.ht:~sircmpwn/hare
   0f4a702..571fbcc  master -> master
Reply to thread Export thread (mbox)