Hello, I just had a gotcha: previously when debugging a traceback in a cythonized file I took the line number in the trace, loaded the cpp file *from the same directory as the pyx file, and then looked at the resp. line in the pyx file---which was quick because both files are in the same directory. Now today I noticed my expression.cpp was not synced to expression.pyx and I could even delete the cpp without doing obvious harm.
My questions: Is it necessary that current cpp files now live in build/cythonized/sage/ ? (it makes a cumbersome task of debugging even more cumbersome because the source tree has now to be climbed twice). Secondly if yes then why keep stale cpp files in src/sage? I'm certainly missing something here so please give me a hint. Regards, -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
