-
Notifications
You must be signed in to change notification settings - Fork 123
Closed
Description
Some tests have started to fail on Linux Mono latest:
Succeeds: https://travis-ci.org/fsharp/FSharp.Compiler.Service/builds/213030630
Failed: https://travis-ci.org/fsharp/FSharp.Compiler.Service/builds/213819074
These have identical mono versions
Mono JIT compiler version 4.8.0 (Stable 4.8.0.520/8f6d0f6 Wed Mar 15 16:18:35 UTC 2017)
But the F# package being used has changed:
Unpacking libfsharp-core4.3-cil (from .../libfsharp-core4.3-cil_4.0.0.3-0xamarin1_all.deb) ...
to
Unpacking libfsharp-core4.3-cil (from .../libfsharp-core4.3-cil_4.0.1.20-0xamarin3_all.deb) ...
With this new package the assembly FSharp.Core 4.3.0.0 is no longer being resolved. Also the compiler used seems to have changed:
Tool /usr/lib/cli/fsharp/fsc.exe execution started with arguments: ...
Tool /usr/lib/mono/fsharp/fsc.exe execution started with arguments: ...