bug-gnucobol
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[open-cobol-list] Re: feature request: some Micro Focus "dialect" extens


From: Thomas Biehler
Subject: [open-cobol-list] Re: feature request: some Micro Focus "dialect" extensions + BUGFIX patch
Date: Fri Dec 12 08:19:03 2003
User-agent: KMail/1.4.3

On Friday 12 December 2003 11:30, you wrote:
> At Thu, 11 Dec 2003 05:41:20 +0900,
>
> Keisuke Nishida wrote:
> > > Cases : (= really often occured or distributed usage in our
> > > application!) - 01 tablefield OCCURS ... ,
> > >   - reserved COBOL-1985 word list,
> > >   - "<>" ==> " NOT EQUAL"  )
> >
> > These are relatively easy to implement.  I'll do it by the end of
> > this week.  Some other stuff like COMP-X is more complex than I
> > originally thought.  I will try to implement it in this weekend.
>
> I have implemented your last requests except COMP-X in CVS.
> Could you please test it?
>
> Keisuke

Great!  That helps me!

I have tested it with the MFEXTENSIONS.cob first.
Looks fine!  (I have also checked the "cvs-diffs" ;-))

(I have compiled with:  cobc ... -std=mf ...  ; 
    cobc --help   ==> does not show the  -std  option :  OOPS ?!)

The result from compiling our application follows 
after the weekend! (It compiles now for a while)

Could you apply the following bugfix-patch:
(bug description:   -W obsolete or -W all     AND  !
            AUTHOR , DATE-WRITTEN ... in the cobol-source
               ==> error-line is after that wrong (= to low) 
           (the "warning-check" eat's each newline silently :-) )
)


~/sandbox/open-cobol/cobc> cvs diff pplex.l
Index: pplex.l
===================================================================
RCS file: /cvsroot/open-cobol/open-cobol/cobc/pplex.l,v
retrieving revision 1.28
diff -r1.28 pplex.l
80a81,82
>          {
>           cb_source_line++;
81a84
>          }

Thanks

Thomas


reply via email to

[Prev in Thread] Current Thread [Next in Thread]