`nimcache` in version control gives you a redundancy problem in the best case (`nimcache` sources are completely generated from `.nim` sources, so you store the same info twice) and a consistency problem in the worst case (new Nim compiler version produces different `nimcache` sources from the same `.nim` sources, so which ones are the "real" ones now?).
- Should I include translated sources into version control? dponyatov
- Re: Should I include translated sources into version contro... moigagoo
- Re: Should I include translated sources into version co... gemath
