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

Repeated Variable Declaration in Structure with a Single Structured Data Type Fails to Parse #99

Closed
engineerjoe440 opened this issue May 2, 2024 · 1 comment
Assignees
Labels
bug Something isn't working grammar

Comments

@engineerjoe440
Copy link
Collaborator

engineerjoe440 commented May 2, 2024

Looks like blark isn't liking "repeated" variable declarations using a structured type. I just added a test case for this on this branch. Hope that I'll get a chance to dig into it a little more very soon!

TYPE somethingCool :
STRUCT
        AlertTimer, SignalBadTimer, QualityBadTimer : library.TPUDO;
END_STRUCT
END_TYPE

ℹ️ Note:

I updated this description and title to reflect that this is specifically related to structures.

@engineerjoe440 engineerjoe440 added the bug Something isn't working label May 2, 2024
@engineerjoe440 engineerjoe440 self-assigned this May 2, 2024
@engineerjoe440 engineerjoe440 changed the title Repeated Variable Declaration with a Single Structured Data Type Fails to Parse Repeated Variable Declaration in Structure with a Single Structured Data Type Fails to Parse May 3, 2024
@klauer
Copy link
Owner

klauer commented Jan 31, 2025

Closed by #105

Thanks again for the report and suggested fix!

@klauer klauer closed this as completed Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working grammar
Projects
None yet
Development

No branches or pull requests

2 participants