#4474: A hack in preparsing files is dangerous/confusing
--------------------+-------------------------------------------------------
Reporter: was | Owner: cwitty
Type: defect | Status: new
Priority: major | Milestone: sage-3.2.1
Component: misc | Keywords:
--------------------+-------------------------------------------------------
There is a dangerous hack in preparser.py. Given input file:
{{{
load a.sage
load b.py
}}}
Then b.py will be loaded while the file is being *parsed*, and *before*
a.sage is loaded. That would be very confusing. See the related #4473
and apply that patch before working on this.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4474>
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
-~----------~----~----~----~------~----~------~--~---