Skip to content

Commit

Permalink
Merge pull request #154 from jackfoxy/randomlist
Browse files Browse the repository at this point in the history
Randomlist
  • Loading branch information
jackfoxy authored May 30, 2020
2 parents a78aedd + bbae249 commit d55ba86
Show file tree
Hide file tree
Showing 118 changed files with 3,175 additions and 3,195 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Pre-release nuget packages automatically built from master branch are published

## Maintainer(s)

For git history prior to commit 169ced2 on October 19, 2013 refer to [FSharpx.Extras](https://github.com/fsprojects/FSharpx.Extras).

- [@forki](https://github.com/forki)
- [@mausch](https://github.com/mausch)
- [@jackfoxy](https://github.com/jackfoxy)
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 2.1.3 - 2020-05-30
* RandomAccessLists zip, reduce, map2
* doc projects netcoreapp3.1 build, thanks Grzegorz Dziadkiewicz

#### 2.1.2 - 2019-12-24
* Fix FSharp.Core assembly reference version

Expand Down
54 changes: 0 additions & 54 deletions docs/content/csharp/App.config

This file was deleted.

36 changes: 0 additions & 36 deletions docs/content/csharp/Properties/AssemblyInfo.cs

This file was deleted.

60 changes: 4 additions & 56 deletions docs/content/csharp/csharp.csproj
Original file line number Diff line number Diff line change
@@ -1,55 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{1700F933-C7B2-48E6-80F3-E1C1B677BA6D}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>csharp</RootNamespace>
<AssemblyName>csharp</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFramework>netcoreapp3.1</TargetFramework>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="PersistentHashMap.cs" />
<Compile Include="PersistentVector.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\src\FSharpx.Collections.Experimental\FSharpx.Collections.Experimental.fsproj">
<Project>{ad3c8e86-f4cf-426f-a31d-015056227777}</Project>
Expand All @@ -59,19 +18,8 @@
<Project>{1e95a279-c2a9-498b-bc72-6e7a0d6854ce}</Project>
<Name>FSharpx.Collections</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\tests\FSharpx.Collections.Experimental.Tests\FSharpx.Collections.Experimental.Tests.fsproj">
<Project>{4b763738-cf1a-4dec-a888-7d3d15054231}</Project>
<Name>FSharpx.Collections.Experimental.Tests</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<Import Project="$(SolutionDir)\.paket\paket.targets" />
<Import Project="..\..\..\.paket\Paket.Restore.targets" />
</Project>
32 changes: 16 additions & 16 deletions docs/reference/fsharpx-collections-array.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ <h3>Functions and values</h3>
Array.centeredWindow n source
</code>
<div class="tip" id="2">
<strong>Signature:</strong> n:int -&gt; source:&#39;?10173 [] -&gt; &#39;?10173 [] []<br />
<strong>Type parameters:</strong> '?10173 </div>
<strong>Signature:</strong> n:int -&gt; source:&#39;?10182 [] -&gt; &#39;?10182 [] []<br />
<strong>Type parameters:</strong> '?10182 </div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsprojects/FSharpx.Collections/tree/master/src/FSharpx.Collections/Collections.fs#L296-296" class="github-link">
Expand Down Expand Up @@ -149,8 +149,8 @@ <h3>Functions and values</h3>
Array.choice1s(xs)
</code>
<div class="tip" id="5">
<strong>Signature:</strong> xs:Choice&lt;&#39;?10181,&#39;?10182&gt; [] -&gt; &#39;?10181 []<br />
<strong>Type parameters:</strong> '?10181, '?10182 </div>
<strong>Signature:</strong> xs:Choice&lt;&#39;?10190,&#39;?10191&gt; [] -&gt; &#39;?10190 []<br />
<strong>Type parameters:</strong> '?10190, '?10191 </div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsprojects/FSharpx.Collections/tree/master/src/FSharpx.Collections/Collections.fs#L331-331" class="github-link">
Expand All @@ -169,8 +169,8 @@ <h3>Functions and values</h3>
Array.choice2s(xs)
</code>
<div class="tip" id="6">
<strong>Signature:</strong> xs:Choice&lt;&#39;?10184,&#39;?10185&gt; [] -&gt; &#39;?10185 []<br />
<strong>Type parameters:</strong> '?10184, '?10185 </div>
<strong>Signature:</strong> xs:Choice&lt;&#39;?10193,&#39;?10194&gt; [] -&gt; &#39;?10194 []<br />
<strong>Type parameters:</strong> '?10193, '?10194 </div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsprojects/FSharpx.Collections/tree/master/src/FSharpx.Collections/Collections.fs#L338-338" class="github-link">
Expand All @@ -189,8 +189,8 @@ <h3>Functions and values</h3>
Array.copyTo(...)
</code>
<div class="tip" id="7">
<strong>Signature:</strong> sourceStartIndx:int -&gt; startIndx:int -&gt; source:&#39;?10167 [] -&gt; target:&#39;?10167 [] -&gt; unit<br />
<strong>Type parameters:</strong> '?10167 </div>
<strong>Signature:</strong> sourceStartIndx:int -&gt; startIndx:int -&gt; source:&#39;?10176 [] -&gt; target:&#39;?10176 [] -&gt; unit<br />
<strong>Type parameters:</strong> '?10176 </div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsprojects/FSharpx.Collections/tree/master/src/FSharpx.Collections/Collections.fs#L272-272" class="github-link">
Expand All @@ -209,8 +209,8 @@ <h3>Functions and values</h3>
Array.equalsWith eq xs ys
</code>
<div class="tip" id="8">
<strong>Signature:</strong> eq:(&#39;?10190 -&gt; &#39;?10190 -&gt; bool) -&gt; xs:&#39;?10190 [] -&gt; ys:&#39;?10190 [] -&gt; bool<br />
<strong>Type parameters:</strong> '?10190 </div>
<strong>Signature:</strong> eq:(&#39;?10199 -&gt; &#39;?10199 -&gt; bool) -&gt; xs:&#39;?10199 [] -&gt; ys:&#39;?10199 [] -&gt; bool<br />
<strong>Type parameters:</strong> '?10199 </div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsprojects/FSharpx.Collections/tree/master/src/FSharpx.Collections/Collections.fs#L349-349" class="github-link">
Expand All @@ -229,8 +229,8 @@ <h3>Functions and values</h3>
Array.nth i arr
</code>
<div class="tip" id="9">
<strong>Signature:</strong> i:int -&gt; arr:&#39;?10163 [] -&gt; &#39;?10163<br />
<strong>Type parameters:</strong> '?10163 </div>
<strong>Signature:</strong> i:int -&gt; arr:&#39;?10172 [] -&gt; &#39;?10172<br />
<strong>Type parameters:</strong> '?10172 </div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsprojects/FSharpx.Collections/tree/master/src/FSharpx.Collections/Collections.fs#L266-266" class="github-link">
Expand Down Expand Up @@ -267,8 +267,8 @@ <h3>Functions and values</h3>
Array.partitionChoices(xs)
</code>
<div class="tip" id="11">
<strong>Signature:</strong> xs:Choice&lt;&#39;?10187,&#39;?10188&gt; [] -&gt; &#39;?10187 [] * &#39;?10188 []<br />
<strong>Type parameters:</strong> '?10187, '?10188 </div>
<strong>Signature:</strong> xs:Choice&lt;&#39;?10196,&#39;?10197&gt; [] -&gt; &#39;?10196 [] * &#39;?10197 []<br />
<strong>Type parameters:</strong> '?10196, '?10197 </div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsprojects/FSharpx.Collections/tree/master/src/FSharpx.Collections/Collections.fs#L345-345" class="github-link">
Expand All @@ -287,8 +287,8 @@ <h3>Functions and values</h3>
Array.setAt i v arr
</code>
<div class="tip" id="12">
<strong>Signature:</strong> i:int -&gt; v:&#39;?10165 -&gt; arr:&#39;?10165 [] -&gt; &#39;?10165 []<br />
<strong>Type parameters:</strong> '?10165 </div>
<strong>Signature:</strong> i:int -&gt; v:&#39;?10174 -&gt; arr:&#39;?10174 [] -&gt; &#39;?10174 []<br />
<strong>Type parameters:</strong> '?10174 </div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsprojects/FSharpx.Collections/tree/master/src/FSharpx.Collections/Collections.fs#L269-269" class="github-link">
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/fsharpx-collections-bytestringmodule.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ <h3>Functions and values</h3>
ByteString.fold f seed bs
</code>
<div class="tip" id="19">
<strong>Signature:</strong> f:(&#39;?9948 -&gt; byte -&gt; &#39;?9948) -&gt; seed:&#39;?9948 -&gt; bs:ByteString -&gt; &#39;?9948<br />
<strong>Type parameters:</strong> '?9948 </div>
<strong>Signature:</strong> f:(&#39;?9957 -&gt; byte -&gt; &#39;?9957) -&gt; seed:&#39;?9957 -&gt; bs:ByteString -&gt; &#39;?9957<br />
<strong>Type parameters:</strong> '?9957 </div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsprojects/FSharpx.Collections/tree/master/src/FSharpx.Collections/ByteString.fs#L193-193" class="github-link">
Expand Down
Loading

0 comments on commit d55ba86

Please sign in to comment.