Emma Tebibyte emma
emma pushed to openbsd at bonsai/harakit 2024-08-10 12:51:30 -06:00
6c882f54cb fop(1): adds pledge support
emma pushed to openbsd at bonsai/harakit 2024-08-10 12:50:57 -06:00
cf96a13419 true(1), false(1): adds pledge(2) and unveil(2) support
emma pushed to openbsd at bonsai/harakit 2024-08-10 12:50:21 -06:00
1f59a9806e dj(1): adds pledge(2) and unveil(2) support
emma pushed to openbsd at bonsai/harakit 2024-08-10 12:49:52 -06:00
c7c71c725b libopenbsd(3): adds pledge(2) and unveil(2) support for Rust; Makefile, include: adds conditional compilation
emma created branch openbsd in bonsai/harakit 2024-08-10 12:49:52 -06:00
emma pushed to main at bonsai/harakit 2024-08-09 23:51:02 -06:00
b76ff8fd90 tests, Makefile: cleaning up
emma deleted branch testing from bonsai/harakit 2024-08-09 23:29:33 -06:00
emma closed pull request bonsai/harakit#96 2024-08-09 23:29:26 -06:00
testing
emma commented on pull request bonsai/harakit#96 2024-08-09 23:29:26 -06:00
testing

Merged.

emma pushed to main at bonsai/harakit 2024-08-09 23:29:14 -06:00
66f809162b Merge branch 'testing'
7278a8fc41 Makefile: fixes testing import
8e5090d13d tests: README: updates README
eb821715f7 tests: bonsai/hru.mk: fixes hru.mk more
0bc0ffa0a5 tests: bonsai/hru.mk: updates to not use old variables
Compare 46 commits »
emma pushed to testing at bonsai/harakit 2024-08-09 18:00:51 -06:00
7278a8fc41 Makefile: fixes testing import
emma pushed to testing at bonsai/harakit 2024-08-07 22:03:40 -06:00
8e5090d13d tests: README: updates README
emma commented on pull request bonsai/harakit#96 2024-08-07 21:56:43 -06:00
testing

The current Makefile just builds and tests true(1) for me. The following change seems to fix this:

diff --git a/Makefile b/Makefile
index 6c6d555..906e7f4 100644
---…
emma pushed to testing at bonsai/harakit 2024-08-07 20:45:30 -06:00
eb821715f7 tests: bonsai/hru.mk: fixes hru.mk more
emma commented on pull request bonsai/harakit#96 2024-08-07 20:42:32 -06:00
testing

Seems not to work for me.

emma commented on pull request bonsai/harakit#96 2024-08-07 20:42:13 -06:00
testing

No, they’re a holdover from a previous draft.

emma pushed to testing at bonsai/harakit 2024-08-07 20:41:52 -06:00
0bc0ffa0a5 tests: bonsai/hru.mk: updates to not use old variables
emma commented on issue bonsai/harakit#155 2024-08-06 13:16:20 -06:00
Automatic git commit messages

There is a lot more of an idiomatic way to do this with git hooks. Do you want me to implement that instead?

emma pushed to testing at bonsai/harakit 2024-08-05 13:47:23 -06:00
3880abaa4f tests: bonsai/rpn.mk: added rpn(1) test
emma commented on issue bonsai/harakit#148 2024-08-04 22:52:59 -06:00
kv(1) - key/value

Please elaborate

Well, you half elaborated for me. Watching .env as you described is the kind of "rethinking" I was talking about. As for the general data storage/retrieval mechanism,…