OCamlPro / gnucobol

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

[GCOS] Allow REPLACE after CONTROL DIVISION #88

Closed lefessan closed 1 year ago

lefessan commented 1 year ago

CONTROL DIVISION in GCOS forbids REPLACE statements, but it is possible to have a REPLACE statement after the CONTROL DIVISION and before the IDENTIFICATION DIVISION.

codecov-commenter commented 1 year ago

Codecov Report

Merging #88 (9e6dcc6) into gcos4gnucobol-3.x (2ca79d6) will decrease coverage by 0.01%. The diff coverage is 100.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@                  Coverage Diff                  @@
##           gcos4gnucobol-3.x      #88      +/-   ##
=====================================================
- Coverage              65.28%   65.28%   -0.01%     
=====================================================
  Files                     31       31              
  Lines                  56770    56771       +1     
  Branches               14846    14846              
=====================================================
  Hits                   37062    37062              
- Misses                 13883    13884       +1     
  Partials                5825     5825              
Impacted Files Coverage Δ
cobc/pplex.l 72.26% <100.00%> (+0.01%) :arrow_up:
libcob/intrinsic.c 74.14% <0.00%> (-0.03%) :arrow_down:

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

GitMensch commented 1 year ago

Looks good to me when cobc/ChangeLog gets an entry.

lefessan commented 1 year ago

Merged in gnucobol-3.x