Jeroen Demeyer wrote:
> On 2016-09-09 08:43, Marco Cognetta wrote:
>> 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.
> 
> What makes you think that there are no changes which would necessitate
> recythonizing?
> 
> Cython does dependency checking, so if it rebuilds something, there must
> be a reason. In fact, the reason is explicitly stated when cythonizing
> (with messages like building foo because it depends on bar).

And in case you don't trust cython, you can compare files (or whole
subtrees) yourself:

git diff old_branch new_branch -- src/sage/...


-leif


-- 
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