From Seedo Paul to ~emersion/mrsh-dev
--- builtin/shift.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/builtin/shift.c b/builtin/shift.c index 5c582fc..c572f6d 100644 --- a/builtin/shift.c @@ -40,13 +40,15 @@ int builtin_shift(struct mrsh_state *state, int argc, char *argv[]) { } return 1; } for (int i = 1, j = n + 1; j < state->frame->argc; ++i, ++j) { if (j <= state->frame->argc - n) {[message trimmed]
From Seedo Paul to ~lattis/muon
--- src/external/libpkgconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/external/libpkgconf.c b/src/external/libpkgconf.c index c87b9f77..4f0833c0 100644 --- a/src/external/libpkgconf.c +++ b/src/external/libpkgconf.c @@ -32,7 +32,7 @@ static struct { }; static bool error_handler(const char *msg, const pkgconf_client_t *client, void *data) error_handler(const char *msg, const pkgconf_client_t *client, const void *data)[message trimmed]
From Seedo Eldho Paul to ~sircmpwn/hare-dev
Sorry, I forgot to specify the repository in the subject line within [PATCH], so please ignore this.
From Seedo Paul to ~sircmpwn/hare-dev
Signed-off-by: Seedo Paul <seedoeldhopaul@gmail.com> --- scripts/gen-stdlib | 20 ++++++++++---------- stdlib.mk | 32 ++++++++++++++++---------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/scripts/gen-stdlib b/scripts/gen-stdlib index aee7216e..66f0bafa 100755 --- a/scripts/gen-stdlib +++ b/scripts/gen-stdlib @@ -475,7 +475,7 @@ gensrcs_crypto_sha256() { } genssa_crypto_sha256() { [message trimmed]
From Seedo Paul to ~sircmpwn/hare-dev
Signed-off-by: Seedo Paul <seedoeldhopaul@gmail.com> --- scripts/gen-stdlib | 20 ++++++++++---------- stdlib.mk | 32 ++++++++++++++++---------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/scripts/gen-stdlib b/scripts/gen-stdlib index aee7216e..66f0bafa 100755 --- a/scripts/gen-stdlib +++ b/scripts/gen-stdlib @@ -475,7 +475,7 @@ gensrcs_crypto_sha256() { } genssa_crypto_sha256() { [message trimmed]
From Seedo Paul to ~sircmpwn/email-test-drive
--- seedo | 1 + 1 file changed, 1 insertion(+) create mode 100644 seedo diff --git a/seedo b/seedo new file mode 100644 index 0000000..6d0ecfd --- /dev/null +++ b/seedo @@ -0,0 +1 @@ -- 2.39.0 I'm about to try git send-email[message trimmed]
From Seedo Eldho Paul to ~sircmpwn/hare-users
That helped, thanks!
From Seedo Eldho Paul to ~sircmpwn/hare-users
Hi, For learning C interoperability, I wrote this simple program to interface with libwayland-client: http://sprunge.us/fBnsa6. The code compiles fine, but I get the following error while trying to run the generated binary: seedo@ARCH-PC ~/t/hello-wayland> ./hello-wayland Abort: /home/seedo/temp/hello-wayland/main.ha:12:4: execution reached unreachable code (compiler bug) fish: Job 1, './hello-wayland' terminated by signal SIGABRT (Abort) This is triggered by the first exhaustive match statement of the function connect(), if I understand correctly. Sorry for the noise if this is already a known bug.
From Seedo Paul to ~lattis/muon
Without this, the test `226 link depends indexed custom target` fails on aarch64. --- src/functions/machine.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/functions/machine.c b/src/functions/machine.c index 10e475b..85f2b76 100644 --- a/src/functions/machine.c +++ b/src/functions/machine.c @@ -80,6 +80,7 @@ func_machine_cpu_family(struct workspace *wk, obj rcvr, uint32_t args_node, obj const char *map[][2] = { { "x86_64", "x86_64" }, [message trimmed]
From Seedo Paul to ~sircmpwn/email-test-drive
--- This fixes the issues raised from the first patch. seedo | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 seedo diff --git a/seedo b/seedo new file mode 100644 index 0000000..2a4e3a7 --- /dev/null +++ b/seedo @@ -0,0 +1,2 @@ I have successfully used git send-email! [message trimmed]