Skip to content

v0.1.0

Compare
Choose a tag to compare
@moricho moricho released this 04 Sep 10:16
· 32 commits to master since this release

Changelog

bc07d54 update README Installation term
ef72531 update goreleaser config to support brew
c50d838 fix goreleaser config
288d208 Merge pull request #6 from moricho/goreleaser
dc4b5d5 setup goreleaser
44bf20a Merge pull request #5 from moricho/fix-reviewed
f8169e7 fix the reviewed parts
8fb84e6 add some comments
5bde576 update README
10cf4df Merge pull request #3 from moricho/detect-defer
8853808 detect defer statement
5745406 update README
ee998f2 Merge pull request #2 from moricho/implement-tparallel
ede1305 update README
0f26556 update README
13ab88d add test cases for named function
2a45336 add test cases for named function
72efe22 add test cases for table test
d15c821 add Makefile
255baa9 support table test
d1ab6fe Merge branch 'master' of https://github.com/moricho/tparallel into implement-tparallel
c17d067 update README
ebc9dc7 Create LICENSE
3ea703e ci: modify github actions config
cb1d484 ci: add github actions config
c9404ef Create LICENSE
c57ca76 add README.md
1f2e808 add and modify test cases
8f1cf78 analyze whether t.Cleanup is used or not
d4a1541 add test cases for t.Cleanup()
c7ea674 refactor main logic
8033ae3 fix misc
76d5ee2 modify getTestMap func
c448147 update getTestMap func
736a0d6 notify when the usage of t.Parallel is inappropriate
d835c84 [WIP] get t.Parallel and analize ssa
fba02b5 make skeleton