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

Smetana and ELK: Improve nested elements with last {} declaration #1442

Closed
The-Lum opened this issue May 31, 2023 · 2 comments
Closed

Smetana and ELK: Improve nested elements with last {} declaration #1442

The-Lum opened this issue May 31, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@The-Lum
Copy link
Collaborator

The-Lum commented May 31, 2023

Describe the [minor, not urgent] bug

  • Improve nested elements with {} declaration (on Smetana and ELK).

See minimal example:

component c1 {
    component comp12 {
        component comp123 {
            component comp1234 {
	    }
        }
    }
}

That seems OK, when last element is just define without {}:

component c1 {
    component comp12 {
        component comp123 {
            component comp1234
        }
    }
}

Observed on:

Regards,
Th.

arnaudroques added a commit that referenced this issue May 31, 2023
@arnaudroques arnaudroques self-assigned this May 31, 2023
@arnaudroques arnaudroques added bug Something isn't working and removed triage labels May 31, 2023
@arnaudroques
Copy link
Contributor

Thanks for the report!
This should work better now...

@The-Lum
Copy link
Collaborator Author

The-Lum commented Jun 14, 2023

Fixed on V1.2023.9 (13 Jun, 2023). 👍

@The-Lum The-Lum closed this as completed Jun 14, 2023
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