[Autoloop: python-to-go-migration]#17
Merged
Merged
Conversation
…and migrate 5 leaf modules - Set up Go module (github.com/githubnext/apm) - Migrate constants.py -> internal/constants (55 lines) - Migrate version.py -> internal/version (101 lines) - Migrate utils/short_sha.py -> internal/utils/sha (45 lines, with tests) - Migrate utils/paths.py -> internal/utils/paths (27 lines) - Migrate utils/normalization.py -> internal/utils/normalization (57 lines) - Create benchmarks/migration-status.json tracking 285/71696 lines (0.40%) - Add Go build targets to Makefile Run: https://github.com/githubnext/apm/actions/runs/25717987972 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ic_io, git_env to Go Run: https://github.com/githubnext/apm/actions/runs/25736801433 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
…py to Go Run: https://github.com/githubnext/apm/actions/runs/25744614816 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
…v.py and helpers.py to Go Run: https://github.com/githubnext/apm/actions/runs/25747630390 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Contributor
|
Warning The 🤖 Iteration 8 — ✅ Accepted
|
…o Go (+3418 lines, 4245 total, 5.92%) Migrated modules: - utils/content_hash.py -> internal/utils/contenthash - utils/exclude.py -> internal/utils/exclude (with tests) - utils/path_security.py -> internal/utils/pathsecurity (with tests) - utils/version_checker.py -> internal/utils/versionchecker - utils/file_ops.py -> internal/utils/fileops - utils/console.py -> internal/utils/console - utils/diagnostics.py -> internal/utils/diagnostics - utils/install_tui.py -> internal/utils/installtui - utils/github_host.py -> internal/utils/githubhost (with tests) - utils/reflink.py -> internal/utils/reflink (linux+other build tags) - install/errors.py -> internal/install/errors - install/cache_pin.py -> internal/install/cachepin - install/context.py -> internal/install/installctx Metric: 5.92% (previous best: 5.41%, delta: +0.51%) Run: https://github.com/githubnext/apm/actions/runs/25771166584 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Contributor
Author
|
@copilot resolve the merge conflicts in this pull request |
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Contributor
Resolved in |
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
github-actions Bot
added a commit
that referenced
this pull request
May 13, 2026
- Mark PR #17 as merged (2026-05-13T16:30:28Z) - Update migrated module count to 54 (from iter-24 issue comment) - Refresh manifest benchmark table from local run of scripts/benchmark_manifest_ops.py (check_collision now 1606x at large scale, scoped uninstall 26x) - Bump Last updated to 2026-05-13 16:32 UTC Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
mrjf
added a commit
that referenced
this pull request
May 13, 2026
…ate-iter24-merged-6f8a4775f94dff72 [autoloop-progress] docs: update Go migration progress page for iter-24 / PR #17 merged
Contributor
github-actions Bot
added a commit
that referenced
this pull request
May 14, 2026
- Update latest status: iteration 35, 21.08% migrated (15,116/71,696 lines) - Update PR reference from #17 to #39 (merged 2026-05-14) - Expand migration progress table with iterations 28-35 - Update migrated modules table to all 89 modules from migration-status.json - Remove stale branch-reset caveat (JSON is now current) - Update Go build/test validation notes to reflect iters 32-35 - Update Next up section from memory/autoloop Future Directions - Update Last updated timestamp Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
…and migrate 5 leaf modules
Run: https://github.com/githubnext/apm/actions/runs/25717987972
Description
Brief description of changes and motivation.
Fixes # (issue)
Type of change
Testing