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

better methodshow for non-standard identifiers #37750

Merged
merged 3 commits into from
Oct 17, 2020

Conversation

simeonschaub
Copy link
Member

To completely fix the printing of kwargs in signatures, we would have to change how the names of the kwargs are stored in the method table, but this should take care of most cases.
fixes #37743

@JeffBezanson JeffBezanson added the merge me PR is reviewed. Merge when all tests are passing label Oct 16, 2020
@JeffBezanson JeffBezanson merged commit 46834a2 into JuliaLang:master Oct 17, 2020
@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Jan 11, 2021
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.

Symbol("a,b") in method signatures should be displayed as var"a,b"
3 participants