| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-18 | Gem::ConfigMap is deprecated now | Hiroshi SHIBATA | |
| 2019-08-18 | Drop continue-on-error for make check | Takashi Kokubun | |
| Like macos.yml, we don't need to ignore `make check` failure. | |||
| 2019-08-18 | Remove commented out debug print | aycabta | |
| 2019-08-18 | The "exe" dir doesn't exist in this repostiroy | aycabta | |
| 2019-08-18 | Fix copy path of ruby/reline's test | aycabta | |
| 2019-08-18 | Don't crash when deleting at the end of the line | Alan Wu | |
| To reproduce this bug, type one character into irb, then press the delete key on your keyboard. | |||
| 2019-08-18 | Prefer exact ITEM to benchmark | Nobuyoshi Nakada | |
| 2019-08-18 | Omit a tag unless loading with a wrapper module | Nobuyoshi Nakada | |
| 2019-08-18 | Ensure non-OPT_GLOBAL_METHOD_CACHE code valid | Nobuyoshi Nakada | |
| 2019-08-18 | Ensure VM_DEBUG_VERIFY_METHOD_CACHE code valid | Nobuyoshi Nakada | |
| 2019-08-18 | * 2019-08-18 [ci skip] | git | |
| 2019-08-18 | $LOAD_PATH elements should be real paths | Nobuyoshi Nakada | |
| Installed path may contain symbolic links. | |||
| 2019-08-17 | Make VM_DEBUG_VERIFY_METHOD_CACHE derived from VMDEBUG | Nobuyoshi Nakada | |
| VM_DEBUG_MODE has been used only here. | |||
| 2019-08-17 | Remove CI files from list | aycabta | |
| 2019-08-17 | Remove Travis CI workaround | aycabta | |
| 2019-08-17 | Removed formatter_test_case and text_formatter_test_case from ↵ | Hiroshi SHIBATA | |
| Gem::Specification#files. | |||
| 2019-08-17 | Removed autoload from Markup. | Hiroshi SHIBATA | |
| 2019-08-17 | Removed test_case files from lib directory. | Hiroshi SHIBATA | |
| 2019-08-17 | Skip teardown with JRuby | Hiroshi SHIBATA | |
| 2019-08-17 | [bundler/bundler] Extract a `gemspec_dir` helper | David Rodríguez | |
| https://github.com/bundler/bundler/commit/71a29e286a | |||
| 2019-08-17 | [bundler/bundler] Extract yet another helper method | David Rodríguez | |
| https://github.com/bundler/bundler/commit/948a863bd8 | |||
| 2019-08-17 | [bundler/bundler] Extract a `root_gemspec` local variable | David Rodríguez | |
| https://github.com/bundler/bundler/commit/a4beba4cbf | |||
| 2019-08-17 | [bundler/bundler] Extract a `with_root_gemspec` helper | David Rodríguez | |
| https://github.com/bundler/bundler/commit/f20c2bdf6a | |||
| 2019-08-17 | [bundler/bundler] Only chdir when necessary | David Rodríguez | |
| https://github.com/bundler/bundler/commit/07161ebc1a | |||
| 2019-08-17 | [bundler/bundler] Make sure gem has been built before deleteng it | David Rodríguez | |
| https://github.com/bundler/bundler/commit/32520c7020 | |||
| 2019-08-17 | [bundler/bundler] Cleanup in a location independent way | David Rodríguez | |
| https://github.com/bundler/bundler/commit/5b503a4bf1 | |||
| 2019-08-17 | [bundler/bundler] Remove obvious comment | David Rodríguez | |
| https://github.com/bundler/bundler/commit/91e7fe1b2f | |||
| 2019-08-17 | [bundler/bundler] Remve another unneeded `to_s` | David Rodríguez | |
| `FileUtils.rm` supports a `Pathname` argument. https://github.com/bundler/bundler/commit/7d982a5be9 | |||
| 2019-08-17 | [bundler/bundler] Remove unneeded `to_s` calls | David Rodríguez | |
| They are implicit inside `gem_command!`. https://github.com/bundler/bundler/commit/6bdb13c899 | |||
| 2019-08-17 | [bundler/bundler] Consistently use `Path` over `Spec::Path` | David Rodríguez | |
| https://github.com/bundler/bundler/commit/a4cca66b79 | |||
| 2019-08-17 | [bundler/bundler] Extract single gem installation logic | David Rodríguez | |
| https://github.com/bundler/bundler/commit/7888d621c8 | |||
| 2019-08-17 | [bundler/bundler] Unalias `install_gem` | David Rodríguez | |
| Since I plan to reuse it for something else. https://github.com/bundler/bundler/commit/5379382198 | |||
| 2019-08-17 | [bundler/bundler] Use `join` consistently | David Rodríguez | |
| https://github.com/bundler/bundler/commit/096e53dfe6 | |||
| 2019-08-17 | [bundler/bundler] Extract a `lib_tracked_files` path helper | David Rodríguez | |
| https://github.com/bundler/bundler/commit/028dc46f5a | |||
| 2019-08-17 | [bundler/bundler] Rename a variable | David Rodríguez | |
| Otherwise I get conflicts when extracting the helper. https://github.com/bundler/bundler/commit/314c64cd07 | |||
| 2019-08-17 | [bundler/bundler] Extract a `tracked_files` path helper | David Rodríguez | |
| https://github.com/bundler/bundler/commit/d35e31d2e0 | |||
| 2019-08-17 | [bundler/bundler] Rename some variables | David Rodríguez | |
| I want to extract these to path helper methods, but the name `files` conflict with some builder methods that are also available at the same level. https://github.com/bundler/bundler/commit/7844096af0 | |||
| 2019-08-17 | [bundler/bundler] Reconcile test | David Rodríguez | |
| The `:bundler` gem is not needed in the regular repo either. https://github.com/bundler/bundler/commit/ca5ce01a9b | |||
| 2019-08-17 | [bundler/bundler] Reuse `gem_bin` helper inside `gem_command` | David Rodríguez | |
| The logic for choosing `gem_bin` should work here too even if it's not identical. https://github.com/bundler/bundler/commit/6ca0271b27 | |||
| 2019-08-17 | [bundler/bundler] Always use `--backtrace` when invoking `gem` CLI | David Rodríguez | |
| For debuggability. https://github.com/bundler/bundler/commit/ac3e8db658 | |||
| 2019-08-17 | [bundler/bundler] Extract a `gem_bin` path helper | David Rodríguez | |
| https://github.com/bundler/bundler/commit/8eedbecac0 | |||
| 2019-08-17 | [bundler/bundler] Reuse `gem_command!` helper | David Rodríguez | |
| https://github.com/bundler/bundler/commit/37d5dedffe | |||
| 2019-08-17 | [bundler/bundler] Remove more dead code | David Rodríguez | |
| https://github.com/bundler/bundler/commit/17d4d0de8e | |||
| 2019-08-17 | [bundler/bundler] Remove dead code | David Rodríguez | |
| https://github.com/bundler/bundler/commit/cae948f514 | |||
| 2019-08-17 | [bundler/bundler] Remove unnecessary rubygems require | David Rodríguez | |
| https://github.com/bundler/bundler/commit/039604ff95 | |||
| 2019-08-17 | [bundler/bundler] Use path helpers to find bundle bin | David Rodríguez | |
| https://github.com/bundler/bundler/commit/7985bb8e92 | |||
| 2019-08-17 | [bundler/bundler] Fix bundle bin location in core repo | David Rodríguez | |
| https://github.com/bundler/bundler/commit/9437568ab4 | |||
| 2019-08-17 | [bundler/bundler] Reuse more shared path helpers | David Rodríguez | |
| https://github.com/bundler/bundler/commit/79fdebd868 | |||
| 2019-08-17 | [bundler/bundler] Remove unnecessary assignment | David Rodríguez | |
| https://github.com/bundler/bundler/commit/e483322519 | |||
| 2019-08-17 | [bundler/bundler] Remove unnecessary `let` | David Rodríguez | |
| Use shared helper instead. https://github.com/bundler/bundler/commit/ef55470cc6 | |||
