dtb trinity
trinity pushed to code at bonsai/harakit 2024-07-18 08:29:01 -06:00
92ad73c78a libutf(3): utf8_to_chars: stylistic changes
53709a0c99 Merge branch 'main' into code
e90d25e30f Merge branch 'strcmp'
71f372d2c2 Merge branch 'intcmp'
27ff64dffa intcmp(1): add comments
Compare 198 commits »
trinity commented on issue bonsai/harakit#148 2024-07-17 11:37:31 -06:00
kv(1) - key/value

ASV (#19) might be better than =. Multiple fields would also be nice, but may be overcomplicating the matter.

trinity commented on issue bonsai/harakit#80 2024-07-17 11:02:57 -06:00
nohup(1p) equivalent

chikn(1) - it runs with its head cut off.

trinity commented on pull request bonsai/harakit#102 2024-07-16 20:53:39 -06:00
Replace str(1) with stris(1)

I don't think the collision is much concern. Consider ed(1) and shred(1) - they're obviously different based on their names and used in different contexts. They don't get mixed up. "Ed" is not a…

trinity commented on issue bonsai/harakit#48 2024-07-16 09:39:21 -06:00
flip(1) – reverse data

I like it.

trinity commented on pull request bonsai/harakit#142 2024-07-16 09:38:43 -06:00
Formatting

I can go about refactoring all the code that uses them tonight. I would be fine with outright disallowing do-whiles.

trinity commented on pull request bonsai/harakit#142 2024-07-15 20:03:10 -06:00
Formatting

I'm okay with this.

trinity commented on pull request bonsai/harakit#142 2024-07-15 19:59:55 -06:00
Formatting

I'd like to suggest prohibiting the use of do-while loops.

I can sort of get behind this because as far as I know they aren't in Rust. I think having similar C practices to Rust practices is…

trinity commented on pull request bonsai/harakit#142 2024-07-15 19:57:49 -06:00
Formatting

Bummer but I can accept this.

trinity commented on pull request bonsai/harakit#142 2024-07-15 19:56:57 -06:00
Formatting

I think I've come around on this having tried writing this style of code a bit to practice.

trinity closed pull request bonsai/harakit#145 2024-07-15 19:53:22 -06:00
strcmp(1): re-style and tweak exit codes
trinity deleted branch strcmp from bonsai/harakit 2024-07-15 19:53:22 -06:00
trinity commented on pull request bonsai/harakit#145 2024-07-15 19:52:58 -06:00
strcmp(1): re-style and tweak exit codes

Merged.

trinity pushed to main at bonsai/harakit 2024-07-15 19:52:47 -06:00
e90d25e30f Merge branch 'strcmp'
becb3bac4e strcmp(1): code clarification
efb3ce626d strcmp(1): fix program_name type
16f23e11c0 strcmp.1: update docs to match utility
d87c278be5 strcmp(1): re-style, tweak exits
Compare 7 commits »
trinity commented on pull request bonsai/harakit#145 2024-07-15 15:48:07 -06:00
strcmp(1): re-style and tweak exit codes

No; strcmp(3) returns 0 specifically.

trinity commented on pull request bonsai/harakit#103 2024-07-15 15:47:13 -06:00
eep(1)

Duration::from_secs needs a u64 which was the basis of that decision.

trinity pushed to sleep at bonsai/harakit 2024-07-15 15:46:07 -06:00
b7fe7294c6 eep(1): comment why u64 number
trinity deleted branch intcmp from bonsai/harakit 2024-07-15 15:22:49 -06:00
trinity commented on pull request bonsai/harakit#144 2024-07-15 15:22:26 -06:00
intcmp(1): rewrite in Rust

Merged.

trinity closed pull request bonsai/harakit#144 2024-07-15 15:22:26 -06:00
intcmp(1): rewrite in Rust