dtb trinity
trinity closed pull request bonsai/harakit#137 2024-07-10 12:40:52 -06:00
swab(1): remove -f, fix arg parsing
trinity commented on pull request bonsai/harakit#137 2024-07-10 12:40:10 -06:00
swab(1): remove -f, fix arg parsing

Merged.

trinity pushed to main at bonsai/harakit 2024-07-10 12:39:54 -06:00
b7bc1f16ad swab(1): use the getopt error message
ca6865688a swab(1): updates getopt usage
1fd768057c swab(1): don't accept positional arguments
35d54d84b0 swab(1): don't use the getopt error message
a141b95293 swab(1): remove -f
Compare 5 commits »
trinity commented on issue bonsai/harakit#139 2024-07-10 12:33:03 -06:00
really bad dj(1) bugs

Does this bug exist on the dj branch?

trinity created pull request bonsai/harakit#138 2024-07-08 22:57:50 -06:00
dj(1): fix yet another stdin skipping bug
trinity created branch dj in bonsai/harakit 2024-07-08 22:53:58 -06:00
trinity pushed to dj at bonsai/harakit 2024-07-08 22:53:58 -06:00
8f8de5de2b dj(1): fix io[0].bufuse underflow
0df2c9f566 dj(1): fix infiniskipping
Compare 2 commits »
trinity pushed to testing at bonsai/harakit 2024-07-08 22:25:30 -06:00
94873a2ddc tests: bonsai/dj.sh: iron out some existing tests
aa819cabc2 tests: bonsai/npc.sh: initial arg parsing tests
7939985c98 Merge branch 'main' into testing
bf06e91be5 Merge branch 'main' into dj
5d5a6d2172 dj(1): fix retvals
Compare 59 commits »
trinity pushed to swab at bonsai/harakit 2024-07-08 14:46:32 -06:00
b7bc1f16ad swab(1): use the getopt error message
trinity created pull request bonsai/harakit#137 2024-07-08 11:47:01 -06:00
swab(1): remove -f, fix arg parsing
trinity created branch swab in bonsai/harakit 2024-07-08 11:45:34 -06:00
trinity pushed to swab at bonsai/harakit 2024-07-08 11:45:34 -06:00
1fd768057c swab(1): don't accept positional arguments
35d54d84b0 swab(1): don't use the getopt error message
a141b95293 swab(1): remove -f
Compare 3 commits »
trinity deleted branch dj from bonsai/harakit 2024-07-08 11:24:20 -06:00
trinity closed pull request bonsai/harakit#134 2024-07-08 11:24:20 -06:00
dj(1) segfault fix
trinity commented on pull request bonsai/harakit#134 2024-07-08 11:21:35 -06:00
dj(1) segfault fix

Merged.

trinity pushed to main at bonsai/harakit 2024-07-08 11:21:19 -06:00
bf06e91be5 Merge branch 'main' into dj
5d5a6d2172 dj(1): fix retvals
691e94c0c1 dj(1): error reporting more of the time
bab3cdd90e dj(1): Io_write: don't add to bufuse
abfe7046e7 dj(1): fix some type issues
Compare 34 commits »
trinity pushed to dj at bonsai/harakit 2024-07-07 21:15:19 -06:00
5d5a6d2172 dj(1): fix retvals
trinity commented on pull request bonsai/harakit#134 2024-07-07 21:14:18 -06:00
dj(1) segfault fix

Give it another whirl.

trinity approved bonsai/harakit#135 2024-07-07 20:34:50 -06:00
swab(1): fixes not using strerror(3)

Looks great.

trinity pushed to dj at bonsai/harakit 2024-07-07 20:34:13 -06:00
691e94c0c1 dj(1): error reporting more of the time