-
Notifications
You must be signed in to change notification settings - Fork 62
Copy replacing does not correctly maintain areas #974
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
Labels
bug
Something isn't working
Comments
ap891843
added a commit
to ap891843/che-che4z-lsp-for-cobol
that referenced
this issue
Jun 25, 2021
Signed-off-by: ap891843 <[email protected]>
ap891843
added a commit
to ap891843/che-che4z-lsp-for-cobol
that referenced
this issue
Jun 25, 2021
Signed-off-by: ap891843 <[email protected]>
Thank you for the reporting! |
PR raised |
ap891843
added a commit
to ap891843/che-che4z-lsp-for-cobol
that referenced
this issue
Jun 25, 2021
Signed-off-by: ap891843 <[email protected]>
ap891843
added a commit
to ap891843/che-che4z-lsp-for-cobol
that referenced
this issue
Jul 19, 2021
Signed-off-by: ap891843 <[email protected]>
ap891843
added a commit
to ap891843/che-che4z-lsp-for-cobol
that referenced
this issue
Jul 19, 2021
Signed-off-by: ap891843 <[email protected]>
ap891843
added a commit
to ap891843/che-che4z-lsp-for-cobol
that referenced
this issue
Jul 20, 2021
Signed-off-by: ap891843 <[email protected]>
ap891843
added a commit
to ap891843/che-che4z-lsp-for-cobol
that referenced
this issue
Jul 20, 2021
Signed-off-by: ap891843 <[email protected]>
ap891843
added a commit
to ap891843/che-che4z-lsp-for-cobol
that referenced
this issue
Jul 20, 2021
Signed-off-by: ap891843 <[email protected]>
ap891843
added a commit
to ap891843/che-che4z-lsp-for-cobol
that referenced
this issue
Jul 20, 2021
Signed-off-by: ap891843 <[email protected]>
ap891843
added a commit
to ap891843/che-che4z-lsp-for-cobol
that referenced
this issue
Jul 21, 2021
Signed-off-by: ap891843 <[email protected]>
ap891843
added a commit
to ap891843/che-che4z-lsp-for-cobol
that referenced
this issue
Jul 21, 2021
Signed-off-by: ap891843 <[email protected]>
ap891843
added a commit
to ap891843/che-che4z-lsp-for-cobol
that referenced
this issue
Jul 21, 2021
Signed-off-by: ap891843 <[email protected]>
temanbrcom
added a commit
that referenced
this issue
Jul 21, 2021
fix: Maintain string length while replacing #974
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When using a copy replacing statement for a copybook that has comment area numbering, the comment area is shifted into area B if the replaced text is longer than the replacing text. Errors also occur when the replacing text would make the line too long.
Expected behavior
Comment and sequence area characters are not moved by the copy statement, line continuations are used when needed.
Screenshots
Environment
Additional information
The COBOL compiler will add spaces and line continuations when needed to ensure that copied text remains in the correct area.
The text was updated successfully, but these errors were encountered: