From 796d6daee7f1a712b0233dd0f4e68c089a54d74a Mon Sep 17 00:00:00 2001
From: Paul Westcott
Date: Thu, 8 Sep 2016 20:04:28 +1000
Subject: [PATCH 1/6] Attempt to do a comparison of forced UseVirtualTag
---
build.fsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.fsx b/build.fsx
index 94e4906..99ab549 100644
--- a/build.fsx
+++ b/build.fsx
@@ -10,8 +10,8 @@ open System.IO
let runs = 10
-let compilerForkToTest = @"https://github.com/forki/visualfsharp"
-let compilerHashes = ["71c8798e19d6e15d3e6a98c80da658aa5ed2c630"; "ee0baed"]
+let compilerForkToTest = @"https://github.com/manofstick/visualfsharp"
+let compilerHashes = ["5c931e3149ebdd5d1e5f9721a3c6dbfb63e9d1c6"; "9d5e36a7aa66f029640aa05f96bd7b54907aef81"]
let additionalFlags = ""
From 8db3a7194ebdbeaa7bb1b8ea4b931a899ec82a5f Mon Sep 17 00:00:00 2001
From: Paul Westcott
Date: Sat, 10 Sep 2016 11:18:22 +1000
Subject: [PATCH 2/6] Updated hash
---
build.fsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.fsx b/build.fsx
index 99ab549..a6caacf 100644
--- a/build.fsx
+++ b/build.fsx
@@ -11,7 +11,7 @@ open System.IO
let runs = 10
let compilerForkToTest = @"https://github.com/manofstick/visualfsharp"
-let compilerHashes = ["5c931e3149ebdd5d1e5f9721a3c6dbfb63e9d1c6"; "9d5e36a7aa66f029640aa05f96bd7b54907aef81"]
+let compilerHashes = ["32c530ebe42f34a863a9e55b682f90685e658125"; "9d5e36a7aa66f029640aa05f96bd7b54907aef81"]
let additionalFlags = ""
From b2657f54d524983684221c873ff11937f1e69fb4 Mon Sep 17 00:00:00 2001
From: Paul Westcott
Date: Sat, 10 Sep 2016 11:49:58 +1000
Subject: [PATCH 3/6] Trigger a build
---
build.fsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.fsx b/build.fsx
index a6caacf..cc3902d 100644
--- a/build.fsx
+++ b/build.fsx
@@ -11,7 +11,7 @@ open System.IO
let runs = 10
let compilerForkToTest = @"https://github.com/manofstick/visualfsharp"
-let compilerHashes = ["32c530ebe42f34a863a9e55b682f90685e658125"; "9d5e36a7aa66f029640aa05f96bd7b54907aef81"]
+let compilerHashes = ["32c530ebe42f34a863a9e55b682f90685e658125"; "9d5e36a7aa66f029640aa05f96bd7b54907aef81"]
let additionalFlags = ""
From 32cd73c80508f70ffeb42ea062afb4fa20a90891 Mon Sep 17 00:00:00 2001
From: Paul Westcott
Date: Sat, 17 Sep 2016 14:36:47 +1000
Subject: [PATCH 4/6] Check when Map and Set use UseVirtualTag
---
build.fsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.fsx b/build.fsx
index cc3902d..f671cc1 100644
--- a/build.fsx
+++ b/build.fsx
@@ -11,7 +11,7 @@ open System.IO
let runs = 10
let compilerForkToTest = @"https://github.com/manofstick/visualfsharp"
-let compilerHashes = ["32c530ebe42f34a863a9e55b682f90685e658125"; "9d5e36a7aa66f029640aa05f96bd7b54907aef81"]
+let compilerHashes = ["9d5e36a7aa66f029640aa05f96bd7b54907aef81"; "183bf00bd40722487957544af04e1445f63c42d0"]
let additionalFlags = ""
From 9a2cf94ade3c82e9f9fba9d8f32abf13580ad1ed Mon Sep 17 00:00:00 2001
From: Paul Westcott
Date: Sat, 24 Sep 2016 09:49:33 +1000
Subject: [PATCH 5/6] Checking alternative List.filter
Shouldn't really change the performance at all, so just check that that
is true, within the scope of the AppVeyor environment...
---
build.fsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.fsx b/build.fsx
index f671cc1..fbbf3fa 100644
--- a/build.fsx
+++ b/build.fsx
@@ -11,7 +11,7 @@ open System.IO
let runs = 10
let compilerForkToTest = @"https://github.com/manofstick/visualfsharp"
-let compilerHashes = ["9d5e36a7aa66f029640aa05f96bd7b54907aef81"; "183bf00bd40722487957544af04e1445f63c42d0"]
+let compilerHashes = ["bcf53a972488b6b2cf23c740459112a2edcaca52"; "7b6c07afc1169f50a417b26a3106abeec60735d8"]
let additionalFlags = ""
From 7eaaa6b431d5e80a267c3bc1385b45a6b1b067fc Mon Sep 17 00:00:00 2001
From: Paul Westcott
Date: Sat, 24 Sep 2016 10:27:01 +1000
Subject: [PATCH 6/6] Flipping the build ordering
See if the results are consistent...
---
build.fsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.fsx b/build.fsx
index fbbf3fa..3bfc2b5 100644
--- a/build.fsx
+++ b/build.fsx
@@ -11,7 +11,7 @@ open System.IO
let runs = 10
let compilerForkToTest = @"https://github.com/manofstick/visualfsharp"
-let compilerHashes = ["bcf53a972488b6b2cf23c740459112a2edcaca52"; "7b6c07afc1169f50a417b26a3106abeec60735d8"]
+let compilerHashes = ["7b6c07afc1169f50a417b26a3106abeec60735d8"; "bcf53a972488b6b2cf23c740459112a2edcaca52" ]
let additionalFlags = ""