Closed mdedetrich closed 11 years ago
Thanks for this - the code has been in need of a cleanup for a while.
I've already gone a long way towards the 0.6 release on a feature branch (feature/sbt-0.13), so I've had to manually add your changes there instead (see b42671760591db68cc5987f1951c485e18f3a31a).
The branching scheme I'm using (git flow) has caused some confusion with a couple of people, so I've updated the README with notes on how it all works. Once I've pushed the 0.6 release I'll switch Github to show develop
- the main branch for development - by default.
Almost ready for a proper release. It should be SBT 0.12 and 0.13 compatible. I'm just running through the tests now.
As an aside, I had no idea you could do list.map(method)
without using _
to lift the method to a function. I've also not used postfix operators before. This PR was a good learning experience - cheers!