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

Improve own classes detection #12

Merged
merged 12 commits into from
Dec 20, 2024
Merged

Improve own classes detection #12

merged 12 commits into from
Dec 20, 2024

Conversation

3v0k4
Copy link
Owner

@3v0k4 3v0k4 commented Dec 20, 2024

This PR improves the own classes detection.

For example, it is now able to detect the usage of the following gems:

which was not possible before because they expose classes that are not easily computed from the gem name (eg, hubspot-api-client -> Hubspot::Client).

Though, it introduces a regression like in the case of webrick that creates Errno for compatibility, which could be rescued in an app that is using a different server.

@3v0k4 3v0k4 changed the title own classes Improve own classes detection Dec 20, 2024
@3v0k4 3v0k4 merged commit 9368b2e into main Dec 20, 2024
1 check passed
@3v0k4 3v0k4 mentioned this pull request Dec 20, 2024
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.

1 participant