Commit 1f02f3c
Fix pre-existing test bugs; narrative docs → AsciiDoc; version 0.9.0 (#52)
* fix: repair pre-existing debugger, parser, and incremental-lexer bugs
Addresses test failures surfaced by the Hypatia review / ExUnit suite:
- debugger: read variable bindings from State.environment (the real field; the
code referenced a non-existent State.variables), and add the missing
Phronesis.Trace.merge/2 the debugger uses to fold per-node sub-traces.
- parser: a parenthesised group now parses the full logical expression, so
comparisons and booleans inside parens work, e.g.
(is_valid == true AND enabled) -- fixes conformance 04_boolean_logic.
- incremental_lexer: clamp the edit window into the source so an out-of-bounds
delta can't drive binary_part/3 with a negative length.
Net: the local suite goes from 17 to 6 failures with no regressions. The
remaining 6 are doc-generator fixture/feature gaps and one LSP incremental
re-lex edge case (see PR notes).
Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AqMopxUsgu78rg5fhWBUkk
* docs: convert narrative docs to AsciiDoc (CC-BY-SA-4.0); set version 0.9.0
- Convert the top-level narrative documentation from Markdown to AsciiDoc per
the estate "docs must be .adoc" policy, licensed CC-BY-SA-4.0:
ANALYSIS-COMPLETE, IMPLEMENTATION-ROADMAP, LSP-IMPLEMENTATION-SUMMARY,
TEST-NEEDS, TOOLCHAIN-WISHLIST, TOPOLOGY, WOKELANG-FEATURE-COMPARISON.
GitHub-required (.md), AI-instruction, issue-template, wiki, and academic
proof corpora are intentionally left as-is.
- EXPLAINME: update the file-map reference to the renamed LSP summary.
- mix.exs: version 0.1.0 -> 0.9.0 to match STATE.a2ml and resolve the
three-way version disagreement.
Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AqMopxUsgu78rg5fhWBUkk
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent e87d9f0 commit 1f02f3c
20 files changed
Lines changed: 1777 additions & 1532 deletions
File tree
- lib/phronesis
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
0 commit comments