We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
I'm looking at the implementation in other gems and have a question: would it work if we will make zeitwerk a soft dependency?
I mean, for the zeitwerk environments it's already added to Gemfile, so we may do something like:
require "zeitwerk" rescue nil class Inflector if defined?(Zeitwerk) def self.loader # ... end end
If so, the power of Zeitwerk will be added without introducing new dependencies for those who don't need it
Sorry, something went wrong.
This wouldn't be enough. We'd also have to make explicit requires optional depending on the presence of Zeitwerk.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: