File tree 1 file changed +11
-0
lines changed 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -62,3 +62,14 @@ This release fixes the following bugs:
62
62
- A crash when embedding type aliases of unnamed types ({{< issue "1361" >}})
63
63
- A false positive in U1000, claiming that type aliases are unused ({{< issue "1365" >}})
64
64
- A bug in the ` binary ` formatter that prevented correct merging behavior for some checks ({{< issue "1372" >}})
65
+
66
+ ## Staticcheck 2023.1.4 release notes {#2023 .1.4}
67
+
68
+ This release ** adds support for Go 1.21** and fixes the following bugs:
69
+
70
+ - Three crashes when encountering unnecessarily parenthesized statements ({{< issue "1393" >}}, {{< issue "1400" >}})
71
+ - Unnecessarily high memory usage when analyzing composite literals such as ` []int{1<<31: 1} ` ({{< issue "1393" >}})
72
+ - A false positive in {{< check "S1011" >}} when appending to a dynamic left-hand side ({{< issue "1399" >}})
73
+ - A crash involving generics ({{< issue "1410" >}})
74
+ - A false positive in {{< check "SA9001" >}} involving control flow statements ({{< issue "488" >}})
75
+ - A false positive in {{< check "ST1003" >}}, complaining about the names of fuzz functions ({{< issue "1420" >}}))
You can’t perform that action at this time.
0 commit comments