[ruby-cvs:78433] 0fef526606 (master): Do not call 'gem "did_you_mean"' for now
"Yuki Nishijima" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Yuki Nishijima 2019-11-30 11:40:07 +0900 (Sat, 30 Nov 2019)
New Revision: 0fef526606
https://github.com/ruby/ruby/commit/0fef526606
Log:
Do not call 'gem "did_you_mean"' for now
This will slow down the time that the +require+ method takes to load DYM,
but this has caused a build failure in a certain situation:
https://ci.appveyor.com/project/ruby/ruby/builds/29214253/job/r9u9c8p95tnlftt3#L24965
which is reported as a separate bug:
https://bugs.ruby-lang.org/issues/16382?next_issue_id=16381
For now this commit should fix the builds, but we should come back and
add back the 'gem' call.
Modified files:
gem_prelude.rb