[sagemath] 01/01: Fix debian-pari-stackwarn.patch.

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 4 12:36:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository sagemath.

commit 021b38cbbebfb87814fcb8f316b2e72173049a6c
Author: Tobias Hansen <thansen at broeselmaschine.fc.up.pt>
Date:   Sun Dec 4 12:36:12 2016 +0000

    Fix debian-pari-stackwarn.patch.
---
 debian/patches/debian-pari-stackwarn.patch | 24 ++++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)

diff --git a/debian/patches/debian-pari-stackwarn.patch b/debian/patches/debian-pari-stackwarn.patch
index 4337b48..2e2599b 100644
--- a/debian/patches/debian-pari-stackwarn.patch
+++ b/debian/patches/debian-pari-stackwarn.patch
@@ -18,7 +18,7 @@ Author: Tobias Hansen <thansen at debian.org>
          stack size::
  
              sage: a = pari('2^100000000')
-+              ***   Warning: increasing stack size to...
++              *** _^s: Warning: increasing stack size to...
  
          ``a`` is now a Python variable on the Python heap and does not
          take up any space on the PARI stack.  The PARI stack is still
@@ -245,7 +245,27 @@ Author: Tobias Hansen <thansen at debian.org>
          sage: pari.allocatemem(2^12, 2^26)
          PARI stack size set to 4096 bytes, maximum size set to 67108864
          sage: x = pari('2^(2^26)')
-+          ***   Warning: increasing stack size to...
++          *** _^_: Warning: increasing stack size to...
          sage: x == 2^(2^26)
          True
  
+--- a/sage/src/doc/en/thematic_tutorials/explicit_methods_in_number_theory/elliptic_curves.rst
++++ b/sage/src/doc/en/thematic_tutorials/explicit_methods_in_number_theory/elliptic_curves.rst
+@@ -372,6 +372,15 @@
+ ::
+ 
+     sage: L.zeros(10)
+-    [0.000000000, 0.000000000, 2.87609907, 4.41689608, 5.79340263,
+-     6.98596665, 7.47490750, 8.63320525, 9.63307880, 10.3514333]
++      ***   Warning: increasing stack size to...
++    [0.000000000,
++     0.000000000,
++     2.87609907,
++     4.41689608,
++     5.79340263,
++     6.98596665,
++     7.47490750,
++     8.63320525,
++     9.63307880,
++     10.3514333]
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git



More information about the debian-science-commits mailing list