WIP: Logic in janet like in zig version #19

Draft
max397 wants to merge 2 commits from max397/koa:feat/janet-logic into master
Contributor
No description provided.
max397 force-pushed feat/janet-logic from 9dcfa58ec4 to 4dac0b96f1 2026-05-13 12:10:31 +00:00 Compare
Author
Contributor

a lot of stuff in the janet files still needs cleanup for stuff which just isn't here yet (no bindings)
I for now just copied them over from old zig versions

a lot of stuff in the janet files still needs cleanup for stuff which just isn't here yet (no bindings) I for now just copied them over from old zig versions
@ -0,0 +1,200 @@
# Buffer operations and text editing functions
(import @koa/state :as state)
Author
Contributor

this is apparently wrong, I have no clue how these paths should look like

this is apparently wrong, I have no clue how these paths should look like
max397 force-pushed feat/janet-logic from 4dac0b96f1 to 966f204067 2026-05-14 10:08:10 +00:00 Compare
max397 force-pushed feat/janet-logic from 966f204067 to c0fac909c9 2026-05-14 10:22:46 +00:00 Compare
max397 force-pushed feat/janet-logic from c0fac909c9 to 9b887fd7c3 2026-05-14 11:32:32 +00:00 Compare
max397 force-pushed feat/janet-logic from 9b887fd7c3 to 3da01da20d 2026-05-14 13:03:40 +00:00 Compare
max397 force-pushed feat/janet-logic from 3da01da20d to 839dc23393 2026-05-14 13:10:35 +00:00 Compare
max397 force-pushed feat/janet-logic from 839dc23393 to ade5552606 2026-05-15 09:12:38 +00:00 Compare
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u feat/janet-logic:max397-feat/janet-logic
git switch max397-feat/janet-logic

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff max397-feat/janet-logic
git switch max397-feat/janet-logic
git rebase master
git switch master
git merge --ff-only max397-feat/janet-logic
git switch max397-feat/janet-logic
git rebase master
git switch master
git merge --no-ff max397-feat/janet-logic
git switch master
git merge --squash max397-feat/janet-logic
git switch master
git merge --ff-only max397-feat/janet-logic
git switch master
git merge max397-feat/janet-logic
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
NTBBloodbath/koa!19
No description provided.