#9944: categories for polynomial rings
--------------------------------------------+-------------------------------
    Reporter:  robertwb                     |         Owner:  nthiery           
                         
        Type:  defect                       |        Status:  needs_review      
                         
    Priority:  major                        |     Milestone:  sage-4.7.1        
                         
   Component:  categories                   |    Resolution:                    
                         
    Keywords:                               |   Work_issues:                    
                         
    Upstream:  N/A                          |      Reviewer:  Nicolas M. 
ThiƩry, Mike Hansen, Martin Raum
      Author:  Robert Bradshaw, Simon King  |        Merged:                    
                         
Dependencies:  sage-4.7 + #11139            |  
--------------------------------------------+-------------------------------

Comment(by SimonKing):

 Hi Martin,

 could it be that you had worked with an old version of
 [attachment:trac9944_polynomial_speedup.patch]?

 There was a misspelling that I had introduced into the documentation of
 polynomial base injection maps, in the original version of that patch: It
 was
 {{{
 We use `_rmul_` and not `_lmul_` since...
 }}}
 where it should have been
 {{{
 We use ``_rmul_`` and not ``_lmul_`` since...
 }}}

 I had corrected that typo and updated the patch. But in your version
 [attachment:trac-9944-polynomial_speedup.patch], you still have the single
 back tick.

 Anyway. If you apply my version or your version of the two patches, the
 result will be the same, namely two backticks around _rmul_ and _lmul_

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