#2137: implement loading of pyx files when loading .sage files (probably
relatively easy; in sage/misc/*)
----------------------------+-----------------------------------------------
 Reporter:  was             |         Owner:  was       
     Type:  enhancement     |        Status:  closed    
 Priority:  major           |     Milestone:  sage-4.3.3
Component:  user interface  |    Resolution:  fixed     
 Keywords:                  |        Author:            
 Upstream:  N/A             |      Reviewer:            
   Merged:                  |   Work_issues:            
----------------------------+-----------------------------------------------
Changes (by mvngu):

  * status:  needs_info => closed
  * resolution:  => fixed
  * work_issues:  Already fixed? =>


Comment:

 Closing this ticket as fixed:
 {{{
 [mv...@sage sage-4.3.3.alpha0]$ cat test.pyx
 def f(int n):
     return n
 [mv...@sage sage-4.3.3.alpha0]$ cat main.sage
 load("test.pyx")
 print f(3)
 [mv...@sage sage-4.3.3.alpha0]$ ./sage -version
 | Sage Version 4.3.3.alpha0, Release Date: 2010-02-11                |
 * Warning: this is a prerelease version, and it may be unstable.     *
 [mv...@sage sage-4.3.3.alpha0]$ ./sage main.sage
 Compiling test.pyx...
 3
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2137#comment:3>
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