WIP: Merge from unstable #1

Draft
PPPDUD wants to merge 6 commits from unstable into main
PPPDUD commented 2026-02-19 12:04:53 -06:00 (Migrated from github.com)

Add changes from unstable:

  • api.wrapFunction implementation
  • globalAPI object
  • other stuff stolen from Crackle
  • etc.
Add changes from unstable: * `api.wrapFunction` implementation * `globalAPI` object * other stuff stolen from Crackle * etc.
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 origin unstable:unstable
git switch unstable

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 main
git merge --no-ff unstable
git switch unstable
git rebase main
git switch main
git merge --ff-only unstable
git switch unstable
git rebase main
git switch main
git merge --no-ff unstable
git switch main
git merge --squash unstable
git switch main
git merge --ff-only unstable
git switch main
git merge unstable
git push origin main
Sign in to join this conversation.
No description provided.