`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?).

Reply via email to