| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-05 | Fix typo | Benoit Daloze | |
| 2024-02-02 | [rubygems/rubygems] Add missing Windows job | David Rodriguez | |
| Specs that use extension gems were failing in the new job but I noticed that they were using very non standard `extconf.rb` files. The hack being removed here was added just to make specs pass when run in ruby-core but it seems the underlying issue has been fixed now, and it's causing issues with Ruby 3.3 and Windows, so necessary so I'm removing it and moving on. https://github.com/rubygems/rubygems/commit/5b78275f0e | |||
| 2024-01-31 | [rubygems/rubygems] Fix musl platform not being added to the lockfile | David Rodriguez | |
| https://github.com/rubygems/rubygems/commit/235f7b4266 | |||
| 2024-01-31 | [rubygems/rubygems] Make slow perf specs more stable | David Rodriguez | |
| This seems worse to detect performance regressions, but at least should not have many false positives. https://github.com/rubygems/rubygems/commit/0b28e55415 | |||
| 2024-01-31 | [rubygems/rubygems] Fix some flaky test failures on Windows | David Rodriguez | |
| Some specs assert empty output, but sometimes they print warnings about redefinition warnings. Ignore those until they are fixed upstream. https://github.com/rubygems/rubygems/commit/0cd3b6dbae | |||
| 2024-01-29 | [rubygems/rubygems] Remove `travis_removal_info` | Masato Ohba | |
| `travis_removal_info` is added by https://github.com/rubygems/rubygems/pull/6150. According to the comment, it's supposed to be removed at bundler v2.5.0 but it hasn't. https://github.com/rubygems/rubygems/commit/e18797d43f | |||
| 2024-01-29 | [rubygems/rubygems] Properly restore empty env vars | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/e0d68a8688 | |||
| 2024-01-29 | [rubygems/rubygems] Add a spec to prove uri is no longer loaded | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/3a262f55c8 | |||
| 2024-01-29 | [rubygems/rubygems] Remove no longer needed uri install during specs | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/7f35dc19c5 | |||
| 2024-01-29 | [rubygems/rubygems] Use rubygems vendored uri from Bundler when available | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/5d6a8f2fb4 | |||
| 2024-01-24 | [rubygems/rubygems] Simplified test-case for original issue | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/89086c5458 | |||
| 2024-01-24 | [rubygems/rubygems] Keep compatibility of past versions | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/54b67fb251 | |||
| 2024-01-24 | [rubygems/rubygems] Skip to load commented out words | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/e6a9148ba2 | |||
| 2024-01-22 | Add an autoload spec for the behavior inside autoload but after the constant ↵ | Jean Boussier | |
| is defined | |||
| 2024-01-22 | spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵ | Hiroshi SHIBATA | |
| spec/ruby/library/csv/**/*.rb | |||
| 2024-01-22 | spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵ | Hiroshi SHIBATA | |
| spec/ruby/library/syslog/**/*.rb | |||
| 2024-01-22 | Disable NSS modules when using the leakchecker | KJ Tsanaktsidis | |
| The leakchecker will report leaked file descriptors when tests do things like access `Etc.getgrgid`, for example, if NSS modules (like `sss`) handle these lookups by connecting to a daemon like `sssd` and leave the connection open. To address this, we can call glibc's `__nss_configure_lookup` to override NSS modules configured in /etc/nsswitch.conf and only use ordinary file/DNS lookups. (This is a cherry-pick of a patch applied to ruby/mspec here: https://github.com/ruby/mspec/pull/62) | |||
| 2024-01-22 | spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵ | Hiroshi SHIBATA | |
| spec/ruby/library/drb/start_service_spec.rb | |||
| 2024-01-19 | spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵ | Hiroshi SHIBATA | |
| spec/ruby/library/abbrev/**/*.rb | |||
| 2024-01-19 | spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵ | Hiroshi SHIBATA | |
| spec/ruby/library/observer/**/*.rb | |||
| 2024-01-18 | spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵ | Hiroshi SHIBATA | |
| spec/ruby/core/rational/coerce_spec.rb | |||
| 2024-01-18 | Guard bigdecimal related examples | Hiroshi SHIBATA | |
| spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' spec/ruby/core/integer/coerce_spec.rb spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' spec/ruby/shared/rational/coerce.rb spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' spec/ruby/library/bigmath/log_spec.rb and example of at_spec.rb | |||
| 2024-01-18 | spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵ | Hiroshi SHIBATA | |
| spec/ruby/library/bigdecimal/**/*_spec.rb | |||
| 2024-01-17 | Inject base64 for basic auth examples of bundler | Hiroshi SHIBATA | |
| 2024-01-17 | spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵ | Hiroshi SHIBATA | |
| spec/ruby/library/base64/**/*_spec.rb | |||
| 2024-01-16 | Specify ruby mode [ci skip] | Nobuyoshi Nakada | |
| 2024-01-16 | Set `CHECK_LEAKS` in spec/default.mspec | Nobuyoshi Nakada | |
| Because of `.NOEXPORT:` in template/Makefile.in, variables in common.mk will not be exported. | |||
| 2024-01-16 | spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵ | Hiroshi SHIBATA | |
| spec/ruby/library/getoptlong/**/*.rb | |||
| 2024-01-16 | Do not pollute toplevel namespace | Nobuyoshi Nakada | |
| 2024-01-12 | Ignore windows_31j module with mswin | Hiroshi SHIBATA | |
| 2024-01-12 | stat command is not provided on Windows | Hiroshi SHIBATA | |
| 2024-01-12 | Use timeout instead of sleep on Windows | Hiroshi SHIBATA | |
| 2024-01-12 | Don't use cat command on native Windows | Hiroshi SHIBATA | |
| 2024-01-11 | [rubygems/rubygems] Fix Bundler daily CI | David Rodríguez | |
| There is another place artifice usage was making the copy of vendored http in ruby-core be loaded instead of the one under test. Remove unnecessary usage of artifice. https://github.com/rubygems/rubygems/commit/d2488199b0 | |||
| 2024-01-11 | [rubygems/rubygems] Fix development dependency not being added if introduced ↵ | David Rodríguez | |
| by two gemspecs https://github.com/rubygems/rubygems/commit/adc05bf1c3 | |||
| 2024-01-11 | Complete missing specs for platforms after resolution | David Rodríguez | |
| If two platform specific variants have different dependencies, then resolution may fallback to the non platform specific variant. However, the platform specific variants that have the same dependencies as the non specific one can still be kept. Do a pass to complete those after resolution. | |||
| 2024-01-11 | [rubygems/rubygems] Show diff on source control errors | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/d728fa1b04 | |||
| 2024-01-05 | [rubygems/rubygems] Quote Etag in `If-None-Match` header of compact index ↵ | Martin Emde | |
| request https://github.com/rubygems/rubygems/commit/d26bcd7551 | |||
| 2023-12-26 | [ruby/syntax_suggest] Typofix by misspell | Hiroshi SHIBATA | |
| https://github.com/ruby/syntax_suggest/commit/66e1cf0b3e | |||
| 2023-12-25 | Re-skip a failing spec | Takashi Kokubun | |
| 2023-12-25 | Move non-portable pragmas to rubyspec.h | Nobuyoshi Nakada | |
| In the extension libraries in spec/ruby/optional/capi, do not care about deprecated declarations. | |||
| 2023-12-25 | Typofix under bootstraptest, spec and yjit directories | Hiroshi SHIBATA | |
| 2023-12-23 | Fix for older set versions | Nobuyoshi Nakada | |
| `Set::VERSION` was not defined in old set.rb bundled with ruby 3.2 or earlier. Also add comment for spec/mspec/tool/remove_old_guards.rb. | |||
| 2023-12-23 | Set 1.1 now checks subclass-ness stricter | Nobuyoshi Nakada | |
| 2023-12-23 | Merge RubyGems-3.5.3 and Bundler-2.5.3 | Hiroshi SHIBATA | |
| 2023-12-23 | MN: skip RUBY_DESCRIPTION spec on MN enabled | Koichi Sasada | |
| 2023-12-22 | Merge RubyGems-3.5.2 and Bundler-2.5.2 | Hiroshi SHIBATA | |
| 2023-12-17 | Adjust rubygems style | Hiroshi SHIBATA | |
| 2023-12-17 | Restore tracked_files for ruby core repo | Hiroshi SHIBATA | |
| 2023-12-16 | Use regex instead of hard coded paths | Hiroshi SHIBATA | |
