Releases: bokwoon95/wgo
Releases · bokwoon95/wgo
v0.5.11
v0.5.10: properly drain the timer before use
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
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
closes #16
v0.5.7
readme: powershell: change for (;;) to while (1)
v0.5.6d
update README
v0.5.6c
document on how to download release executables
v0.5.6b
checkpoint