clipperhouse / typewriter

The package underlying gen: type-driven code generation for Go
http://clipperhouse.github.io/gen/typewriters/#
Other
52 stars 20 forks source link

project doesn't build anymore against latest go tools #11

Closed gadumitrachioaiei closed 9 years ago

gadumitrachioaiei commented 9 years ago

github.com/clipperhouse/typewriter

..\typewriter\package.go:94: not enough arguments in call to types.Eval

Eval seems to have changed: https://github.com/golang/tools/commit/665374f1c86631cf73f4729095d4cf4313670545#diff-6df9913cf1f49500f1a1d627f6c448ea

clipperhouse commented 9 years ago

Latest commit should fix it. You’ll want to go get -u across the board. Thanks and let me know how it goes. @gadumitrachioaiei @rzab

ostness commented 9 years ago

Yep, all good for me, thank you.

gadumitrachioaiei commented 9 years ago

Thanks!

On Wed, Jun 17, 2015 at 12:24 PM, Roman Zabaznov notifications@github.com wrote:

Yep, all good for me, thank you.

— Reply to this email directly or view it on GitHub https://github.com/clipperhouse/typewriter/issues/11#issuecomment-112733226 .