Releases: xhd2015/xgo
Xgo v1.0.32
Release summary:
- add
xgo tool coverage serve
to serve incremental coverage, see #106
To install xgo
v1.0.32:
# update xgo
go install github.com/xhd2015/xgo/cmd/[email protected]
# update dependency
go get github.com/xhd2015/xgo/[email protected]
For documentation, see https://github.com/xhd2015/xgo.
Xgo v1.0.31
Release summary:
- add
xgo tool coverage merge
to merge coverage profiles of multiple runnings
To install xgo
v1.0.31:
# update xgo
go install github.com/xhd2015/xgo/cmd/[email protected]
# update dependency
go get github.com/xhd2015/xgo/[email protected]
For documentation, see https://github.com/xhd2015/xgo.
Xgo v1.0.30
Release summary:
- avoid locking on system stack, addressing #96
To install xgo
v1.0.30:
# update xgo
go install github.com/xhd2015/xgo/cmd/[email protected]
# update dependency
go get github.com/xhd2015/xgo/[email protected]
For documentation, see https://github.com/xhd2015/xgo.
Xgo v1.0.29
Release summary:
- allow type wrapper to workaround variable patching
To install xgo
v1.0.29:
# update xgo
go install github.com/xhd2015/xgo/cmd/[email protected]
# update dependency
go get github.com/xhd2015/xgo/[email protected]
For documentation, see https://github.com/xhd2015/xgo.
Xgo v1.0.28
Release summary:
- fix
--strace
with vendor mode and replace, see #87
To install xgo
v1.0.28:
# update xgo
go install github.com/xhd2015/xgo/cmd/[email protected]
# update dependency
go get github.com/xhd2015/xgo/[email protected]
For documentation, see https://github.com/xhd2015/xgo.
Xgo v1.0.27
Release summary:
- make workaround for cgo related crash, see #80
To install xgo
v1.0.27:
# update xgo
go install github.com/xhd2015/xgo/cmd/[email protected]
# update dependency
go get github.com/xhd2015/xgo/[email protected]
For documentation, see https://github.com/xhd2015/xgo.
Xgo v1.0.26
Release summary:
- make
--strace
standalone works, see #71 - fix an issue while compiling constants operations, see #78
- make
xgo tool trace TestExample.json
auto fall to next port - fix trapping with
-overlay
flag by applying-trimpath
rewrites
To install xgo
v1.0.26:
# update xgo
go install github.com/xhd2015/xgo/cmd/[email protected]
# update dependency
go get github.com/xhd2015/xgo/[email protected]
For documentation, see https://github.com/xhd2015/xgo.
Xgo v1.0.25
Release summary:
- add
--strace
flag to automatically generate stack trace when testing, see #66 - avoid copying locks when mocking variables, see #59
- allow trap,trace and mock inside init
To install xgo
v1.0.25:
# update xgo
go install github.com/xhd2015/xgo/cmd/[email protected]
# update dependency
go get github.com/xhd2015/xgo/[email protected]
For documentation, see https://github.com/xhd2015/xgo.
Xgo v1.0.24
Release summary:
- fix sub traces missing when running multiple tests, see #61
To install xgo
v1.0.24:
# update xgo
go install github.com/xhd2015/xgo/cmd/[email protected]
# update dependency
go get github.com/xhd2015/xgo/[email protected]
For documentation, see https://github.com/xhd2015/xgo.
Xgo v1.0.23
Release summary:
- reduce trace output significantly, see #56 (comment)
- make trace durable to errors,
- allow passing custom options to filter out traces
This release makes the trace utility generally available to any projects.
To install xgo
v1.0.23:
# update xgo
go install github.com/xhd2015/xgo/cmd/[email protected]
# update dependency
go get github.com/xhd2015/xgo/[email protected]
For documentation, see https://github.com/xhd2015/xgo.