tag:github.com,2008:https://github.com/cloudRoutine/fsharp/releases Release notes from fsharp 2015-12-17T07:36:33Z tag:github.com,2008:Repository/71214255/V4.0.Update2.Preview-12.18.2015 2015-12-17T07:36:33Z V4.0.Update2.Preview-12.18.2015: Squashed commit of the following: <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Merge branch 'up_nunit3_final' of https://github.com/enricosada/visualfsharp into enricosada-up_nunit3_final git stats tests disable failing tests from ci ( using NO_CI tag ) - core/load-script - core/members/basics - typeProviders/negTests Merge branch 'visualfsharp' into up_nunit3_final Merge pull request #757 from enricosada/remove_nodes_from_tests_proj excluded files (not in build) from fsharp suite project excluded files (not in build) from fsharp suite project fix upload xml tests results fsharp tests suite, parallelize tests execution by testfixture cleanup quote peverify path argument removed unused categories fix false negative, the bat does not check fsi errorlevel (was 1 instead of 0) remove duplicated code updated test to latest version test tests/fsharp/core/load-script is a false positive fixed the test, the result is same as the new implementation diff.exe does not support anymore the -dew argument update to latest version of bat (previous version was a false positive) Seq.take throws if less items than count, Seq.truncate return up to count items nunit 3 breaking change, TestCaseSourceAttribute require a static method ignore env var ILX_CONFIG fix build use nunit 2 xml format use fsx instead of powershell upgrade from nunit-console.exe (nunit v2) to nunit3-console.exe (nunit v3) remove unused"><pre class="notranslate"><code>Merge branch 'up_nunit3_final' of https://github.com/enricosada/visualfsharp into enricosada-up_nunit3_final git stats tests disable failing tests from ci ( using NO_CI tag ) - core/load-script - core/members/basics - typeProviders/negTests Merge branch 'visualfsharp' into up_nunit3_final Merge pull request #757 from enricosada/remove_nodes_from_tests_proj excluded files (not in build) from fsharp suite project excluded files (not in build) from fsharp suite project fix upload xml tests results fsharp tests suite, parallelize tests execution by testfixture cleanup quote peverify path argument removed unused categories fix false negative, the bat does not check fsi errorlevel (was 1 instead of 0) remove duplicated code updated test to latest version test tests/fsharp/core/load-script is a false positive fixed the test, the result is same as the new implementation diff.exe does not support anymore the -dew argument update to latest version of bat (previous version was a false positive) Seq.take throws if less items than count, Seq.truncate return up to count items nunit 3 breaking change, TestCaseSourceAttribute require a static method ignore env var ILX_CONFIG fix build use nunit 2 xml format use fsx instead of powershell upgrade from nunit-console.exe (nunit v2) to nunit3-console.exe (nunit v3) remove unused </code></pre></div> enricosada tag:github.com,2008:Repository/71214255/V4.0.Update2.Preview-12.16.2015 2015-12-13T21:29:04Z V4.0.Update2.Preview-12.16.2015 <p>go back to not using the matrix</p> KevinRansom tag:github.com,2008:Repository/71214255/V4.0.Update1.Preview-10.13.2015 2015-10-12T21:02:00Z V4.0.Update1.Preview-10.13.2015: Revert "Misc. code alignment for FCS" <p>This reverts commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/cloudRoutine/fsharp/commit/0214e3b8de10a2049f0ecc2b59329d9f8d551564/hovercard" href="https://github.com/cloudRoutine/fsharp/commit/0214e3b8de10a2049f0ecc2b59329d9f8d551564"><tt>0214e3b</tt></a>.</p> KevinRansom tag:github.com,2008:Repository/71214255/V4.0.Update1.Preview-10.03.2015 2015-10-01T13:56:57Z V4.0.Update1.Preview-10.03.2015 <p>Update DEVGUIDE.md</p> dsyme tag:github.com,2008:Repository/71214255/V4.0.Update1.Preview-09.23.2015 2015-09-16T23:37:51Z V4.0.Update1.Preview-09.23.2015: Remove issue stats from README.md, as they don't ever update <p>fixes <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="55705111" data-permission-text="Title is private" data-url="https://github.com/dotnet/fsharp/issues/165" data-hovercard-type="issue" data-hovercard-url="/dotnet/fsharp/issues/165/hovercard" href="https://github.com/dotnet/fsharp/issues/165">dotnet#165</a></p> latkin tag:github.com,2008:Repository/71214255/V4.0.Update1.Preview-09.21.2015 2015-09-16T23:37:51Z V4.0.Update1.Preview-09.21.2015: Remove issue stats from README.md, as they don't ever update <p>fixes <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="55705111" data-permission-text="Title is private" data-url="https://github.com/dotnet/fsharp/issues/165" data-hovercard-type="issue" data-hovercard-url="/dotnet/fsharp/issues/165/hovercard" href="https://github.com/dotnet/fsharp/issues/165">dotnet#165</a></p> latkin tag:github.com,2008:Repository/71214255/V4.0.Preview-06.03.2015 2015-06-02T23:55:12Z V4.0.Preview-06.03.2015: Assorted test fixes found when running tests on internal infra <ul> <li>Older NUnit used internally compares collections differently <ul> <li>Has trouble with nested collections</li> <li>Enforces that empty collections have the same type (newer NUnit is lax about this)</li> </ul> </li> <li>Add <code>NoMT</code> test tag to various new tests that don't support mixed .NET version testing (i.e. .NET 2/4 multitargeting)</li> <li>Make sure all IDE bits build with correct versions of VS SDK dependencies <ul> <li>IDE unit tests were all failing with latest VS RC installed</li> </ul> </li> <li>Various small tweaks to account for versioning and file paths used by VS</li> </ul> <p>closes <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="84062980" data-permission-text="Title is private" data-url="https://github.com/dotnet/fsharp/issues/482" data-hovercard-type="pull_request" data-hovercard-url="/dotnet/fsharp/pull/482/hovercard" href="https://github.com/dotnet/fsharp/pull/482">dotnet#482</a></p> <p>commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/cloudRoutine/fsharp/commit/539225b611d2e2e6a2a00bdd89d9d1fe7911600a/hovercard" href="https://github.com/cloudRoutine/fsharp/commit/539225b611d2e2e6a2a00bdd89d9d1fe7911600a"><tt>539225b</tt></a><br> Author: latkin <a href="mailto:latkin@microsoft.com">latkin@microsoft.com</a><br> Date: Tue Jun 2 12:35:30 2015 -0700</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Add missing project file"><pre class="notranslate"><code>Add missing project file </code></pre></div> <p>commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/cloudRoutine/fsharp/commit/f8d9fe81c92153fb7fbd6519925b69d4f8a4a827/hovercard" href="https://github.com/cloudRoutine/fsharp/commit/f8d9fe81c92153fb7fbd6519925b69d4f8a4a827"><tt>f8d9fe8</tt></a><br> Author: latkin <a href="mailto:latkin@microsoft.com">latkin@microsoft.com</a><br> Date: Tue Jun 2 07:27:43 2015 -0700</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Another core unit tests fix"><pre class="notranslate"><code>Another core unit tests fix </code></pre></div> <p>commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/cloudRoutine/fsharp/commit/f6d830bb4b9672b24b72b7454cdde05955163a4b/hovercard" href="https://github.com/cloudRoutine/fsharp/commit/f6d830bb4b9672b24b72b7454cdde05955163a4b"><tt>f6d830b</tt></a><br> Author: latkin <a href="mailto:latkin@microsoft.com">latkin@microsoft.com</a><br> Date: Thu May 28 13:33:08 2015 -0700</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Use correct, consistent versions of VS binaries"><pre class="notranslate"><code>Use correct, consistent versions of VS binaries </code></pre></div> <p>commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/cloudRoutine/fsharp/commit/827044ca4daa1f5d1c5e028930e7495ec047e05d/hovercard" href="https://github.com/cloudRoutine/fsharp/commit/827044ca4daa1f5d1c5e028930e7495ec047e05d"><tt>827044c</tt></a><br> Author: VFSharpTeam <a href="mailto:vfsharpteam@microsoft.com">vfsharpteam@microsoft.com</a><br> Date: Thu May 28 10:01:23 2015 -0700</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="More test fixes"><pre class="notranslate"><code>More test fixes </code></pre></div> <p>commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/cloudRoutine/fsharp/commit/fe8661f6b2a409b9ddfe4a8e1c857169667d399c/hovercard" href="https://github.com/cloudRoutine/fsharp/commit/fe8661f6b2a409b9ddfe4a8e1c857169667d399c"><tt>fe8661f</tt></a><br> Author: latkin <a href="mailto:latkin@microsoft.com">latkin@microsoft.com</a><br> Date: Wed May 27 16:36:37 2015 -0700</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="First batch"><pre class="notranslate"><code>First batch </code></pre></div> latkin tag:github.com,2008:Repository/71214255/V4.0.Preview-04.10.2015 2015-04-08T20:05:01Z V4.0.Preview-04.10.2015 <p>Merge branch 'master' into fsharp4</p> latkin tag:github.com,2008:Repository/71214255/V4.0.Preview-03.31.2015 2015-03-27T23:09:44Z V4.0.Preview-03.31.2015 <p>Merge branch 'master' into fsharp4</p> latkin tag:github.com,2008:Repository/71214255/V4.0.Preview-03.02.2015 2015-02-27T23:12:36Z V4.0.Preview-03.02.2015: Merge branch 'master' into fsharp4 <p>Conflicts:<br> src/fsharp/FSharp.Core.Unittests/FSharp.Core/PrimTypes.fs</p> latkin