dtb trinity
trinity commented on pull request bonsai/harakit#142 2024-07-20 12:43:58 -06:00
Formatting

Yes, I've slowly been changing this in all the C code but need to document the rationale.

trinity commented on pull request bonsai/harakit#142 2024-07-20 09:53:39 -06:00
Formatting

This wasn't static because the program name should show up if something horrendous happens during linking, to make debugging easier.

trinity commented on pull request bonsai/harakit#142 2024-07-20 09:53:39 -06:00
Formatting

This is good.

trinity commented on pull request bonsai/harakit#142 2024-07-20 09:53:39 -06:00
Formatting

Use program name for this.

trinity commented on pull request bonsai/harakit#142 2024-07-20 09:53:39 -06:00
Formatting

This change was unnecessary.

trinity commented on pull request bonsai/harakit#142 2024-07-20 09:53:39 -06:00
Formatting

Didn't mean to make this a review, just comments.

trinity pushed to main at trinity/src 2024-07-19 21:06:45 -06:00
e9da63243f 2024-07-19
trinity commented on pull request bonsai/harakit#142 2024-07-19 19:36:38 -06:00
Formatting

I think my work here is done.

trinity pushed to dj-formatting at bonsai/harakit 2024-07-19 19:34:43 -06:00
f96ed9c1f3 scrut(1): fix syntax error
19eee6b4e5 scrut(1): replace do/while loop
9086bf0d08 dj(1): remove do/while statement in read loop
Compare 3 commits »
trinity pushed to dj-formatting at bonsai/harakit 2024-07-19 19:03:39 -06:00
c8b4f7a8b3 str(1): edit out goto
trinity pushed to dj-formatting at bonsai/harakit 2024-07-19 18:40:35 -06:00
71f4a411b6 dj(1): replace do/while in write loop
trinity pushed to dj-formatting at bonsai/harakit 2024-07-19 18:27:20 -06:00
a01cea572d dj(1): replace do/while on hard seeking
trinity commented on issue bonsai/harakit#123 2024-07-19 17:01:48 -06:00
time(1p) equivalent

Would a simple wrapper around https://doc.rust-lang.org/std/time/struct.SystemTime.html suffice?

trinity pushed to libfileis at bonsai/harakit 2024-07-18 20:50:19 -06:00
6d7173e438 libfileis(3): finish removal
trinity pushed to libfileis at bonsai/harakit 2024-07-18 20:45:26 -06:00
958f08bd9e fileis.1: rename from scrut.1
02b5edae05 fileis(1): feature parity with C scrut(1)
0819eeb75d fileis(1): scrap libfileis(3), work on rewriting scrut(1) in Rust
Compare 3 commits »
trinity commented on pull request bonsai/harakit#149 2024-07-18 09:35:50 -06:00
README: fix vagueness

A notable omission is a good definition of hara. Emma - could you add one?

trinity created pull request bonsai/harakit#149 2024-07-18 09:34:56 -06:00
WIP: README: fix vagueness
trinity created branch rdme in bonsai/harakit 2024-07-18 09:33:16 -06:00
trinity pushed to rdme at bonsai/harakit 2024-07-18 09:33:16 -06:00
cd875df547 README: attempt to clarify intent
trinity commented on issue bonsai/harakit#148 2024-07-18 08:44:11 -06:00
kv(1) - key/value

I definitely think this is a little too high-level to implement here as its own tool. We should aim to support this via other tools in harakit, though.

Could you elaborate on this?