[Pkg-cli-apps-commits] [fsharp] 54/71: Excluded Big Integer from Portable.

Christopher Halse Rogers raof-guest at moszumanska.debian.org
Fri Jan 17 05:18:15 UTC 2014


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

raof-guest pushed a commit to tag 3.1.0
in repository fsharp.

commit c344ca05c2d3e83f55000c7ba1d9b6f9105aec7a
Author: 7sharp9 <kukulcanenator at googlemail.com>
Date:   Thu Dec 19 19:33:30 2013 +0000

    Excluded Big Integer from Portable.
---
 tests/fsharp/core/math/numbersVS2008/test.fsx | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tests/fsharp/core/math/numbersVS2008/test.fsx b/tests/fsharp/core/math/numbersVS2008/test.fsx
index 989ff3c..3006ea8 100644
--- a/tests/fsharp/core/math/numbersVS2008/test.fsx
+++ b/tests/fsharp/core/math/numbersVS2008/test.fsx
@@ -252,7 +252,8 @@ let negative64s =
          (999L                  , -9223372036854775808L , -9223372036854775807L); (* MinValue is -2^63 *)
 #endif
          (999L                  , 999L                  , 999L)]
-
+#if Portable
+#else
 // Regression 3481: ToInt32
 let triple k n project =
   let x = k * BigInteger.Pow(2I,n) in project (x - 1I),project x,project (x + 1I)
@@ -271,7 +272,7 @@ for (a,b) in List.zip negative64s (List.map (triple64 -1I) [0 .. 64]) do
 
 
 (* END *)  
-
+#endif
 
 #if ALL_IN_ONE
 let RUN() = !failures

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git



More information about the Pkg-cli-apps-commits mailing list