Keyword "aliased" not recognised as such
Open
Nobody has claimed this yet.
- Dominant language
- Ada
- Stars
- 171
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
In v25.0.0 (and, I think, later revisions), aliased isn’t recognised as a reserved word (Analysis.Is_Keyword returns false) in any language version.
It’s a reserved word in all language versions except Ada_83.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at Analysis.Is_Keyword, which the issue identifies as returning false for aliased. Check the keyword handling across language versions and verify that aliased is recognized everywhere except Ada_83; add or update the relevant regression coverage if the repository provides it.
Written by the indexing model from the issue text.
Assessment
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100