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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport 'Fix uninitialized constant errors with custom set of modules' to v0.26 #11168

Commits on Jul 12, 2023

  1. Fix uninitialized constant errors with custom set of modules

    * Fix uninitialized constant errors for unexisting modules
    
    * Add specs for the dependency resolver
    
    * Document the method without documentation
    
    * Remove unnecessary commented code
    
    * DRY comments
    
    * Reset the resolver cache during the tests
    
    * Add debug messages for CI
    
    * More debug
    
    * Try relative paths to the git gems in the custom Gemfile
    
    * Print out the generated Gemfile.lock
    
    * Revert "Try relative paths to the git gems in the custom Gemfile"
    
    This reverts commit bb2f675.
    
    * Print out the root dirs in the test debug
    
    * Revert "Print out the root dirs in the test debug"
    
    This reverts commit 06983f1.
    
    * Move debug to its own spec
    
    * Print out bundle(r) and gem related ENV vars
    
    * More debug logging
    
    * Remove the unnecessary yield argument
    
    * Fix syntax error
    
    * Add debug for the dummy lockfile generation
    
    * Report bundle not frozen during the custom Gemfile specs
    
    * Remove the debug output from the custom Gemfile specs
    
    * Add specs for
    
    * Add missing return value YARD docs
    
    * Rubocop auto-correct
    ahukkanen authored and alecslupu committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    7a8662f View commit details
    Browse the repository at this point in the history