On Fri, Oct 5, 2012 at 6:39 PM, James Bergstra <[email protected]> wrote:
> Every time I change a pyx file, I have to run cython, and then
> hundreds of lines change in the corresponding C file, which is under
> git.  This makes various git utilities hard to use, and fills the repo
> with cython output.  Am I doing things wrong?

This is one unfortunate side effect of generated code in a VCS. "git
add -p" is your friend; I would save regenerated C code for one
separate commit. At least that's how I usually do it in other repos if
I don't want to just .gitignore them.

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to