Emma Tebibyte emma
emma pushed to dj-formatting at bonsai/harakit 2024-07-28 00:00:17 -06:00
d45fa19d5c dj(1): fixes extraneous ternary for program_name
emma commented on pull request bonsai/harakit#142 2024-07-27 17:38:28 -06:00
Formatting

Sets the float I’m rounding to to be the highest approximation of 0.9 repeating possible on the hardware

emma commented on pull request bonsai/harakit#142 2024-07-27 17:31:03 -06:00
Formatting

It would be more verbose.

emma commented on pull request bonsai/harakit#142 2024-07-27 13:02:45 -06:00
Formatting

Reminder to myself to include this Kernighan quote from The Elements of Programming Style:

Everyone knows that debugging is twice as hard as writing a program in the first place. So if…

emma commented on pull request bonsai/harakit#142 2024-07-26 12:41:30 -06:00
Formatting

Having a silly time with this.

emma pushed to dj-formatting at bonsai/harakit 2024-07-25 21:34:18 -06:00
c0a5e11eef mm(1): revert changes to program_name
0641a487d7 intcmp(1): fixes pointless condition; formatting
Compare 2 commits »
emma commented on pull request bonsai/harakit#142 2024-07-25 21:15:09 -06:00
Formatting

I couldn’t figure out how the s variable works. This code is extremely unreadable even in its current state.

emma pushed to dj-formatting at bonsai/harakit 2024-07-24 19:37:54 -06:00
2fe3aa894c dj(1), intcmp(1), mm(1), npc(1), scrut(1), strcmp(1): changes to use and modify program_name
emma opened issue bonsai/harakit#150 2024-07-20 10:03:14 -06:00
Clang formatting file for STYLE
emma commented on pull request bonsai/harakit#142 2024-07-20 10:00:35 -06:00
Formatting

How’s that?

emma commented on pull request bonsai/harakit#142 2024-07-20 10:00:08 -06:00
Formatting

I don’t follow.

emma commented on pull request bonsai/harakit#142 2024-07-20 09:59:41 -06:00
Formatting

Should they all not be static, then?

emma commented on pull request bonsai/harakit#142 2024-07-20 07:42:41 -06:00
Formatting

@trinity: Are you cool with this being merged without .clang-format?

emma pushed to dj-formatting at bonsai/harakit 2024-07-20 07:19:55 -06:00
0282b60e65 dj(1), mm(1), npc(1), scrut(1), str(1): consistent argv[0] handling
emma commented on pull request bonsai/harakit#142 2024-07-20 06:39:07 -06:00
Formatting

Not “after the keyword, before the opening parenthesis”, but “after the keyword and before the opening brace”.

emma commented on pull request bonsai/harakit#129 2024-07-20 05:53:02 -06:00
WIP: Generate Rust sysexits bindings without bindgen

For the record, I was able to compile bindgen and some other crates from source as dependencies on my i386 OpenBSD machine that has 1 gigabyte of RAM without issue.

emma commented on pull request bonsai/harakit#142 2024-07-19 22:22:34 -06:00
Formatting

This is looking really good.

emma pushed to dj-formatting at bonsai/harakit 2024-07-19 17:32:25 -06:00
f7ebe7cf57 STYLE: added 10 rules reference
emma commented on pull request bonsai/harakit#142 2024-07-19 17:12:18 -06:00
Formatting

@trinity, @silt: I am waiting on y’all for this to be ready to merge.

emma pushed to dj-formatting at bonsai/harakit 2024-07-19 17:06:24 -06:00
22bb26b9cb STYLE: added introduction statement