~onemoresuza

~onemoresuza/rham

Last active 9 months ago

~onemoresuza/aba

Last active 1 year, 11 days ago

~onemoresuza/srht-actions-discuss

Last active 1 year, 2 months ago

~onemoresuza/srht-actions-devel

Last active 1 year, 2 months ago

~onemoresuza/srht-actions-announce

Last active 1 year, 2 months ago

~onemoresuza/hare-master-overlay

Last active 1 year, 2 months ago

~onemoresuza/pass-sxatm

Last active 1 year, 5 months ago
View more

Recent activity

Re: [hare/patches] build success 4 months ago

From Coutinho de Souza to ~sircmpwn/hare-dev

Had forgotten to add hare's repo to the subject. Now the builds trigger
and succeed.

[PATCH hare v4] scripts/version: achieve shellcheck compliance 4 months ago

From Coutinho de Souza to ~sircmpwn/hare-dev

From: Coutinho de Souza <dev@onemoresuza.com>

---
 scripts/version | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/scripts/version b/scripts/version
index 64a75a76..16a1025f 100755
--- a/scripts/version
+++ b/scripts/version
@@ -1,22 +1,16 @@
#!/bin/sh
# Distro packagers may set the LOCALVER variable to add their distribution to
# the version, e.g. 1.0-alpine.
[message trimmed]

[PATCH v3] scripts/version: achieve shellcheck compliance 4 months ago

From Coutinho de Souza to ~sircmpwn/hare-dev

From: Coutinho de Souza <dev@onemoresuza.com>

---
 scripts/version | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/scripts/version b/scripts/version
index 64a75a76..16a1025f 100755
--- a/scripts/version
+++ b/scripts/version
@@ -1,22 +1,16 @@
#!/bin/sh
# Distro packagers may set the LOCALVER variable to add their distribution to
# the version, e.g. 1.0-alpine.
[message trimmed]

Re: [PATCH v2] scripts/version: achieve shellcheck compliance 4 months ago

From Coutinho de Souza to ~sircmpwn/hare-dev

v1 had a typo on the last line: `LOCAVER` instead of `LOCALVER`.

[PATCH v2] scripts/version: achieve shellcheck compliance 4 months ago

From Coutinho de Souza to ~sircmpwn/hare-dev

From: Coutinho de Souza <dev@onemoresuza.com>

It's just a simplification of the script that achieves:

1. shellcheck compliance; and
2. a less verbose script, since there's no more reliance on checking the
   last return value, i. e., `[ $? -ne 0 ]`.
---
 scripts/version | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/scripts/version b/scripts/version
index 64a75a76..3f551f22 100755
--- a/scripts/version
[message trimmed]

[PATCH] scripts/version: achieve shellcheck compliance 4 months ago

From Coutinho de Souza to ~sircmpwn/hare-dev

From: Coutinho de Souza <dev@onemoresuza.com>

It's just a simplification of the script that achieves:

1. shellcheck compliance; and
2. a less verbose script, since there's no more reliance on checking the
   last return value, i. e., `[ $? -ne 0 ]`.
---
 scripts/version | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/scripts/version b/scripts/version
index 64a75a76..d01109ce 100755
--- a/scripts/version
[message trimmed]

hare-ev: Test failure on Hare 0.24.2-rc1 4 months ago

From Coutinho de Souza to ~sircmpwn/public-inbox

I was trying to build hare-ev against the latest release candidate for
Hare[0], but `make check` fails with the following message:

```console
[user@hostname:~/hare-ev] $ make check
hare test
0/28 tasks completed (0%)
ev/dns/dns.ha:42:45: error: rvalue type (*unix::resolvconf::config) is not assignable to lvalue ([]net::ip::addr)

42 |			servers = resolvconf::load();
   |	                                            ^


harec for ev::dns (/<home>/hare-ev/ev/dns) exited with status 4

Re: [PATCH] update for Hare 0.24.2 4 months ago

From Coutinho de Souza to ~autumnull/treecat-dev

~autumnull, fs::next now may return an error. The error handling I've
applied to such case is to print the human readable string for the
fs::error and exit with the error code 1.

If that's not how it should be handled, let me know and I'll change the
patch accordingly.

[PATCH] update for Hare 0.24.2 4 months ago

From Coutinho de Souza to ~autumnull/treecat-dev

From: Coutinho de Souza <dev@onemoresuza.com>

---
 src/treecat.ha   | 55 +++++++++++++++++++++++-------------------------
 src/untreecat.ha | 12 +++++------
 2 files changed, 31 insertions(+), 36 deletions(-)

diff --git a/src/treecat.ha b/src/treecat.ha
index 71de11c..90a9b56 100644
--- a/src/treecat.ha
+++ b/src/treecat.ha
@@ -58,15 +58,13 @@ fn treecat(
			};

[message trimmed]

QBE version for Hare 0.24.2 4 months ago

From Coutinho de Souza to ~sircmpwn/hare-users

Against which version of qbe should Hare 0.24.2 be built?

I've managed to build it with qbe 1.2 (which is 5 months old as of
today[0]), but don't if there's any runtime unexpected behavior because
of it.

[0]: https://c9x.me/git/qbe.git