summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-04-15 14:40:17 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-04-15 14:40:17 (GMT)
commit4b40738946b0fac7cbf493b7f50bc7f7f1a15ed4 (patch)
tree538483d56dc9eb2987b76c4499dfc8cf890ba5d0 /doc
parent671c28bfad362c7463aea4070b825eeb3a58dc06 (diff)
downloadhdf5-4b40738946b0fac7cbf493b7f50bc7f7f1a15ed4.zip
hdf5-4b40738946b0fac7cbf493b7f50bc7f7f1a15ed4.tar.gz
hdf5-4b40738946b0fac7cbf493b7f50bc7f7f1a15ed4.tar.bz2
Mark a task complete, fix some typos, wrap some paragraphs.
Diffstat (limited to 'doc')
-rw-r--r--doc/VFD_SWMR_Punch_List.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/VFD_SWMR_Punch_List.md b/doc/VFD_SWMR_Punch_List.md
index de791b3..9a8a1d2 100644
--- a/doc/VFD_SWMR_Punch_List.md
+++ b/doc/VFD_SWMR_Punch_List.md
@@ -47,12 +47,12 @@ guide to the syntax.
10. Update the new page buffer to support the pb\_expansion\_threshold,
and trigger an early end of tick if the threshold is exceeded.
-11. **David, in progress** Modify metadata file write call to allow the location of the index
- to float and thus be of arbitrary size.
+11. **David, complete** Modify metadata file write call to allow the
+ location of the index to float and thus be of arbitrary size.
-12. Add code to remove entries from the index after they have been
- written to the HDF5 file, and have not been modified for at least
- max\_lag ticks.
+12. **David, complete** Add code to remove entries from the index after
+ they have been written to the HDF5 file, and have not been modified
+ for at least max\_lag ticks.
13. Tidy short cuts in the initial implementation. These include:
@@ -174,7 +174,8 @@ primarily on Jelly.
35. In the documentation, we should note that if a writer deletes an
object that the reader has open (possesses an hid_t), and max_lag
ticks later the reader tries to access the object by hid_t, the
- reader get an error result, or crash, or access the wrong object.
+ reader gets an error result, or crashes, or accesses the wrong
+ object.
36. Make variable-length data work. It cannot work in a simple and
reliable fashion with VFD SWMR while structural metadata is mixed