Skip to content

Releases: xhd2015/xgo

Xgo v1.0.32

14 May 08:39
Compare
Choose a tag to compare

Release summary:

  • add xgo tool coverage serve to serve incremental coverage, see #106
    • here is q quick look output by xgo tool coverage serve cover.out:
      image

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

09 May 02:59
Compare
Choose a tag to compare

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

08 May 04:51
Compare
Choose a tag to compare

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

06 May 10:57
Compare
Choose a tag to compare

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

24 Apr 11:55
Compare
Choose a tag to compare

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

21 Apr 10:09
Compare
Choose a tag to compare

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

21 Apr 04:44
Compare
Choose a tag to compare

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

16 Apr 10:23
Compare
Choose a tag to compare

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

14 Apr 03:46
Compare
Choose a tag to compare

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

13 Apr 15:04
Compare
Choose a tag to compare

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.