Path to this page:
Subject: CVS commit: pkgsrc/devel/go-staticcheck
From: Benny Siegert
Date: 2024-01-07 18:26:47
Message id: 20240107172647.98236FA42@cvs.NetBSD.org
Log Message:
go-staticcheck: update to 2023.1.6
2023.1.4
This release adds support for Go 1.21 and fixes the following bugs:
- Three crashes when encountering unnecessarily parenthesized statements
- Unnecessarily high memory usage when analyzing composite literals such as
[]int{1<<31: 1}
- A false positive in S1011 when appending to a dynamic left-hand side
- A crash involving generics
- A false positive in SA9001 involving control flow statements
- A false positive in ST1003, complaining about the names of fuzz functions
2023.1.5
This release fixes the following bug:
- A crash involving methods named _
2023.1.6
This release fixes the following bugs:
- A crash when using the upcoming Go 1.22
- A false positive in SA9005 when embedding basic types
Files: