- Notifications
You must be signed in to change notification settings - Fork17
Tags: hexops/valast
Tags
v1.4.0
update to latest gofumpt (long line formatter improvements)mvdan/gofumpt#70Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
v1.3.0
do not run tests in parallel (fix race condition)The old autogold v0.8.1 version is not safe for concurrent testexecution, and we can't yet upgrade here due to an import cycle(#bootstrapping) so run tests serially for now.Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
v1.1.0
Greatly improve formatting; relax Go version requirement;- [gofumpt](#4) is now used to format the output.- Greatly improved the readability of long struct values when using `String` functions.- Relaxed Go version requirement from 1.16 to 1.15.- Other minor typo fixes, docs changes, etc.Signed-off-by: Stephen Gutekanst <stephen@hexops.com>