dtb trinity
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 created branch style-c in bonsai/harakit 2024-08-08 02:32:17 -06:00
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 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 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 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:22 -06:00
testing

This needs to be updated.

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 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 »
trinity commented on issue bonsai/harakit#155 2024-08-06 13:28:27 -06:00
Automatic git commit messages

That sounds neat, please do!

trinity commented on issue bonsai/harakit#152 2024-08-06 09:04:45 -06:00
qi(1): Syntax

Some thoughts on dereferencing.

  • Prefixing with a symbol may be the only good option.
trinity opened issue bonsai/harakit#155 2024-08-06 07:34:05 -06:00
WIP: Automatic git commit messages
trinity commented on issue bonsai/harakit#154 2024-08-05 15:28:09 -06:00
qi(1): Builtins

The only built-in commands I see as absolutely necessary are let (or a way to change the shell environment; see #152) and cd or chdir.

The argument that built-ins drastically speed up…

trinity commented on issue bonsai/harakit#148 2024-08-05 15:15:48 -06:00
kv(1) - key/value

It would be better to read from standard input only and use file redirection.

trinity pushed to testing at bonsai/harakit 2024-08-05 15:01:38 -06:00
74d6ec16ac Merge branch 'testing' of git.tebibyte.media:bonsai/harakit into testing
e93d218b87 tests/bonsai: str.mk: -h test
cd5983b10b tests/bonsai: intcmp.mk: add a comment
Compare 3 commits »
trinity pushed to testing at bonsai/harakit 2024-08-04 08:47:46 -06:00
acdbecf178 tests: bonsai/scrut.mk: add tests
0f2d357476 tests/bonsai: dj.mk: tee diagnostics to stderr instead of tty
588680406a tests: bonsai/npc.mk: full ASCII test coverage
Compare 3 commits »