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

Bad error message for attribute sections with indeterminate nonterminal type #836

Open
RandomActsOfGrammar opened this issue Apr 15, 2024 · 0 comments

Comments

@RandomActsOfGrammar
Copy link
Contributor

I get

error: 'x' has type a and cannot have attributes.

from

map((.pp), importedIndRels)

when importedIndRels is not defined. The location is (.pp), specifically.

My guess is attribute sections are implemented using antiquotation for forwarding with the name x and do not check the types before forwarding.

@github-project-automation github-project-automation bot moved this to To do - uncategorized in Hackathon Jan 3, 2025
@krame505 krame505 moved this from To do - uncategorized to To do - standalone in Hackathon Jan 3, 2025
@krame505 krame505 moved this from To do - standalone to To do - uncategorized in Hackathon Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Development

No branches or pull requests

3 participants