dtb trinity
trinity pushed to openbsd at bonsai/harakit 2024-08-14 09:34:21 -06:00
0fd66bff38 false(1), true(1): complete main prototype
0c4923016e Makefile: replace include/None.mk with /dev/null
Compare 2 commits »
trinity commented on pull request bonsai/harakit#157 2024-08-14 09:12:16 -06:00
OpenBSD pledge(2) and unveil(2) support

Works great.

trinity commented on pull request bonsai/harakit#157 2024-08-13 23:58:45 -06:00
OpenBSD pledge(2) and unveil(2) support

I'm getting the following error message when trying to make:

rustc --extern getopt=build/o/libgetopt.rlib  --extern strerror=build/o/libstrerror.rlib  --extern sysexits=build/o/libsysexit…
trinity pushed to main at trinity/src 2024-08-11 19:22:00 -06:00
0e3a4859d4 2024-08-09
Compare 2 commits »
trinity pushed to openbsd at bonsai/harakit 2024-08-10 22:30:28 -06:00
4c81516742 strcmp(1): further error-proofing
98c4d94f6d scrut(1): further error-proofing
da190f713c npc(1): tweak OpenBSD functions
10b7f7706b dj(1): tweak OpenBSD functions
Compare 4 commits »
trinity pushed to openbsd at bonsai/harakit 2024-08-10 22:04:16 -06:00
b1a4a1a2b9 dj(1): use entirely-stdio error messages for OpenBSD functions
trinity commented on pull request bonsai/harakit#96 2024-08-09 09:06:28 -06:00
testing

I cannot reproduce this behavior with either pdpmake(1) or OpenBSD make(1).

OpenBSD/7.5 arm64 make(1):

$ uname -a
OpenBSD laika.my.domain 7.5 GENERIC#97 arm64
$ command -v…
trinity pushed to main at trinity/src 2024-08-08 12:06:29 -06:00
d4cefa135d 2024-08-08
trinity commented on pull request bonsai/harakit#156 2024-08-08 02:33:50 -06:00
STYLE: make rules more granular and consistent, add examples

I struggled with coming up with this example. Could someone proofread this?

trinity created pull request bonsai/harakit#156 2024-08-08 02:33:01 -06:00
STYLE: make rules more granular and consistent, add examples
trinity pushed to style-c at bonsai/harakit 2024-08-08 02:32:17 -06:00
8646d5c4ee STYLE: make rules more granular and consistent, add examples
trinity created branch style-c in bonsai/harakit 2024-08-08 02:32:17 -06:00
trinity commented on pull request bonsai/harakit#96 2024-08-07 21:14:09 -06:00
testing

The current Makefile just builds and tests true(1) for me. The following change seems to fix this:

diff --git a/Makefile b/Makefile
index 6c6d555..906e7f4 100644
--- a/Makefile
+++…
trinity suggested changes for bonsai/harakit#96 2024-08-07 20:22:23 -06:00
testing

Just some notes regarding inconsistencies.

trinity commented on pull request bonsai/harakit#96 2024-08-07 20:22:23 -06:00
testing

Could this be `while printf '%s\n' "$$n"

trinity commented on pull request bonsai/harakit#96 2024-08-07 20:22:22 -06:00
testing

Are these variables necessary? Should we use this pattern everywhere?

trinity commented on pull request bonsai/harakit#96 2024-08-07 20:22:22 -06:00
testing

This needs to be updated.

trinity commented on pull request bonsai/harakit#96 2024-08-07 09:55:26 -06:00
testing

All utilities now have tests. Some are better than others, but the foundation is there.

trinity pushed to testing at bonsai/harakit 2024-08-07 08:35:32 -06:00
a7f16b5a7e swab.1: Add note to keep example in tests
trinity pushed to testing at bonsai/harakit 2024-08-07 08:34:45 -06:00
a94884cc2a tests: bonsai/swab.mk: add example from tha man page
9412f95cb1 tests: bonsai/str.mk: add str_isalpha test
Compare 2 commits »