docs: record the frozen-<version> tags and their selection basis#3044
Merged
Conversation
The July 2026 freeze tagged, for each version from 1.8.7 to 2.7.0, the doctree commit its frozen database is generated from. For 1.8.7-2.3.0 the anchor is the last master commit that loses nothing from the version's baseline entry set (next-version-EOL tag, or the published archive state for 2.3.0), determined by scanning gate-directive (#@since/#@until/#@if) removals in history and confirming impact at the database level; post-EOL fixes are thereby included, and removals of entries for methods that had already been dropped from Ruby itself (JSON::State, Rake::Application, Net::HTTPResponse#to_ary, a typo) are treated as corrections, not deletions. For 2.4.0-2.7.0 the tags map the preserved databases' generation dates (verified exact for 2.7.0 by a full name-set comparison). Also note that the 2016-08-28 'generated on' dates of the oldest archive imports are copy dates -- the published archives were built from earlier states -- and that all frozen-* anchors build cleanly with current bitclust. Co-Authored-By: Claude Fable 5 <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.
概要
旧バージョン凍結 DB の生成に使った doctree コミットへ
frozen-<version>タグを打ち(別 push)、docs/OldVersionArchives.md に確定情報を記録します。タグと選定根拠
選定はご指定の方法どおり、ゲート指令(#@since/#@until/#@if)を削除するコミットの履歴洗い出しを主に、DB レベルの名前集合突き合わせで影響を裏取りしました。判明した事実:
push が必要なもの
git push origin 'refs/tags/frozen-*'(この端末に注釈付きタグ作成済み)🤖 Generated with Claude Code