Commit 450875e
Simplify check-suite-analysis by using reysntax-analyze-for-properties-only
Instead of reimplementing the analysis logic with error handling and
#lang racket checks, delegate to the existing reysntax-analyze-for-
properties-only function which already handles all these cases.
- Replaced custom analysis logic with call to reysntax-analyze-for-properties-only
- Removed unnecessary resyntax/private/analysis import
- Simplified implementation while maintaining same functionality
Co-authored-by: jackfirth <[email protected]>1 parent 1077e55 commit 450875e
1 file changed
+1
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
263 | 262 | | |
264 | 263 | | |
265 | 264 | | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | 265 | | |
273 | 266 | | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
| 267 | + | |
283 | 268 | | |
284 | 269 | | |
285 | 270 | | |
| |||
0 commit comments