feat(forgejo): add the Forgejo SDK on alchemy-pointer - #560
Closed
wyattjoh wants to merge 2 commits into
Closed
Conversation
wyattjoh
force-pushed
the
wyattjoh/forgejo-on-alchemy-pin
branch
from
September 7, 2026 23:41
528ef6f to
9a0ed74
Compare
Ports codegen/patches.ts, codegen/rewrite-operation-ids.ts, and codegen/spec-path.ts from main (alchemy-run#545, alchemy-run#548, alchemy-run#549). Purely additive: no package on this branch imports them yet. isStaleTargetError is called with the message rather than the thrown value, so core/json-patch.ts stays untouched.
Cherry-picks alchemy-run#550. The packages/forgejo tree is identical to main's; the spec-mirror stack entry is dropped, and .gitmodules, tsconfig.json, and the pnpm-lock importer take this branch's layout and its resolved catalog versions.
wyattjoh
force-pushed
the
wyattjoh/forgejo-on-alchemy-pin
branch
from
September 8, 2026 18:06
9a0ed74 to
f1fe96a
Compare
Collaborator
|
this is in main, please wait for alchemy and distilled releases for this to be included. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-picks #550 onto
alchemy-pointer. Thepackages/forgejotree is identical tomain's.alchemy-pointeris what alchemy'ssubmodules/distilledgitlink tracks, and it's 60 commits behindmain. Repinning alchemy atmainto pick up Forgejo would drag in every other SDK's regeneration and drop 894211f (fix(railway): drop admin-only platformFeatureFlags), which alchemy-run/alchemy#1479 landed for.Forgejo's generator needs core's convert-time patch support, which isn't on this branch, so the first commit backports it:
That's purely additive — no package on this branch imports them yet — and
core/json-patch.tsis untouched:isStaleTargetErroris called with the message rather than the thrown value, matching this branch's signature.Two further adaptations in the Forgejo commit:
stacks/distilled-submodules/spec-repos/forgejois omitted — the spec-mirror stack doesn't exist herepackages/forgejolockfile importer takes this branch's resolvedcatalog:toolingversions (@types/bun@1.4.0,@types/node@26.4.0), matching every sibling —mainhad since floated thoselatestspecifiers to1.4.1/26.4.1Needed by alchemy-run/alchemy#1425.