Dag Sverre Seljebotn wrote: > So I propose this change: There is a cutoff in the pipeline at which > stage errors are reported (and if any, processing stops).
That sounds reasonable. You could even go further and have a cutoff after every stage of the pipeline, so that any stage can assume it has valid data from the previous stage. A refinement would be to have "fatal" and "non-fatal" errors, where fatal errors terminate compilation at the end of the current pipeline stage. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
