Commit 72b0cc5
fix(rescript-tea): resolve committed merge-conflicts; canonical src/tea builds green
ReScript 12.2.0 toolchain installed (~/dev/tools/languages/rescript).
Integrity defects found + fixed (botched merge 992e4b4 left committed
git conflict markers in JSON config — package was unbuildable):
- rescript.json: <<<<<<< HEAD/=======/>>>>>>> resolved to canonical
src/tea structure; sources narrowed to [src/tea] (canonical HEAD)
- package.json: same conflict resolved to canonical identity
(v1.0.0, @rescript/core, github repo); merged in build/test scripts
- no .res/.resi carried conflict markers (config-only defect)
Validation: `rescript build` -> Parsed/Compiled 75 modules, exit 0.
Source-only brought-forward content does not compile vs the canonical
API; preserved losslessly in rescript-tea/reconcile/ (NOT in sources),
each with a concrete port task (see reconcile/README.adoc):
- Tea_Layout.{res,resi} ~750 LOC -> needs-reactdom-to-core-port/
(ReactDOM-coupled; canonical pkg dropped @rescript/react)
- test/Tea_{Cmd,Json}_test.res + examples/{02_http,03_swot_dashboard}
-> needs-canonical-api-port/ (written vs standalone repo's diverged API)
- pre-existing broken examples/SafeDOMExample.res -> quarantined
All moves are git renames (history preserved). MIGRATION.adoc exit
criteria updated. Standalone repo retirement still deferred (reversible,
post-#69-merge).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 0a319f6 commit 72b0cc5
13 files changed
Lines changed: 83 additions & 73 deletions
File tree
- rescript-ecosystem
- rescript-tea
- examples/_quarantine_precedent_broken
- reconcile
- needs-canonical-api-port
- examples
- 02_http
- 03_swot_dashboard
- test
- needs-reactdom-to-core-port
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
98 | 122 | | |
99 | 123 | | |
100 | | - | |
101 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
102 | 129 | | |
103 | 130 | | |
104 | 131 | | |
105 | | - | |
| 132 | + | |
106 | 133 | | |
107 | 134 | | |
108 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 9 | | |
28 | 10 | | |
29 | | - | |
| 11 | + | |
30 | 12 | | |
31 | | - | |
| 13 | + | |
32 | 14 | | |
33 | 15 | | |
34 | 16 | | |
35 | 17 | | |
36 | | - | |
| 18 | + | |
37 | 19 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 20 | + | |
| 21 | + | |
43 | 22 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 23 | + | |
| 24 | + | |
49 | 25 | | |
50 | | - | |
51 | 26 | | |
| 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 | + | |
0 commit comments