Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Make function qualifiers part of FunctionType #391

Open
jyn514 opened this issue May 1, 2020 · 0 comments
Open

Make function qualifiers part of FunctionType #391

jyn514 opened this issue May 1, 2020 · 0 comments
Labels
analyzer Issue with semantic analysis good first issue Good for newcomers technical-debt

Comments

@jyn514
Copy link
Owner

jyn514 commented May 1, 2020

Function qualifiers are only valid for functions, but currently we allow them anywhere another qualifier (like volatile) is allowed. This makes it easy for bugs to crop up. It would be better to make them part of FunctionType instead.

See also #110

Originally posted by @pythondude325 in #370

@jyn514 jyn514 added the analyzer Issue with semantic analysis label May 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
analyzer Issue with semantic analysis good first issue Good for newcomers technical-debt
Projects
None yet
Development

No branches or pull requests

1 participant