#6094: Change all occurrences of "method" to "algorithm"
----------------------------------------------------------------+-----------
   Reporter:  rlm                                               |       Owner:  
rlm       
       Type:  defect                                            |      Status:  
needs_work
   Priority:  major                                             |   Milestone:  
sage-4.6  
  Component:  coding theory                                     |    Keywords:  
          
     Author:  David Joyner, William Stein, Johan S. R. Nielsen  |    Upstream:  
N/A       
   Reviewer:  Rob Beezer                                        |      Merged:  
          
Work_issues:                                                    |  
----------------------------------------------------------------+-----------

Comment(by jsrn):

 Ok, now it gets hairy (and annoying). In plot.misc, several functions from
 sage.ext.fast_eval are imported; these in turn imports all sorts of stuff
 (e.g. rings), which means that there will be circular references from e.g.
 polynomial_ring when applying this patch. This just underlines the
 importance of moving the decorators to a general place in Trac #9907. It
 also means that unless e.g. this patch the one for Trac #9919 is expanded
 to (illogically) move the sage.ext.fast_eval import statements down into
 the functions in which they are used, this patch will have to depend on
 #9907 (which should now probably depend on #9919). Ye gods  -- isolating
 problems are nice in theory, but...

 On the upside, I am pretty sure that the problem with #9907 is easily
 solved -- it seems to come down to how to update the standard pickle jar.
 I might be wrong in this, of course.

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