Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
Changes since 1.2.1:

Fix the placement of comments in the instrumented code, except for some
edge cases in expression switch statements and type switch statements.

Fix instrumentation of parenthesized nil, struct types and interface
types in type switch statements.

Fix instrumentation of black box tests (those with 'package X_test').

In the instrumented conditions for expression switch statements and type
switch statements, omit parentheses where possible.

Generate simpler code when instrumenting expression switch statements.
  • Loading branch information
rillig committed Jan 7, 2023
1 parent 4573906 commit 19683f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"strings"
)

const version = "1.2.2-snapshot"
const version = "1.2.2"

var exit = os.Exit

Expand Down

0 comments on commit 19683f4

Please sign in to comment.