#4539: plural wrapper
---------------------------+------------------------------------------------
   Reporter:  burcin       |       Owner:  OleksandrMotsak, AlexanderDreyer
       Type:  enhancement  |      Status:  needs_review                    
   Priority:  major        |   Milestone:  sage-4.7                        
  Component:  algebra      |    Keywords:  libsingular plural wrapper      
     Author:               |    Upstream:  N/A                             
   Reviewer:               |      Merged:                                  
Work_issues:               |  
---------------------------+------------------------------------------------
Changes (by SimonKing):

  * status:  needs_work => needs_review
  * work_issues:  Implement is_integral_domain and probably other small
                  stuff =>


Comment:

 The reason of the error was that `FreeModule` tries (among other things)
 the method `is_integral_domain()`. By default, it raises a
 `NotImplementedError`, and this is the error we get above.

 Proposed solution: Catch that `NotImplementedError` and do as if
 `is_integral_domain()` had returned `False`.

 I don't know if there will be further problems, but I'll put it back to
 "needs review".

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