Actions
Feature #13508
openHow remove/refactor code related mathn library.
    Feature #13508:
    How remove/refactor code related mathn library.
  
Description
I removed mathn library at r58413 and r58432.
I have some concerns related mathn library. This issue is reminder for this concern.
- Still remains conditions for mathn loaded. ex. https://github.com/ruby/ruby/blob/trunk/array.c#L5755
 - {complex,rational}.c have {nucomp,nurat}_canonicalization methods for mathn.
 - lib/cmath.rb have workaround code for mathn see. https://github.com/ruby/ruby/blob/trunk/lib/cmath.rb#L27
 
I continue to discuss concerns to @mrkn (Kenta Murata)
        
          
          Updated by shyouhei (Shyouhei Urabe) over 8 years ago
          
          
        
        
      
      - Status changed from Open to Assigned
 
        
          
          Updated by hsbt (Hiroshi SHIBATA) almost 8 years ago
          
          
        
        
      
      - Target version changed from 2.5 to 2.6
 
I gave up to apply at Ruby 2.5. I try this next year.
        
          
          Updated by naruse (Yui NARUSE) almost 8 years ago
          
          
        
        
      
      - Target version deleted (
2.6) 
Actions