Commit 0871da3
fix(blob): address review comments on include hygiene and test isolation
Include jdo_error.h directly in jindo_utils.h instead of relying on the
transitive include from JdoStatus.hpp, and give each writer in
BlobWriterBuilderTest.TestWriteNullOptions its own output file so that
a Finish() in one scenario cannot leak bytes into the next.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 13156e5 commit 0871da3
2 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
70 | 77 | | |
71 | 78 | | |
72 | | - | |
| 79 | + | |
73 | 80 | | |
74 | 81 | | |
75 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments