[Pkg-cli-apps-commits] [fsharp] 51/71: Excluded BigInteger 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 8dde64669e45b43f786a7669618ffadbcb2e04e4
Author: 7sharp9 <kukulcanenator at googlemail.com>
Date:   Tue Dec 17 19:52:03 2013 +0000

    Excluded BigInteger from Portable
---
 tests/fsharp/core/subtype/test.fsx | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/fsharp/core/subtype/test.fsx b/tests/fsharp/core/subtype/test.fsx
index b114d97..fe05587 100644
--- a/tests/fsharp/core/subtype/test.fsx
+++ b/tests/fsharp/core/subtype/test.fsx
@@ -262,7 +262,10 @@ module SomeRandomOperatorConstraints = begin
 
     let sum64 seq : int64 = Seq.reduce (+) seq
     let sum32 seq : int64 = Seq.reduce (+) seq
+#if Portable
+#else
     let sumBigInt seq : BigInteger = Seq.reduce (+) seq
+#endif
     let sumDateTime (dt : DateTime) (seq : #seq<TimeSpan>) : DateTime = Seq.fold (+) dt seq
 end
 

-- 
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