TextRulers documentation bug

Post Reply
User avatar
DGDanforth
Posts: 1061
Joined: Tue Sep 17, 2013 1:16 am
Location: Palo Alto, California, USA
Contact:

TextRulers documentation bug

Post 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.
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

Re: TextRulers documentation bug

Post 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
User avatar
DGDanforth
Posts: 1061
Joined: Tue Sep 17, 2013 1:16 am
Location: Palo Alto, California, USA
Contact:

Re: TextRulers documentation bug

Post 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
Post Reply