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

Incorrect numbering of indented level variables is not recognized as a syntax error #412

Open
dvag-dominik-schumacher opened this issue May 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dvag-dominik-schumacher

Development environment used

  • Z Open Editor version: v4.1.0
  • Editor Platform: Visual Studio Code
  • Editor Platform Version: Visual Studio Code 1.88.0
  • Operating System: Windows 11
  • Java Version: openjdk 17.0.6 2023-01-17 LTS

Problem Description

Detailed steps for reproducing the problem:

  1. First step

Observed behavior

In the following example, there is the variable “K-BZUST-AML” with the level number 05.
The indented variables underneath also have the level number 05, but this is not recognized as a syntax error by the IBM Z Open Editor, as these variables should have a higher level number, e.g. 10.
Is this a bug or is it necessary to set the indentation settings so that the described constellation is recognized as an error?

grafik

Expected behavior

The editor should display a syntax error because the number of the level variable does not match the indentation.

@phaumer phaumer added the enhancement New feature or request label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants