Emma Tebibyte emma
emma commented on pull request bonsai/harakit#102 2024-10-22 18:19:03 -06:00
Replace str(1) with stris(1)

We can hammer out the name later. Getting this merged will be good.

emma approved bonsai/harakit#146 2024-10-22 18:17:18 -06:00
Replace scrut(1) with fileis(1)
emma pushed to optimizations at bonsai/harakit 2024-10-01 22:09:32 -06:00
982c67df13 intcmp(1), swab(1): consistent type annotations
emma deleted branch man-fixes from bonsai/harakit 2024-09-30 14:30:02 -06:00
emma commented on pull request bonsai/harakit#146 2024-09-27 02:58:12 -06:00
Replace scrut(1) with fileis(1)

The separation decreases clarity, as it separates the context from the declaration of the variable. Separation should occur only when necessary, in my opinion.

emma closed issue bonsai/harakit#75 2024-09-11 16:28:17 -06:00
Tests
emma released 0.14.1 at bonsai/harakit 2024-09-11 15:48:05 -06:00
emma pushed tag 0.14.1 to bonsai/harakit 2024-09-11 15:48:05 -06:00
emma deleted tag 0.14.1 from bonsai/harakit 2024-09-11 15:47:09 -06:00
emma released 0.14.1 at bonsai/harakit 2024-09-11 15:44:51 -06:00
emma pushed tag 0.14.1 to bonsai/harakit 2024-09-11 15:43:30 -06:00
emma closed pull request bonsai/harakit#162 2024-09-11 15:43:13 -06:00
Makefile: fixes manpage installation location
emma commented on pull request bonsai/harakit#162 2024-09-11 15:43:13 -06:00
Makefile: fixes manpage installation location

Merged.

emma pushed to main at bonsai/harakit 2024-09-11 15:43:11 -06:00
07a2f1efc2 Merge branch 'man-fixes'
accec33301 Makefile: fixes abuse of relative paths
fde682a10e Makefile: fixes manpage installation location
Compare 3 commits »
emma commented on pull request bonsai/harakit#161 2024-09-11 15:34:52 -06:00
optimizations

I’m going to put off making fop(1) streaming for another day so that we can get this merged.

emma pushed to optimizations at bonsai/harakit 2024-09-11 03:26:04 -06:00
c4cd2563f9 scrut(1): fixes failing write test
emma pushed to optimizations at bonsai/harakit 2024-09-11 03:20:05 -06:00
8bdb72ece8 false(1): fixes pledge(2) invocation
ba73f50527 true(1): removes NULL from commented imports
579bb98874 true(1): fixes pledge(2) invocation
8f1e570b50 strcmp(1): fixes pledge(2) invocation
a43daf2cf2 str(1): fixes pledge(2) invocation
Compare 7 commits »
emma pushed to optimizations at bonsai/harakit 2024-09-11 02:40:35 -06:00
7498b283ce mm(1): updates to use new unveil api
0b3ed37c38 libopenbsd.rs(3): makes using statically-allocated arrays possible
Compare 2 commits »
emma pushed to optimizations at bonsai/harakit 2024-09-10 17:14:06 -06:00
800a097903 swab(1): uses default for promises
1ccdc65d30 rpn(1): uses default for promises
df0a236f81 mm(1): uses default for Promises
e385d873ec intcmp(1): uses default value for Promises
73a75a32df hru(1): uses default Promises value for child processes
Compare 6 commits »
emma pushed to libfileis at bonsai/harakit 2024-09-10 02:43:03 -06:00
f4bd4de2e4 fileis(1): various changes to make the code more efficient and idiomatic