Re: [Cobolforgcc-devel] MOVE subroutine in UNSTRING
Status: Pre-Alpha
Brought to you by:
timjosling
From: Tim J. <te...@me...> - 2001-04-13 08:06:20
|
Steven, What I normally do is: - put assertions in the code that will trigger when someone tries to go past what's supported - put a note in the code /* lll; this only supports usage display output areas that are left aligned */ Every so often I do a grep on the source. I also have "xxx;" but that is for things that have to be fixed right away. Or, if you register in sourceforge.net I could put you into the project and you could put in a bug report; and I could also record sub projects assigned to you, and give you cvs access, Tim Josling "Steven O. Ellis" wrote: > > OK. This is from Tim's and Bill's input and my own thoughts on it. > Rather than implement a "pseudo-move" in UNSTRING, I will restrict it to > text-only. Then, when the regular MOVE code is fleshed out, all the > needed functionality can be put in at once, including the editing mask, > and the "V", when present, and the logic to accomodate "SIGN IS > SEPARATE". Tim, is there a repository for such issues as they relate to > a particular command? |