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

HCL - support for legacy syntax for attribute expressions #4899

Closed

Conversation

greg-at-moderne
Copy link
Contributor

What's changed?

Amending the HCL parser with support for:

The HCL native syntax also includes a legacy index operator that exists only for compatibility with the precursor language HIL:
LegacyIndex = '.' digit+

What's your motivation?

Fix a real-life parser failure in HCL code for one of the Moderne's customers.

@greg-at-moderne greg-at-moderne self-assigned this Jan 14, 2025
@greg-at-moderne greg-at-moderne marked this pull request as draft January 14, 2025 09:55
@greg-at-moderne
Copy link
Contributor Author

Looking at the test failure.

@greg-at-moderne
Copy link
Contributor Author

Pursuing #4901 instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant