Commit a9c7562
Whitelist DrainReclaimer+Slot.Depth/OnEnterForTest in TestPrivateFieldNames
These PascalCase internal fields can't satisfy the camelCase/ALL_CAPS private-
field rule: Depth is accessed via ref (Volatile.Read/Write(ref slot.Depth)), so
it must stay a field, and OnEnterForTest is the test seam. Add both to the
exception regex, matching the existing precedent for MMapDirectory+Chunk.
BasePtr/Length (same situation: ref-accessed field-like members of a nested
helper class).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 6200937 commit a9c7562
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments