Commit 6f3c845
Fix linter error message: wp -> stp for storage precision
The hardcoded byte-size linter should recommend storage_size(0._stp)/8,
not 0._wp, since field I/O uses storage precision. In mixed-precision
builds (wp=double, stp=half) the current message would misdirect.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7391bec commit 6f3c845
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments