Page 1 of 1

TextRulers documentation bug

Posted: Wed Feb 15, 2017 6:24 am
by DGDanforth
PROCEDURE WriteAttr (VAR wr: Stores.Writer; a: Attributes)
Read an attributes object; in case the reader returns an alien store, the store is wrapped into an alien attributes object and the wrapper is returned.
That is wrong it should be something like
PROCEDURE WriteAttr (VAR wr: Stores.Writer; a: Attributes)
Writes an attributes object. In case a is an alien attributes object, its contained alien stores is unwrapped and written.

Re: TextRulers documentation bug

Posted: Wed Feb 15, 2017 9:51 am
by Josef Templ
Agree.

The docu has been copied from ReadAttr and has not been adapted to WriteAttr.

Calls for a new issue that should also include my TextRulers docu
extensions from issue-#145.

- Josef

Re: TextRulers documentation bug

Posted: Wed Feb 15, 2017 10:04 am
by DGDanforth
Josef Templ wrote:Agree.

The docu has been copied from ReadAttr and has not been adapted to WriteAttr.

Calls for a new issue that should also include my TextRulers docu
extensions from issue-#145.

- Josef
So, will you create the new issue?
-Doug