OCamlPro / gnucobol

A clone of the sourceforge GnuCOBOL compiler from COBOL to C.
https://get-superbol.com
GNU Lesser General Public License v3.0
16 stars 21 forks source link

DEPENDING var for PIC L data-items can come after parent groups #66

Closed nberth closed 1 year ago

nberth commented 1 year ago

As it turns out, this is supported on GCOS.

GitMensch commented 1 year ago

Does it need to be the last item like ODO in the standard?

codecov-commenter commented 1 year ago

Codecov Report

Merging #66 (5742500) into gcos4gnucobol-3.x (41e53b7) will increase coverage by 0.33%. The diff coverage is 58.43%.

@@                  Coverage Diff                  @@
##           gcos4gnucobol-3.x      #66      +/-   ##
=====================================================
+ Coverage              64.73%   65.07%   +0.33%     
=====================================================
  Files                     32       34       +2     
  Lines                  54722    55907    +1185     
  Branches               14222    14678     +456     
=====================================================
+ Hits                   35422    36379     +957     
- Misses                 13643    13669      +26     
- Partials                5657     5859     +202     
Impacted Files Coverage Δ
cobc/codegen.c 74.49% <ø> (+1.50%) :arrow_up:
cobc/config.def 100.00% <ø> (ø)
cobc/parser.y 69.02% <ø> (-0.35%) :arrow_down:
cobc/warning.def 0.00% <0.00%> (ø)
libcob/coblocal.h 100.00% <ø> (ø)
libcob/statement.def 0.00% <0.00%> (ø)
libcob/strings.c 81.40% <0.00%> (+12.69%) :arrow_up:
libcob/screenio.c 12.89% <6.81%> (-0.37%) :arrow_down:
libcob/call.c 59.09% <40.00%> (+0.02%) :arrow_up:
cobc/tree.c 73.23% <43.47%> (-0.64%) :arrow_down:
... and 40 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

nberth commented 1 year ago

Ok thanks for checking with the standards. Now upstream.