| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-12 | rb_trap_exec has been removed since 1.9 | Nobuyoshi Nakada | |
| 2019-08-12 | We did not have tool/ before checkout | Takashi Kokubun | |
| anyway we don't need authorization here. Also retry does not seem to work in the original version, so let's extend this with retries as a separate github action later. | |||
| 2019-08-12 | Stop relying on actions/checkout | Takashi Kokubun | |
| because it randomly fails on authorization like: https://github.com/ruby/ruby/runs/190887455 Also the backoff seems too short. Maybe we need tool/travis_retry.sh for this too. Cloning ruby/ruby does not need authorization. We don't need to use actions/checkout. | |||
| 2019-08-12 | Use rev-parse | Nobuyoshi Nakada | |
| Use simpler rev-parse to check if pull request was fetched. | |||
| 2019-08-12 | Resurrect travis_wait for test-all | Takashi Kokubun | |
| as we dropped -v. | |||
| 2019-08-12 | * 2019-08-12 | git | |
| 2019-08-12 | Removed duplicated jobs with GitHub Actions. | Hiroshi SHIBATA | |
| Closes: https://github.com/ruby/ruby/pull/2340 | |||
| 2019-08-12 | Added example filter for Linux of GitHub Actions. | Hiroshi SHIBATA | |
| 2019-08-12 | Re-use GITHUB_ACTION variables for filtering bundler examples. | Hiroshi SHIBATA | |
| 2019-08-12 | Removed make check | Hiroshi SHIBATA | |
| 2019-08-12 | Fixed the world writable dirs on Ubuntu environment. | Hiroshi SHIBATA | |
| 2019-08-12 | Added test-bundled-gems to GitHub Actions | Hiroshi SHIBATA | |
| 2019-08-12 | Port ubuntu workflow based on macos | Hiroshi SHIBATA | |
| 2019-08-11 | Note the reference to the pull request [ci skip] | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2339 | |||
| 2019-08-11 | Use already fetched pull request [ci skip] | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2338 | |||
| 2019-08-11 | Debug which test hangs on mswin | Takashi Kokubun | |
| debugging failure of https://ci.appveyor.com/project/ruby/ruby/builds/26613960/job/nemi6pvc5s5843io | |||
| 2019-08-11 | Cleanup the duplicated tasks on Azure Pipelines. | Hiroshi SHIBATA | |
| Closes: https://github.com/ruby/ruby/pull/2336 | |||
| 2019-08-11 | Increase fetch-depth | Hiroshi SHIBATA | |
| 2019-08-11 | GitHub Actions does not support ANSI color code. Skip failing examples. | Hiroshi SHIBATA | |
| 2019-08-11 | Use check. | Hiroshi SHIBATA | |
| 2019-08-11 | Try to migrate test-bundler to Actions. | Hiroshi SHIBATA | |
| 2019-08-11 | Update power_assert to 1.1.5 | Kazuki Tsujimoto | |
| 2019-08-11 | Use `end_with?` instead of Regexp with missing escape | Kazuhiro NISHIYAMA | |
| 2019-08-11 | Use capture_output instead of capture_io. | Hiroshi SHIBATA | |
| It's preparation for migrating test-unit on upstream. | |||
| 2019-08-11 | * 2019-08-11 | git | |
| 2019-08-11 | Adjust indent [ci skip] | Nobuyoshi Nakada | |
| 2019-08-11 | prereq.status deals with removal of nmake VPATH notations [ci skip] | Nobuyoshi Nakada | |
| 2019-08-10 | Parallelize osx test-all too | Takashi Kokubun | |
| 2019-08-10 | Re-enable parallel build/test on OSX | Nobuyoshi Nakada | |
| 2019-08-10 | rb_numeric_quo: support Complex | Nobuyoshi Nakada | |
| 2019-08-10 | Fix wrong pull_request filter | Takashi Kokubun | |
| The specification was not triggered on a pull request. | |||
| 2019-08-10 | Suppress flags messages [ci skip] | Nobuyoshi Nakada | |
| 2019-08-10 | Increase the fetch-depth of GitHub Actions | Takashi Kokubun | |
| because small numbers had made Azure Pipelines in the past and it's using 20 now. I heard GitHub Actions has more parallelism, so it should be okay. | |||
| 2019-08-10 | Set more descriptive labels to workflow | Takashi Kokubun | |
| 2019-08-10 | Drop confusing label from workflow | Takashi Kokubun | |
| because it's doing more than test-all | |||
| 2019-08-10 | Escape asterisk on pull request paths | Takashi Kokubun | |
| 2019-08-10 | Skip running GitHub Actions on trunk | Takashi Kokubun | |
| 2019-08-10 | Rename workflow.yml to macos.yml | Takashi Kokubun | |
| to allow having other workflows separately, and configure `name` to simplify a tooltip label on GitHub. | |||
| 2019-08-10 | Touch the checked out source to fix clock skew on all platform | Nobuyoshi Nakada | |
| 2019-08-10 | Moved options to $travis_apt_get_options | Nobuyoshi Nakada | |
| 2019-08-10 | Expanded f_quo | Nobuyoshi Nakada | |
| 2019-08-10 | Expanded f_real_p | Nobuyoshi Nakada | |
| 2019-08-10 | Warn instance variable `E` | Nobuyoshi Nakada | |
| It is not dumped, as it is a short alias for `:encoding`. | |||
| 2019-08-10 | * expand tabs. | git | |
| 2019-08-10 | Share caches for short encoding ivar name. | Nobuyoshi Nakada | |
| 2019-08-10 | Close created files [ci skip] | Nobuyoshi Nakada | |
| 2019-08-10 | Fix typo in comment [ci skip] | Masato Ohba | |
| s/Thtread/Thread | |||
| 2019-08-10 | Try building workflow on push | Takashi Kokubun | |
| 2019-08-09 | Added some examples to the documentation for String#unpack1 because | iain barnett | |
| there are currently no examples and to contrast with String#unpack. | |||
| 2019-08-09 | Allow Array#join to allocate smaller strings | John Hawthorn | |
| rb_str_buf_new always allocates at least 127 bytes of capacity, even when less is requested. > ObjectSpace.dump(%w[a b c].join) {"address":"0x7f935f06ebf0", "type":"STRING", "class":"0x7f935d8b7bb0", "bytesize":3, "capacity":127, "value":"abc", "encoding":"UTF-8", "memsize":168, "flags":{"wb_protected":true}} Instead, by using rb_str_new and then setting the length to 0, we can allocate the exact amount of memory needed, without extra capacity. > ObjectSpace.dump(%w[a b c].join) {"address":"0x7f903fcab530", "type":"STRING", "class":"0x7f903f8b7988", "embedded":true, "bytesize":3, "value":"abc", "encoding":"UTF-8", "memsize":40, "flags":{"wb_protected":true}} | |||
