From 045b6a3b417897c908d67cc77ca9023568c0e2fd Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Mon, 10 Aug 2026 17:09:34 +1000 Subject: [PATCH] Link the qeld plan to its tracker and its spun-off bug report Section 8's ambiguities are discussed in #66; section 5.4's two latent bugs are filed as QuantEcon/lecture-wasm#59. Both sections now say so, so a reader of the plan can find where each item is being resolved. Also pins down 5.4 with line numbers and the repo: both defects are in lecture-wasm only, and inequality.md's unused pyodide_http import exists for the read at :251, which is the one running unshimmed. Co-Authored-By: Claude Opus 5 (1M context) --- PLAN-QELD-PACKAGE.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/PLAN-QELD-PACKAGE.md b/PLAN-QELD-PACKAGE.md index 0c5fbb8..3b29102 100644 --- a/PLAN-QELD-PACKAGE.md +++ b/PLAN-QELD-PACKAGE.md @@ -236,10 +236,12 @@ a URL**. That is what justifies dropping `fetch()`. ### 5.4 Two latent bugs found, worth fixing regardless -- `inequality.md` imports `pyodide_http` and **never calls `patch_all()`**. -- `short_path.md` calls `requests.get` under Pyodide **with no shim at all**. +- `inequality.md:96` imports `pyodide_http` and **never calls `patch_all()`** — the read it was imported for + is `pd.read_csv(url)` at `:251`. +- `short_path.md:274-277` calls `requests.get` under Pyodide **with no shim at all**. -Both are incidentally fixed by §3.2's shim, but neither should wait for it. +Both are in `lecture-wasm` only, both are live on its `main`, and both are incidentally fixed by §3.2's shim +— but neither should wait for it. Filed as QuantEcon/lecture-wasm#59. ### 5.5 Two problems no syntax solves @@ -308,6 +310,9 @@ thebe-lite in quantecon-theme v2.1.0" and re-run when the theme moves. ## 8. Ambiguities — decide before the phase that needs them +**Tracked and discussed in [#66](https://github.com/QuantEcon/data-lectures/issues/66).** This section is the +authoritative text; that issue is where each one gets closed. + ### 8.1 `pandas_panel`'s carve-out — permanent or revisited? The prose advertises the URL as something a beginner can paste into a browser. Converting is a pedagogical