Repair the #154 regeneration residue: repoint state for pandas/polars, pandas_panel URL form - #158
Merged
Merged
Conversation
…URL form
Restore .translate/state/{pandas,polars}.md.yml to the versions #153 wrote (source-sha 55c87c9f, the Track D repoint) — #154 overwrote them with the stale snapshot's SHA (d35eb831), making isSourceChanged over-report both lectures as pending. Also revert the pandas_panel.md half of #155: the three data reads return to the raw.githubusercontent form, which is what source main itself serves at its last touch of that file — the regeneration's rewrite there was correct sync content, not stale damage.
Measurement and ledger: QuantEcon/action-translation#276.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
✅ Deploy Preview for majestic-griffin-10b166 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR repairs translation-sync residue from a stale regeneration by restoring the intended source commit pointers for pandas/polars state tracking and aligning three pandas_panel.md data URL lines with the English source’s canonical raw.githubusercontent.com form.
Changes:
- Reset
.translate/state/pandas.md.ymland.translate/state/polars.md.ymlsource-shaback to55c87c9f…to stop false “pending” reporting. - Update three dataset URL assignments in
lectures/pandas_panel.mdtohttps://raw.githubusercontent.com/QuantEcon/data-lectures/main/....
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| lectures/pandas_panel.md | Repoints three CSV URLs to match the source repository’s canonical raw host form. |
| .translate/state/pandas.md.yml | Restores the correct source-sha for pandas state tracking. |
| .translate/state/polars.md.yml | Restores the correct source-sha for polars state tracking. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Two deterministic corrections left over from the 2026-08-18 stale-resync incident, per the measured ledger in QuantEcon/action-translation#276.
State:
.translate/state/pandas.md.ymland.translate/state/polars.md.ymlreturn to the exact versions the repoint sync (#153) wrote, withsource-sha: 55c87c9f— the stale regeneration (#154) merged fifteen minutes later and overwrote them with the snapshot'sd35eb831, soisSourceChangedhas been over-reporting both lectures as pending ever since. Verified today that55c87c9fis still the source's last-touch commit for both files, and that fr and zh-cn record the same value.pandas_panel.md: reverts the pandas_panel half of #155 only. The three data reads return to the
raw.githubusercontent.com/QuantEcon/data-lectures/main/…form, which is what sourcemainitself serves — the 2026-08 batch changed the source's URL form, so the regeneration's rewrite here was correct sync content, and the hand-restore overcorrected it. Both URL forms serve identical bytes, so nothing was broken; this just removes a silent three-line divergence from source while state says in-sync. The polars.md half of #155 stays: those reversions were genuine stale damage and the restore was right.No translated prose changes hands in this PR; the pandas_panel lines are code-cell URLs only.
🤖 Generated with Claude Code