Commit 7313a55
committed
syntax: Remove diagnostic validation temporarily
This commit removes the syntax diagnostic validation as it's been plauging the
bots for two separate reasons and needs a quick fix for now:
1. It's possible to read the stale metadata of previous builds, causing spurious
failures that can only be solved by blowing away `tmp`.
2. The code does not currently handle concurrent compilations where JSON files
in the metadata directory may be half-written and hence contain invalid JSON
when read.
This validation should come back, but it should likely be part of a lint pass
run at the very end of the build that doesn't run into consistency or
concurrency problems.1 parent 8dbc369 commit 7313a55
1 file changed
+1
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
148 | 147 | | |
149 | 148 | | |
150 | 149 | | |
151 | | - | |
| 150 | + | |
152 | 151 | | |
153 | 152 | | |
154 | 153 | | |
| |||
158 | 157 | | |
159 | 158 | | |
160 | 159 | | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | 160 | | |
178 | 161 | | |
179 | 162 | | |
| |||
0 commit comments