Skip to content
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

COBOL - Misinterpreting comments in a COPY sentence #248

Closed
1 of 5 tasks
FALLAI-Denis opened this issue Jun 2, 2022 · 3 comments
Closed
1 of 5 tasks

COBOL - Misinterpreting comments in a COPY sentence #248

FALLAI-Denis opened this issue Jun 2, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@FALLAI-Denis
Copy link

Development environment used

  • Z Open Editor version: 2.0.3
  • Editor Platform
    • Visual Studio Code
    • Red Hat CodeReady Workspaces
    • Eclipse Che
    • Standalone Theia
  • Editor Platform Version: 1.67.2
  • Operating System: Windows 10 64 20H2
  • Java Version: 1.8
  • Related to RSE API?
    • RSE API Plugin version:
    • Zowe CLI version:
    • Node.js version:
  • Logs attached (see here how to get them): yes/no

Problem Description

In a COPY directive, the COBOL Language Server interprets all lines, including comment lines, as being COBOL source code, and then reports errors on the comment lines since it is not COBOL.

image

image

@phaumer phaumer added the bug Something isn't working label Jun 2, 2022
@FALLAI-Denis
Copy link
Author

Same problem with compilation directive interspersed in the COPY sentence:

image

@FALLAI-Denis
Copy link
Author

Related issue: #346

@phaumer
Copy link
Member

phaumer commented Jun 15, 2023

Fixed in Z Open Editor v3.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants