dtb trinity
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 »
trinity pushed to testing at bonsai/harakit 2024-08-02 18:28:34 -06:00
91de98cea3 tests: bonsai/intcmp.mk: make tests more relevant to failure cases
trinity pushed to testing at bonsai/harakit 2024-08-02 18:23:03 -06:00
bd09d16949 tests: bonsai/dj.mk: comment more
trinity approved bonsai/harakit#151 2024-08-01 19:30:36 -06:00
Makefile improvements
trinity commented on pull request bonsai/harakit#151 2024-08-01 10:50:59 -06:00
Makefile improvements

These are good changes. I'll approve them once I know they work.

trinity commented on pull request bonsai/harakit#151 2024-08-01 06:33:33 -06:00
Makefile improvements

Should this be renamed elsewhere too?

trinity commented on pull request bonsai/harakit#151 2024-08-01 06:30:55 -06:00
Makefile improvements

-eq is integer equality, identical to intcmp -e. You'll want to use an equality sign instead.

trinity pushed to pg at bonsai/harakit 2024-07-31 17:31:17 -06:00
2bd7006d7a scroll(1): renamed from pg(1)
4c36ec1807 pg(1): more work on strtok_quoted
c01af89e52 pg(1): finish style changes
73b84f9719 pg(1): update style
383d53168f Merge branch 'main' into pg
Compare 296 commits »
trinity pushed to main at trinity/src 2024-07-31 12:17:23 -06:00
654ade6733 2024-07-31
trinity created branch zn in trinity/overgrown 2024-07-29 22:33:26 -06:00
trinity pushed to zn at trinity/overgrown 2024-07-29 22:33:26 -06:00
a28542e5e5 zn(1): proof of concept
trinity commented on pull request bonsai/harakit#142 2024-07-29 22:20:50 -06:00
Formatting

This is set to be merged.

trinity pushed to dj-formatting at bonsai/harakit 2024-07-29 21:15:01 -06:00
6bbccb3776 fop(1): fix minor optind bug, add some comments
fd13a7f189 swab(1): fix imports to be consistent
Compare 2 commits »
trinity pushed to dj-formatting at bonsai/harakit 2024-07-29 13:44:05 -06:00
8d23c7fbac dj(1): better ASV formatting and comments