Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: MaTriXy/retool

Tags

v1.3.5

Toggle v1.3.5's commit message
Version 1.3.5

v1.3.4

Toggle v1.3.4's commit message
Preserve .c and .h files (twitchtv#31)

* Preserve .c and .h files

* Only test sqlite behavior on non-windows platforms

* Use a constant list of preserved file endings

* Bump to version 1.3.4

v1.3.3

Toggle v1.3.3's commit message
Version 1.3.3

v1.3.2

Toggle v1.3.2's commit message
Version 1.3.2

v1.3.1

Toggle v1.3.1's commit message
Merge branch 'master' of github.com:twitchtv/retool

v1.3.0

Toggle v1.3.0's commit message
Run retool tests in parallel (twitchtv#22)

v1.2.0

Toggle v1.2.0's commit message
Version v1.2.0 (twitchtv#16)

Version 1.2.0

* Stop using a cache (twitchtv#12)

The cache was well-intentioned, but caused lots of tricky bugs. It could
get polluted with bad versions of dependencies, for example, and its
existence was always hard to justify.

* Fix gometalinter (twitchtv#15)

Fixes retool to support github.com/alecthomas/gometalinter. The 
`retool do` command now appends the `_tools` directory to `GOPATH`
when it runs subcommands, and it sets `GOBIN` to `_tools/bin`. In 
addition, when syncing, retool will preserve the linters vendored by 
gometalinter in its `_linters` directory, so `retool do gometalinter` will
work without hassle.

v1.1.0

Toggle v1.1.0's commit message
Keep legal files when vendoring tools (twitchtv#8)

* Keep legal files when vendoring tools

* Bump version to v1.1.0

* Use a broader pile of legal file hints

v1.0.3

Toggle v1.0.3's commit message
Use filepath, not path, for OS compatibility

v1.0.2

Toggle v1.0.2's commit message
Run 'go get' a second time after setting the version