Commit 5e7d158
fix: track fixture file in git and return proper errors
- Add negation rule in .gitignore so src/example_db/fixtures/*.json is
tracked (fixes CI build failure: include_str! could not find the file)
- Replace expect() with proper ProblemError::SerializationError in
build_example_db() fixture parsing
- Cache computed rule DB in tests via OnceLock to avoid redundant work
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 100ce57 commit 5e7d158
5 files changed
Lines changed: 38683 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
0 commit comments