v3.8.0
3.8.0 (2026-06-23)
Features
Bug Fixes
- panic P0090 on range() zero step instead of hanging (#1924) (#1933) (efb9739)
- reject addr() on const variables with E3122 (#1930) (de5f604)
- reject copy() on pointer types with E5037 (#1928) (#1936) (c7a8fac)
- reject duplicate default branches in when statements with E2085 (#1926) (#1935) (1074521)
- reject nil comparison with non-pointer types with E3092 (#1929) (a903d7c)
- reject pointer ordering comparisons with E3120 (#1923) (#1932) (f035594)
- reject struct, array, map, and pointer as when conditions with E3121 (#1925) (#1934) (2ca1702)