Forum member
marklam
3 posts
Posts by marklam
-
FSharp Expression causes compiler results not consistent across grid
I haven't seen this happening with the newest build, looking good Thanks!
21 Jul 2017 09:01 UTC
-
FSharp Expression causes compiler results not consistent across grid
Thanks, but unfortunately, that doesn't fix this case: [code] namespace ExpressionTest open NUnit.Framework open System.IO [<TestFixture>] type Fixture1() = [<Test>] member __.Test1 () = let expression = (fun (x : Stream) -> <@ x.Close() @>) Assert.AreEqual(…
16 Jun 2017 13:24 UTC
-
FSharp Expression causes compiler results not consistent across grid
Using an FSharp.Expr variable in a distributed test causes a warning because the compiler adds debug information containing file paths (NCrunch 3.8.0.3) To reproduce: (F# 4.1, VS2017) [list=1][*]Create an F# class library project and add the NUnit 3.7 Nuget package [*]Use the following test i…
13 Jun 2017 14:03 UTC