Commit f1271dc
fix: add -32767 to A_Const Integer values that should result in empty ival objects
- Updated A_Const method in V14ToV15Transformer to handle -32767 boundary value
- This fixes the numerology test case where -32767 should transform to empty ival
- Also includes previous fix for -2147483647 boundary value
- Improved Integer method to preserve ival field with default -1 value
Co-Authored-By: Dan Lynch <[email protected]>1 parent a8fb1da commit f1271dc
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
294 | 300 | | |
295 | 301 | | |
296 | 302 | | |
| |||
0 commit comments