Hello,

I have been writing some code for sage and have encountered the following 
problem. When running ./sage -br, it goes through a long cythonizing step 
every time, even on files that have not been changed. I have played around 
with it a little and if I run ./sage -br, wait for it to finish (about 
1-1.5 hours), and run ./sage -br again it will build almost instantly 
without the cythonizing step. However, if I change to a new branch that has 
no changes which would necessitate recythonizing code, it will go through 
the cythonizing step again. Upon switching back to the previous branch it 
goes through the step again.

It also seems to be choosing different areas of the code to cythonize (it 
has a counter for the number of files that will be cythonized which 
sometimes changes values between calls of ./sage -br).

Is there a nice fix for this or do I need to make dist-clean && make to 
just start over?

Thank you,

Marco

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to