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

Add ExtLoader #110

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Add ExtLoader #110

merged 1 commit into from
Mar 8, 2024

Conversation

HarlemSquirrel
Copy link
Member

@HarlemSquirrel HarlemSquirrel commented Mar 8, 2024

Fixes #107

This should help with instances where libraries are required before their extensions resulting in the extensions never getting loaded.

We attempt to load our extensions when we require 'amazing_print' and then twice more during the first instantiations of Inspector which should hopefully be after the rest of any libraries are required by Bundler or other means.

This should help with instances where libraries are required before their extensions resulting in
the extensions never getting loaded.
@HarlemSquirrel HarlemSquirrel requested a review from paddor March 8, 2024 03:44
@paddor paddor enabled auto-merge March 8, 2024 09:26
@paddor paddor merged commit c56b80c into master Mar 8, 2024
10 checks passed
@paddor paddor deleted the ext-loader branch March 8, 2024 09:27
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.

Gemfile order matters
2 participants