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
7 of 10 checks passed
7 of 10 checks passed
quality
Details
tests (ubuntu-latest, 3.6)
Details
tests (ubuntu-latest, 3.7)
Details
tests (ubuntu-latest, 3.8)
Details
tests (macos-latest, 3.6)
Details
tests (macos-latest, 3.7)
Details
tests (macos-latest, 3.8)
Details
tests (windows-latest, 3.6) tests (windows-latest, 3.6)
Details
tests (windows-latest, 3.7) tests (windows-latest, 3.7)
Details
tests (windows-latest, 3.8) tests (windows-latest, 3.8)
Details
@pawamoy pawamoy added this to 0.14.0 in Roadmap Nov 19, 2020
@pawamoy pawamoy mentioned this pull request Nov 19, 2020
0 of 2 tasks complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants