Chapel: Restore lost docs

Created on 8 Apr 2020  路  20Comments  路  Source: chapel-lang/chapel

The following modules lost documentation due to #14900 . Some of these modules have been updated already (I believe String and Bytes are probably okay), but the rest need to be looked at.

  • [x] diff -r docPostChange/builtins/Bytes.rst docPreChange/builtins/Bytes.rst
  • [x] diff -r docPostChange/builtins/CPtr.rst docPreChange/builtins/CPtr.rst
  • [x] diff -r docPostChange/builtins/ChapelArray.rst docPreChange/builtins/ChapelArray.rst
  • [x] diff -r docPostChange/builtins/ChapelIteratorSupport.rst docPreChange/builtins/ChapelIteratorSupport.rst
  • [x] diff -r docPostChange/builtins/ChapelRange.rst docPreChange/builtins/ChapelRange.rst
  • [x] diff -r docPostChange/builtins/String.rst docPreChange/builtins/String.rst
  • [x] diff -r docPostChange/packages/DistributedBag.rst docPreChange/packages/DistributedBag.rst
  • [x] diff -r docPostChange/packages/DistributedDeque.rst docPreChange/packages/DistributedDeque.rst
  • [x] diff -r docPostChange/packages/DistributedIters.rst docPreChange/packages/DistributedIters.rst
  • [x] diff -r docPostChange/packages/FFTW.rst docPreChange/packages/FFTW.rst
  • [x] diff -r docPostChange/packages/RecordParser.rst docPreChange/packages/RecordParser.rst
  • [x] diff -r docPostChange/packages/Sort.rst docPreChange/packages/Sort.rst
  • [x] diff -r docPostChange/packages/UnorderedCopy.rst docPreChange/packages/UnorderedCopy.rst
  • [ ] diff -r docPostChange/standard/DynamicIters.rst docPreChange/standard/DynamicIters.rst
  • [ ] diff -r docPostChange/standard/IO.rst docPreChange/standard/IO.rst
  • [x] diff -r docPostChange/standard/LinkedLists.rst docPreChange/standard/LinkedLists.rst
  • [x] diff -r docPostChange/standard/Regexp.rst docPreChange/standard/Regexp.rst

Here's the full diff
output3.txt

Docs

All 20 comments

Recommended strategy: Comment here saying what module(s) you will take. Open .txt file and go to the diff for that module, then search for the lost output string in the appropriate modules file. Move the interrupting single line comments

I'm going to start with Regexp and LinkedLists

@lydia-duncan should I take up DynamicIters and IO?

That'd be awesome :)

I'm done with Regexp and LinkedLists, grabbing Sort and UnorderedCopy

I'll go for DistributedBag and DistributedDeque.

I have FFTW.

I am fairly certain I have fixed Bytes and String yesterday, but will check again a little later and take some of those if there is any left

Taking CPtr and ChapelArray next

ChapelIteratorSupport and ChapelRange.

RecordParser

ChapelRange, and I think that's everything that's unaccounted for. Go ahead and open PRs when you're done :)

ChapelRange had one change to make but ChapelIteratorSupport was a false positive (from the looks of things).

Did anyone take DistributedIters?

Oh, I don't think so. Well spotted!

I can take it.

I took my lead from @e-kayrakli's fix for chpldoc rendering yesterday and just merged without review; hope that's ok.

ChapelRange had one change to make but ChapelIteratorSupport was a false positive (from the looks of things).

I fixed ChapelIteratorSupport yesterday, too

Bytes is good, missed one in String yesterday :( Just checked off both of them

That's everything, thanks everyone for helping out :)

Was this page helpful?
0 / 5 - 0 ratings