Properly export more of our top level functions - #151
Merged
Conversation
kriszyp
force-pushed
the
global-transaction-var
branch
from
February 17, 2026 21:49
2f125bc to
ee359f4
Compare
kriszyp
marked this pull request as ready for review
February 17, 2026 22:25
cb1kenobi
approved these changes
Feb 17, 2026
DavidCockerill
approved these changes
Feb 18, 2026
dawsontoth
approved these changes
Feb 18, 2026
BboyAkers
pushed a commit
to BboyAkers/harper
that referenced
this pull request
May 26, 2026
Mirror of HarperFast/harper-pro PR HarperFast#151 (plus the checkout-ref fix from HarperFast#157), adapted for core: - .github/workflows/cherry-pick-patch.yml: rewritten to a pre-merge flow. On `labeled`/`synchronize` (re)create cherry-pick/<release>/pr-<N> off the release branch, cherry-pick the PR commits, dispatch unit + integration tests on success, commit conflict markers and @-mention Claude on failure. On merge, fast-forward into the release branch. On unlabel, tear down. Pinned to ref: main so the helper script is always present. - .github/workflows/report-cherry-pick-tests.yml: workflow_run listener for both Integration Tests and Unit Test. Uses per-workflow sticky marker so the two results don't overwrite each other. Gated on head_repository == repository to block fork spoofing. - .github/scripts/upsert-sticky-comment.js: shared sticky-comment upsert helper keyed by marker string. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Partly an experiment to see if my commits are verified. And I failed. But the PR is still relevant.