-
Notifications
You must be signed in to change notification settings - Fork 32
Make cobol-check insert FD variables in the FD area and not in WS. This removes naming collisions (Handle 88 level spanning multiple lines) #400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
thomasNellemann-BD
merged 26 commits into
openmainframeproject:Developer
from
thomasNellemann-BD:handle-88-level-spanning-multible-lines
Oct 24, 2025
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2. minor tweeks
… file naming Signed-off-by: Thomas Nellemann Kramer <[email protected]>
330d76a to
c75ab8a
Compare
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
'done' Signed-off-by: Thomas Nellemann Kramer <[email protected]>
…Replace class Signed-off-by: Thomas Nellemann Kramer <[email protected]>
…put file naming Signed-off-by: Thomas Nellemann Kramer <[email protected]>
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
- Scripts moved to src/approvalTest to emphasize the importance of maintaining the files. - Location of the approval test moved to build folder so it is cleaned by the gradle build facility. Signed-off-by: Thomas Nellemann Kramer <[email protected]>
old test result for actual put in to file. To fix the project 'VerifyAction' failing in Ubunto Signed-off-by: Thomas Nellemann Kramer <[email protected]>
changed the dependent task for the approval taks Signed-off-by: Thomas Nellemann Kramer <[email protected]>
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
2a4ec6e to
042caba
Compare
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
Collaborator
Author
|
merge to dev |
01f40a7
into
openmainframeproject:Developer
3 of 4 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Variables in the FD area are written to the testprogram, at the location of FD variables. Including expanded copybooks.
This ensures we can have variables in both FD and Working Storage.
This fixes a current problem where variables all are written to the WS area. And produces compile errors.
A few files from the root of the project ware removed to help keeping the project clean from files from test runs and building the project.
Tests have been modified to follow produce clean results. And now they support the current implementation in cobol-check.