You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- set swap-storage: false in free-disk-space across all release workflows —
the parallel high-mem exporter OOMed the swapless 16GB runner (upstream
draft_release keeps default swap and passes)
- revert local db_session.expunge_all() addition for upstream parity
- hoist read_set_ru_from_tsv() into render_data (once per export instead of
per word) in export_dpd_ru/export_dpd_sbs, update registry local_changes
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: kamma/upstream_sync/registry.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -312,7 +312,7 @@
312
312
"`DpdHeadwordDbParts` includes `ru: Russian` model; queries filter for `Russian.id.isnot(None)`.",
313
313
"`render_pali_word_dpd_html` uses `data_classes_dps.HeadwordData` and renders via `dpd_headword_ru.jinja`.",
314
314
"Size tracking: `size_dict[\"dpd_summary\"]` records `data.ru_meaning` length instead of English meaning.",
315
-
"Synonyms include Russian set names via `tools_for_ru_exporter.read_set_ru_from_tsv()`.",
315
+
"`DpdHeadwordRenderDataBase` preloads Russian set names via `read_set_ru_from_tsv()` once at the start of `generate_dpd_html`; each render accesses the dict from `render_data`.",
316
316
"`generate_dpd_html` uses `rupth: RuPaths` and `joinedload(DpdHeadword.ru)`."
"Eagerly loads `.rt`, `.ru`, `.ta`, and `.sbs` relationships.",
404
-
"Synonyms logic includes a conditional Russian set lookup if `show_ru_data` is true.",
404
+
"`DpdHeadwordRenderDataBase` preloads Russian set names via `read_set_ru_from_tsv()` once at the start of `generate_dpd_html`; each render accesses the dict conditionally from `render_data` if `show_ru_data` is true.",
405
405
"`_parse_batch_top_level` uses `sbs_templates/` and passes all locale flags including `show_ta_data`.",
406
406
"`DpdHeadwordRenderDataBase` TypedDict includes `show_ta_data: bool`."
0 commit comments