Emma Tebibyte emma
emma commented on pull request bonsai/harakit#18 2023-12-28 22:28:21 -07:00
fop(1) and Rust sysexits support (no yacexits!)

it can, but i think i had a reason in a prior solution not to use the relative path because it causes side effects. i will look back into it

emma commented on pull request bonsai/harakit#18 2023-12-28 22:25:36 -07:00
fop(1) and Rust sysexits support (no yacexits!)

$$ escapes the $ so that make doesnt try to resolve the subshell as a variable

emma commented on pull request bonsai/harakit#18 2023-12-28 22:24:47 -07:00
fop(1) and Rust sysexits support (no yacexits!)

This is for Rust only :)

emma commented on issue bonsai/harakit#15 2023-12-28 22:24:10 -07:00
dj(1) - disk jockey

you get free reign on how this works :)

emma commented on issue bonsai/harakit#17 2023-12-28 13:52:35 -07:00
simexec(1)

im thinking the collection of software should have a straightforward name, but then we can have fun with the tool names. buildutils comes to mind

emma pushed to main at bonsai/harakit 2023-12-28 01:27:41 -07:00
6f4756bc76 GNUmakefile: made compliant with fhs(5)
emma pushed to main at bonsai/harakit 2023-12-28 01:07:59 -07:00
e16e7bd322 GNUmakefile: made install recipe not install non-existent files
emma pushed to fop at bonsai/harakit 2023-12-27 23:21:06 -07:00
5df9c33d70 GNUmakefile: bandaid solution to fallback sysexits.h not working with Rust
emma created pull request bonsai/harakit#18 2023-12-27 22:58:06 -07:00
WIP: fop(1) and Rust sysexits support (no yacexits!)
emma created branch fop in bonsai/harakit 2023-12-27 22:49:08 -07:00
emma pushed to fop at bonsai/harakit 2023-12-27 22:49:08 -07:00
9ed70e9648 GNUmakefile: removed stdlib dep
b74bbd6c92 fop(1): finished implementing sysexits
3355cb3dc3 GNUmakefile, fop(1): added sysexits support
5d9f6f3245 GNUmakefile: fixed fop(1) segfault
7eda8bb721 fop(1): working prototype
Compare 5 commits »
emma pushed to main at bonsai/harakit 2023-12-27 15:43:31 -07:00
36c0c9193c .editorconfig: fixed utf8 issue
emma pushed to main at bonsai/harakit 2023-12-27 15:43:12 -07:00
1dff7d7e18 Revert ".editorconfig: fixed utf8 issue"
emma pushed to main at bonsai/harakit 2023-12-27 15:40:56 -07:00
d20a1da6f8 .editorconfig: fixed utf8 issue
emma pushed to main at bonsai/harakit 2023-12-27 15:39:07 -07:00
cbe8f5f8e8 .editorconfig: added editor configuration; CONTRIBUTING: changed tabstop requirement to 4
emma commented on issue bonsai/harakit#17 2023-12-27 14:26:52 -07:00
simexec(1)

maybe not as a coreutil, but we could always use more tools in general under the bonsai name. what do you think about a set of tools specifically for testing à la [GNU findutils](https://www.gnu.…

emma commented on issue bonsai/harakit#16 2023-12-27 14:21:52 -07:00
Versioning

what do you think of x.x.x-nightly?

emma commented on issue bonsai/harakit#15 2023-12-26 14:17:15 -07:00
dj(1) - disk jockey

Requiring an input argument even if standard input would favor the former scenario ergonomically (dj in versus dj - out).

please rephrase this, i have no idea what this is saying

emma commented on issue bonsai/harakit#16 2023-12-26 14:14:31 -07:00
Versioning

so semver for most of the time? im cool with that. what i mean though is are we versioning each tool or the whole project or both?

i’m not sure we need to do nightlies, i’m not too…

emma pushed to main at bonsai/harakit 2023-12-26 12:36:57 -07:00
83d6f0b2c2 GNUmakefile: smaller Rust binaries!