dtb trinity
trinity commented on issue bonsai/harakit#41 2024-03-01 06:41:21 -07:00
rtfm(1) - manual pages

Another point against roff is that it can run arbitrary commands.

trinity commented on issue bonsai/harakit#75 2024-03-01 04:33:23 -07:00
Tests

What do you think of TESTING?

trinity created branch testing in bonsai/harakit 2024-02-29 20:33:29 -07:00
trinity pushed to testing at bonsai/harakit 2024-02-29 20:33:29 -07:00
cabe08bca4 TESTING: start testing document/script
trinity commented on issue bonsai/harakit#75 2024-02-28 21:05:07 -07:00
Tests

How should we do testing? I have a test.sh script I use for some of my own stuff - should we use that?

trinity commented on pull request bonsai/harakit#65 2024-02-26 22:38:45 -07:00
mm(1)
╭ emma@noire-carnation
│ ~/src/TiB/bonsai/coreutils
╰─# build/bin/mm -i /dev/zero -o /dev/full
free(): double free detected in tcache 2
zsh: IOT instruction …
trinity pushed to swab at bonsai/harakit 2024-02-26 17:04:47 -07:00
f14877118d Makefile: add swab(1)
bbac85daf8 swab(1): add copyright notice
Compare 2 commits »
trinity pushed to mm at bonsai/harakit 2024-02-26 17:04:38 -07:00
135bf2a8eb mm(1), mm.1: bring source in line with documentation
d74bc715cf mm(1): fix full file handling
Compare 2 commits »
trinity commented on issue bonsai/harakit#74 2024-02-26 09:22:49 -07:00
ls(1p) analogue

What if we did this:

  • lf(1) is a shell script that streams given files to readdir(1) and then a sorting program.
  • readdir(1) is a program that reads the file content of a directory from…
trinity commented on pull request bonsai/harakit#73 2024-02-26 07:05:56 -07:00
swab(1)

I prefer my style of mostly using the match statement.

trinity commented on pull request bonsai/harakit#65 2024-02-24 03:33:02 -07:00
mm(1)

I'll take a look in gdb later, thanks for spotting that.

trinity created pull request bonsai/harakit#73 2024-02-24 03:25:03 -07:00
swab(1)
trinity pushed to swab at bonsai/harakit 2024-02-24 03:21:33 -07:00
1e041a52a2 swab.1: add swab(1) man page
trinity pushed to swab at bonsai/harakit 2024-02-24 03:04:20 -07:00
e788947fc4 swab(1): add argument parsing
trinity created branch swab in bonsai/harakit 2024-02-23 20:49:46 -07:00
trinity pushed to swab at bonsai/harakit 2024-02-23 20:49:46 -07:00
3f0d95fe8f swab(1): minimum viable program
trinity commented on pull request bonsai/harakit#52 2024-02-23 18:42:55 -07:00
CONTRIBUTING: updated information
trinity approved bonsai/harakit#52 2024-02-23 18:42:55 -07:00
CONTRIBUTING: updated information

Looks good.

trinity approved bonsai/harakit#59 2024-02-23 18:36:06 -07:00
fop(1) fixes

Looks good!

trinity commented on issue bonsai/harakit#66 2024-02-22 19:41:40 -07:00
Change type of function pointer

Could you test the pull request and confirm it builds?