corywalker / expreduce

An experimental computer algebra system written in Go
MIT License
388 stars 26 forks source link

taking out generated .go files from VCS #165

Open darvin opened 6 years ago

darvin commented 6 years ago

just creating it to track this possible improvement

so far options

  1. do nothing, keep generated go files in git repo - cons - merge conflicts
  2. investigate possible solution with using some of go package managers
  3. investigate using git hooks (pre commit or post fetch whatnot) method - check if its implementable and if it plays seamless with go get http://github/.../expreduce that we want to keep
darvin commented 6 years ago

some discussion is here https://github.com/corywalker/expreduce/pull/150 and here https://github.com/corywalker/expreduce/issues/40