Commit eac99a1
committed
chore(build): fix main compile after T4-7 (Box<str> RawSchemaField) + T7-2 (Node content_hash/owner_class)
The merges of #291 (T4-7) and #292 (T7-2) left two downstream files behind.
Required by this branch's pre-push clippy gate; expected to drop on rebase
once fix/main-compile-post-291-292 lands.
- crates/ecp-analyzer/src/protobuf/parser.rs: RawSchemaField now stores
Box<str>, not StrRef; drop the per-call StringPool plumbing.
- crates/ecp-analyzer/src/post_process/schema_field_mirrors.rs: Node
gained content_hash + owner_class fields and SchemaField UIDs are now
computed via uid::compute, not pool-interned format!() strings.1 parent 6e68e25 commit eac99a1
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
32 | | - | |
| 30 | + | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
51 | | - | |
| 49 | + | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
| |||
102 | 100 | | |
103 | 101 | | |
104 | 102 | | |
105 | | - | |
| 103 | + | |
106 | 104 | | |
107 | | - | |
| 105 | + | |
108 | 106 | | |
109 | 107 | | |
110 | 108 | | |
| |||
0 commit comments