#6345: load/attach do not recursively preparse files when run in interpreter
------------------------------------------+---------------------------------
 Reporter:  ddrake                        |         Owner:  was       
     Type:  defect                        |        Status:  closed    
 Priority:  major                         |     Milestone:  sage-4.3.1
Component:  user interface                |    Resolution:  fixed     
 Keywords:  preparse ipython attach load  |        Author:            
 Upstream:  N/A                           |      Reviewer:            
   Merged:                                |   Work_issues:            
------------------------------------------+---------------------------------
Changes (by mvngu):

  * status:  needs_info => closed
  * resolution:  => fixed
  * work_issues:  Already fixed? =>
  * milestone:  sage-4.3.2 => sage-4.3.1


Comment:

 Close as fixed by #7514:
 {{{
 [mv...@sage sage]$ ./sage
 ----------------------------------------------------------------------
 | Sage Version 4.3.2.rc0, Release Date: 2010-02-03                   |
 | Type notebook() for the GUI, and license() for information.        |
 ----------------------------------------------------------------------
 **********************************************************************
 *                                                                    *
 * Warning: this is a prerelease version, and it may be unstable.     *
 *                                                                    *
 **********************************************************************
 sage: attach test1.sage
 test2 1/2
 test1 1/2
 sage: attach test3.sage
 test4 [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
 test3 [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
 sage: !touch test2.sage
 sage: attach test1.sage
 test2 1/2
 test2 1/2
 test1 1/2
 sage: !touch test4.sage
 sage: attach test3.sage
 test4 [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
 test4 [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
 test3 [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
 sage: !more test1.sage
 attach test2.sage
 print "test1", 1/2
 sage: !more test2.sage
 print "test2", 1/2
 sage: !more test3.sage
 attach test4.sage
 print "test3", [1..10]
 sage: !more test4.sage
 print "test4", [1..10]
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6345#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

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

Reply via email to