#8357: Doctesting ell_rational_field.py leaves a file PRIMES in the current
directory
------------------------------------------+---------------------------------
   Reporter:  mpatel                      |       Owner:  cremona   
       Type:  defect                      |      Status:  needs_work
   Priority:  major                       |   Milestone:  sage-4.3.4
  Component:  elliptic curves             |    Keywords:            
     Author:  John Cremona, Mitesh Patel  |    Upstream:  N/A       
   Reviewer:                              |      Merged:            
Work_issues:                              |  
------------------------------------------+---------------------------------

Comment(by cremona):

 mpatel:  if possible could you make he following additional edits to
 src/procs/Makefile (in eclib...p10):
 {{{
 diff -r 809e34b4c146 procs/Makefile
 --- a/procs/Makefile    Sat Feb 27 15:42:31 2010 -0800
 +++ b/procs/Makefile    Sun Feb 28 20:08:44 2010 +0000
 @@ -105,7 +105,7 @@
         gzip procs.tar

  check: $(TESTS)
 -       rm -f PRIMES t
 +       rm -f PRIMES t 1
         ./vectest1 < vectest.in >  t && diff t vectest.out
         ./vectest2 < vectest.in >  t && diff t vectest.out
         ./mattest1 < mattest.in >  t && diff t mattest.out
 @@ -128,7 +128,7 @@
         ./rcubic < rcubic.in > t && diff t rcubic.out
         ./lcubic < lcubic.in > t && diff t lcubic.out
         ./tp2points < tp2points.in > t && diff t tp2points.out
 -       rm -f PRIMES t
 +       rm -f PRIMES t 1
 }}}
 It's another temp file which gets left behind, this time after "make
 check".

 If that's too much hassle I'll do it next time I make changes to the eclib
 spkg, but it would be convenient to do it now.

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