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
Follow-up test-coverage gaps for source-map behavior, deferred from the PR #183 review. Each is incremental coverage over already-passing paths.
Items
TEST-4 — crates/mds-python/tests — the Python check test never decodes the VLQ mappings; add a test that decodes and asserts segment values (parity with the JS VLQ self-test).
Follow-up test-coverage gaps for source-map behavior, deferred from the PR #183 review. Each is incremental coverage over already-passing paths.
Items
crates/mds-python/tests— the Pythonchecktest never decodes the VLQ mappings; add a test that decodes and asserts segment values (parity with the JS VLQ self-test).TEST-5 —crates/mds-cli/tests— no integration test for the stdout guard; add a test covering the source-map stdout-guard path.→ LANDED in PR fix: v0.4.0 remediation — dogfooding blockers, bug batch, UX polish, docs sweep #196 (
3aef465) and PR fix: v0.4.0 dogfooding remediation — block-span lint fixes, span attribution, CLI/config UX, binding alignment, docs (#172 batch) #228 (f06a2d1). The guard is the three-case ladder atcrates/mds-cli/src/build.rs:1228-1240(stdin) and:1351-1378(file). Covering tests incrates/mds-cli/tests/cli_source_map.rs::1350sm18_explicit_sidecar_flag_without_output_hard_errors(Case 2 hard error,build.rs:1355-1361);:1390sm19_config_source_map_sidecar_without_output_degrades_with_warning(Case 3 degrade,build.rs:1364-1376);:1437sm19q_config_source_map_without_output_quiet_no_warning;:1072sm16a_file_inline_stdout_no_absolute_pathsand:1140sm16b_stdin_inline_stdout_now_allowed(--inline -o -,build.rs:1215-1222). None existed at PR feat: Source Map v3 across all surfaces — napi, WASM, Python, universal JS (#62) #183 —85a4c05had 21 tests, onlysm14/15/16/17;mainhas 30.crates/mds-core/tests— the segment cap is only exercised via the text@forpath; add coverage for the segment cap on other paths.Deferred from code review of PR #183 (#62); see resolution-summary 2026-07-16_1241.
References verified against
mainat6d41777(2026-08-26). Line numbers corrected; scope and acceptance criteria unchanged.