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

feat: Allow any characters in identifiers #174

Merged
merged 1 commit into from
Nov 3, 2020

Conversation

oprypin
Copy link
Member

@oprypin oprypin commented Nov 1, 2020

The current character set currently seems tailored to the Python handler, but can be not enough for others
(example identifier for a planned Crystal handler: Foo::Type#bar(a,b))

And it doesn't seem like there's any strong reason to limit these?

The current character set currently seems tailored to the Python handler, but can be not enough for others
(example identifier for a planned Crystal handler: `Foo::Type#bar(a,b)`)

And it doesn't seem like there's any strong reason to limit these?
@pawamoy pawamoy merged commit d31685d into mkdocstrings:master Nov 3, 2020
@pawamoy pawamoy added this to 0.14.0 in Roadmap Nov 19, 2020
@pawamoy pawamoy mentioned this pull request Nov 19, 2020
2 tasks
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.

None yet

2 participants