Closed james-lawrence closed 6 years ago
@matryer @tylerb May I make a PR for it?
The empty files become troublesome, especially since they should be deleted one by one in order for me to be able to run genny again. (Otherwise it logs expected 'package', found 'EOF'
)
@pdrum please do - sorry, this repo isn't as actively maintained as we would like.
@pdrum would you like to become a maintainer?
Sure, that would be nice.
@matryer https://github.com/cheekybits/genny/pull/51 should resolve this.
if genny fails to generate a code due to not being able to locate the file. it still generates a empty file leading to subsequent calls to fail with the follow error
btree.gen.go:1:1: expected 'package', found 'EOF'
should probably not create the file until we are ready to write its contents.