Re: [Toybox] [PATCH] toysh: fix -Wuse-after-free

2024-03-22 Thread enh via Toybox
On Fri, Mar 22, 2024 at 8:24 AM enh wrote: > > On Thu, Mar 21, 2024 at 8:45 PM Rob Landley wrote: > > > > On 3/17/24 14:52, Oliver Webb wrote: > > > On Thursday, March 14th, 2024 at 12:04, enh wrote: > > >> at a high level, it does seem like many/most people interpret "pending" > > >> as

Re: [Toybox] [PATCH] toysh: fix -Wuse-after-free

2024-03-22 Thread enh via Toybox
On Thu, Mar 21, 2024 at 8:45 PM Rob Landley wrote: > > On 3/17/24 14:52, Oliver Webb wrote: > > On Thursday, March 14th, 2024 at 12:04, enh wrote: > >> at a high level, it does seem like many/most people interpret "pending" as > >> "almost done" (he says, being part of the problem himself,

[Toybox] [PATCH] restorecon: use FLAG() macro for readability.

2024-03-22 Thread enh via Toybox
--- toys/android/restorecon.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) 0001-restorecon-use-FLAG-macro-for-readability.patch Description: Binary data ___ Toybox mailing list Toybox@lists.landley.net

Re: [Toybox] hexdump tests.

2024-03-22 Thread enh via Toybox
On Mon, Mar 18, 2024 at 6:04 AM Rob Landley wrote: > > On 3/15/24 16:24, enh wrote: > > Sure, but that said some tests _DO_ care about the exact amount of > > whitespace > > (are columns aligned), or tabs vs spaces. > > > > i know what you mean, but at the same time, i'm struggling to

Re: [Toybox] [PATCH] toysh: fix -Wuse-after-free > FYI lsb

2024-03-22 Thread scsijon
Date: Fri, 22 Mar 2024 08:24:18 -0700 From: enh To: Rob Landley Cc: Oliver Webb , toybox Subject: Re: [Toybox] [PATCH] toysh: fix -Wuse-after-free Message-ID: Content-Type: text/plain; charset="UTF-8" On Thu, Mar 21, 2024 at 8:45?PM Rob Landley wrote: On 3/17/24 14:52,

Re: [Toybox] hexdump tests.

2024-03-22 Thread scsijon
On 23/3/24 07:02, toybox-requ...@lists.landley.net wrote: Date: Fri, 22 Mar 2024 13:02:18 -0700 From: enh To: Rob Landley Cc: toybox@lists.landley.net Subject: Re: [Toybox] hexdump tests. Message-ID: Content-Type: text/plain; charset="UTF-8" On Mon, Mar 18, 2024 at 6:04?AM Rob

Re: [Toybox] test.sh: Don't override "C" command path in TEST_HOST if it's set

2024-03-22 Thread Rob Landley
On 3/21/24 21:38, Oliver Webb via Toybox wrote: > A mildly annoying issue of you are trying to test with different > implementations of commands > such as plan9 ones or sbase or busybox ones, things with different > conflicting implementations > of things like xxd or vi. With this patch you can

Re: [Toybox] test.sh: Don't override "C" command path in TEST_HOST if it's set

2024-03-22 Thread Rob Landley
On 3/22/24 16:11, Rob Landley wrote: > On 3/21/24 21:38, Oliver Webb via Toybox wrote: >> A mildly annoying issue of you are trying to test with different >> implementations of commands >> such as plan9 ones or sbase or busybox ones, things with different >> conflicting implementations >> of

Re: [Toybox] test.sh: Don't override "C" command path in TEST_HOST if it's set

2024-03-22 Thread Oliver Webb via Toybox
> On 3/21/24 21:38, Oliver Webb via Toybox wrote: > > > A mildly annoying issue of you are trying to test with different > > implementations of commands > > such as plan9 ones or sbase or busybox ones, things with different > > conflicting implementations > > of things like xxd or vi. With this