Skip to content

Releases: bokwoon95/wgo

v0.5.11

15 Feb 11:42
Compare
Choose a tag to compare
fix readme

v0.5.10: properly drain the timer before use

13 Feb 11:57
Compare
Choose a tag to compare
this might have been the source of various race conditions I saw in the past 😩

references:

https://www.reddit.com/r/golang/comments/1inw7nc/anyone_else_seeing_old_unit_tests_that_involve/

https://blogtitle.github.io/go-advanced-concurrency-patterns-part-2-timers/#time-newtimer

v0.5.9: remove t.Parallel() from problematic tests

09 Feb 15:28
Compare
Choose a tag to compare
Why did the test TestWgoCmd_Run/postpone_on fail once in GitHub Actions but run
successfully when the job was re-triggered?? Why???? Remove parallelism from
problematic tests in hopes it never happens again.

v0.5.8: add -postpone flag

09 Feb 15:16
Compare
Choose a tag to compare
Pre-release
closes #16

v0.5.7

02 Dec 05:16
Compare
Choose a tag to compare
readme: powershell: change for (;;) to while (1)

v0.5.6d

30 Apr 02:43
Compare
Choose a tag to compare
v0.5.6d Pre-release
Pre-release
update README

v0.5.6c

29 Apr 14:25
Compare
Choose a tag to compare
v0.5.6c Pre-release
Pre-release
document on how to download release executables

v0.5.6b

29 Apr 13:46
Compare
Choose a tag to compare
v0.5.6b Pre-release
Pre-release
checkpoint