-
Notifications
You must be signed in to change notification settings - Fork 0
idx=5: freeze (18 records) — THIRD AMENDMENT TO MASTER LEASE, no parser changes #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: redo/idx-4
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,8 @@ | |
| 1, | ||
| 2, | ||
| 3, | ||
| 4 | ||
| 4, | ||
| 5 | ||
| ], | ||
| "history": [ | ||
| { | ||
|
|
@@ -132,6 +133,12 @@ | |
| "action": "freeze", | ||
| "idx": 4, | ||
| "n_records": 77 | ||
| }, | ||
| { | ||
| "ts": "2026-05-17T06:18:39", | ||
| "action": "freeze", | ||
| "idx": 5, | ||
| "n_records": 18 | ||
| } | ||
|
Comment on lines
+137
to
142
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The frozen output for |
||
| ] | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
current_idx(line 2) remains at0despite freezing up toidx=5. In this workflow, it is recommended to advancecurrent_idxto6to reflect the progress and ensure that subsequent runs of the loop scripts (likefreeze.pyoradvance.py) default to the correct next document. This prevents accidental overwrites of earlier indices.