Skip to content

Update tests to expect no binding by keyword to *args/**kwargs#1042

Merged
slozier merged 2 commits intoIronLanguages:masterfrom
BCSharp:nonkeyword_params
Nov 18, 2020
Merged

Update tests to expect no binding by keyword to *args/**kwargs#1042
slozier merged 2 commits intoIronLanguages:masterfrom
BCSharp:nonkeyword_params

Conversation

@BCSharp
Copy link
Copy Markdown
Member

@BCSharp BCSharp commented Nov 18, 2020

Copy link
Copy Markdown
Contributor

@slozier slozier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. This means that we can remove the unicode char from all the arguments that use the ParamDictionaryAttribute?

@BCSharp
Copy link
Copy Markdown
Member Author

BCSharp commented Nov 18, 2020

That's right. I've seen it also being used sometimes on parameters with ParamArrayAttribute (e.g. BaseException.__init__), that could go now too.

@slozier slozier merged commit d32a2b5 into IronLanguages:master Nov 18, 2020
@BCSharp BCSharp deleted the nonkeyword_params branch November 18, 2020 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants