~autumnull/treecat-dev

4 4

Re: [PATCH] update for stdlib bufio/memio and sort

Details
Message ID
<d3a672db93bcbef2729ed4263b280295@onemoresuza.mailer.me>
DKIM signature
missing
Download raw message
test/3 seems to be failling with this patch; here's its output:

test/3 ...10,17c10,17
< │   │ 0000 0000 0000 6600 0000 9500 0001 0c80
< │   │ 0002 5480 0002 a480 0002 5480 0002 b480
< │   │ 0002 7480 0002 7680 000f 6080 0035 0040
< │   │ 0048 8020 00a0 9c20 0140 9830 0190 9c30
< │   │ 0140 8010 02a8 8010 0341 40b0 03a4 2050
< │   │ 0370 5860 03aa bfc0 01d5 57c0 0ffa afc0
< │   │ 00d5 5780 077f efe0 003f fe00 03ef f7c0
< │   └ 0000 0000 006f 5e00 0000 0000 0000 0000
---
\> │   │ 00 00 00 660 00 950 01 c80
\> │   │ 02 5480 02 a480 02 5480 02 b480
\> │   │ 02 7480 02 7680 0f 6080 035 040
\> │   │ 048 8020 0a0 9c20 140 9830 190 9c30
\> │   │ 140 8010 2a8 8010 341 40b0 3a4 2050
\> │   │ 370 5860 3aa bfc0 1d5 57c0 ffa afc0
\> │   │ 0d5 5780 77f efe0 03f fe0 3ef f7c0
\> │   └ 00 00 06f 5e0 00 00 00 00
FAIL

I think the failure it's coming from the condition `diff $IN $OUT` on
the `test.do` if-statement.

Any ideas where I could go looking around to find its cause?

Re: [PATCH] update for stdlib bufio/memio and sort

Details
Message ID
<1922F6EA-7B03-4DFA-806C-D694D862C279@posteo.net>
In-Reply-To
<d3a672db93bcbef2729ed4263b280295@onemoresuza.mailer.me> (view parent)
DKIM signature
missing
Download raw message

>Any ideas where I could go looking around to find its cause?
>
thanks for pointing it out. this is almost certainly due to a change in the fmt:: format string syntax. i'm away from my computer at the minute but i would start looking at updating the uses of fmt:: functions.

~A

Re: [PATCH] update for stdlib bufio/memio and sort

Details
Message ID
<f928482a-5c79-43d4-ac7f-4f2edd1d6280@posteo.net>
In-Reply-To
<1922F6EA-7B03-4DFA-806C-D694D862C279@posteo.net> (view parent)
DKIM signature
missing
Download raw message
Actually now that I'm back at my computer I've applied the patch and it 
seems to pass all the tests just fine (after a small unrelated change).

Thanks

~Autumn

Re: [PATCH] update for stdlib bufio/memio and sort

Details
Message ID
<a70752f1ebf5bcf1f01b79d6bfc500bd@onemoresuza.mailer.me>
In-Reply-To
<1922F6EA-7B03-4DFA-806C-D694D862C279@posteo.net> (view parent)
DKIM signature
missing
Download raw message
Can attest it. When building against master[1]:

```console
[user@hostname:~/treecat]:$ sh test.do
test.do: 1: haredo: not found
test/1 ...ok
test/2 ...ok
test/3 ...ok
test/4 ...ok
test/5 ...ok
test/1 -f...ok
test/2 -f...ok
test/3 -f...ok
test/4 -f...ok
test/5 -f...ok
```

Trying to use the version on Nixpkgs and Alpine[2], however, still
fails. They ought be update to master before an eventual packaging of
treecat.

[1]: https://git.sr.ht/~sircmpwn/hare/tree/d94f355481a320fb2aec13ef62cb3bfe2416f5e4
[2]: https://git.sr.ht/~sircmpwn/hare/tree/1048620a7a25134db370bf24736efff1ffcb2483

Re: [PATCH] update for stdlib bufio/memio and sort

Details
Message ID
<E773395F-A079-493A-B0D6-A0C7A4D9B7C1@posteo.net>
In-Reply-To
<a70752f1ebf5bcf1f01b79d6bfc500bd@onemoresuza.mailer.me> (view parent)
DKIM signature
missing
Download raw message
The hare version on alpine is now upgraded to build treecat successfully. And I already have created a MR to upgraded treecat[0].

[0]: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/56282
Reply to thread Export thread (mbox)