#4519: [with patch, needs review] problem with build code
------------------------+---------------------------------------------------
Reporter: craigcitro | Owner: craigcitro
Type: defect | Status: new
Priority: blocker | Milestone: sage-3.2
Component: build | Keywords:
------------------------+---------------------------------------------------
There's a problem with the build code that was first introduced by #4377.
Here's an example of how to see this: pick your favorite `.pyx` file (I
was using `gen.pyx`), and break it -- just make some syntax error, and
save. Now do a `sage -br` -- you see that it says there's an error ... but
then it still runs sage! Oops.
The underlying problem is that if we pass back a different exit code (in
the case I was running into, it was 256), the `python setup.py install`
still returns 0.
The attached patch fixes the trouble. Is there a way to test something
like this?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4519>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---