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

allow any unqualified classic identifier in interface arg_names #655

Merged
merged 1 commit into from
Dec 26, 2023

Conversation

mieszko
Copy link
Collaborator

@mieszko mieszko commented Dec 26, 2023

the arg_names property in interface type declarations now allows any unqualified bs classic identifier, including identifiers starting with uppercase letters.

minimal fix; perhaps a better fix would be to change PIArgNames to take [String] rather than [Id] (see #654), but that requires a lot more digging in bsc internals.

fixes #654.

@quark17
Copy link
Collaborator

quark17 commented Dec 26, 2023

This looks good to me. I'm happy for it to be merged when the checks pass.

@mieszko mieszko merged commit cf4dcee into B-Lang-org:main Dec 26, 2023
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

uppercase names not allowed in interface property arg_names
2 participants