Commit 8ce7a7b
fix(compiler): add diagnostic explanations for SPY0026 and SPY0027
Add DiagnosticExplanation entries for the two new byte string diagnostic
codes (UnterminatedByteString, UnicodeEscapeInByteString) added in the
byte literal lexer support. Update active code count comment.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 58597fc commit 8ce7a7b
File tree
2 files changed
+12
-2
lines changed- src/Sharpy.Compiler/Diagnostics
2 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
170 | 180 | | |
171 | 181 | | |
172 | 182 | | |
| |||
0 commit comments