MicrosoftDocs / visualfsharpdocs

Frozen documentation repository for legacy MSDN Content for Visual F#
https://msdn.microsoft.com/en-us/visualfsharpdocs/conceptual/visual-fsharp
Creative Commons Attribution 4.0 International
102 stars 111 forks source link

New functions added to List, Array, Seq modules in F# 4.0 are missing Docs #184

Open liboz opened 8 years ago

liboz commented 8 years ago

Many new functions were added in F# 4.0: https://github.com/fsharp/FSharpLangDesign/blob/master/FSharp-4.0/ListSeqArrayAdditions.md. Most of them do not have documentation yet.

Here's the list of functions that still need docs:

Total Remaining: 94

cartermp commented 8 years ago

Thanks for putting this table together @liboz!

liboz commented 8 years ago

@cartermp I plan on making at least some of the docs that are missing. Should I make multiple pull requests (something like one for each group of functions, i.e. List.contains, Array.contains, Seq.contains) or one big pull request or is there some other method that would be preferred?

dend commented 8 years ago

@liboz as soon as you have a new article, issue a PR. Unless you have 7 ready at once, one-by-one is fine and we'll make sure to review and merge them properly.

eriawan commented 8 years ago

@cartermp @dend I already create a PR #193 for this, especially for new APIs (functions) in the What's new in F# MD. Please review it guys :) If you are OK with this, don't merge it yet. I'll continue to do the doc writings.

eriawan commented 8 years ago

Maybe we could combine with the works from @liboz :)

eriawan commented 7 years ago

@liboz

The list at the top needs to be updated, now we have accepted PR from @ErikSchierboom This is the list of his pull requests for the updates:

cc @cartermp

hickford commented 6 years ago

Hi. Any progress? List.groupBy is missing documentation too at both https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/lists and https://msdn.microsoft.com/visualfsharpdocs/conceptual/collections.list-module-%5bfsharp%5d

hickford commented 6 years ago

List.allPairs is also missing documentation https://github.com/MicrosoftDocs/visualfsharpdocs/issues/310

ScottHutchinson commented 6 years ago

I will try to help with this, but it seems to me that the people who added the new functions should add the documentation too. They would know best exactly how the function works and how to use it, etc.

hickford commented 3 years ago

Looks like most or even all these functions are now documented at

ScottHutchinson commented 3 years ago

@hickford That is only the bare minimum documentation generated from XML comments. There are no examples, for instance. That is inadequate.