opensourcecobol / opensourcecobol4j

A new version of opensourcecobol. Translate COBOL to Java.
https://opensourcecobol.github.io/opensourcecobol4j/
GNU General Public License v3.0
74 stars 34 forks source link

Bugfix `-fserial-variable` #534

Closed tsh-hashimoto closed 2 weeks ago

tsh-hashimoto commented 2 weeks ago

Related to #497

This pull request introduces several changes across multiple files to enhance the handling of serial variables in the codebase. The most important changes include updates to the joutput_field_storage function, the addition of new test cases, and modifications to existing test files to include the new serial variable checks.

Codebase improvements:

Test enhancements:

tsh-hashimoto commented 2 weeks ago

All tests have been passed. Please take a look.