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

Make show_source accept top-level constant names #831

Merged
merged 1 commit into from
Jan 1, 2024
Merged

Conversation

st0012
Copy link
Member

@st0012 st0012 commented Jan 1, 2024

Currently show_source can't handle top-level class names/signatures like ::Foo or ::Foo#bar due to the regexp it uses. This PR fixes the issue.

@st0012 st0012 added the bug Something isn't working label Jan 1, 2024
@st0012 st0012 self-assigned this Jan 1, 2024
@tompng tompng merged commit 5843616 into master Jan 1, 2024
55 checks passed
@tompng tompng deleted the fix-#2196 branch January 1, 2024 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

2 participants