aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add workaround for some CIsKazuhiro NISHIYAMA2019-08-241-1/+9
| | | | | | | | | | | | | https://rubyci.org/logs/rubyci.s3.amazonaws.com/debian8/ruby-master/log/20190824T093005Z.fail.html.gz ``` branches: * trunk remotes/origin/trunk ``` and ``` fatal: Remote branch master not found in upstream origin ```
* Fix typosKazuhiro NISHIYAMA2019-08-241-8/+8
|
* ext/psych/yaml/api.c: Suppress a "variable set but not used" warningYusuke Endoh2019-08-241-1/+3
| | | | | | | | | | | ``` compiling ../.././ext/psych/yaml/api.c ../.././ext/psych/yaml/api.c: In function 'yaml_document_delete': ../.././ext/psych/yaml/api.c:1122:7: warning: variable 'context' set but not used [-Wunused-but-set-variable] } context; ^~~~~~~ ``` https://rubyci.org/logs/rubyci.s3.amazonaws.com/ubuntu1604/ruby-master/log/20190824T093004Z.log.html.gz
* Add debug printKazuhiro NISHIYAMA2019-08-241-0/+1
| | | | | | | | matser branch not found on some CIs https://rubyci.org/logs/rubyci.s3.amazonaws.com/debian9/ruby-master/log/20190824T063005Z.fail.html.gz ``` fatal: Remote branch master not found in upstream origin ```
* Try to fix `make dist` error on chkbuildKazuhiro NISHIYAMA2019-08-241-1/+1
| | | | | https://rubyci.org/logs/rubyci.s3.amazonaws.com/debian9/ruby-master/log/20190823T213004Z.fail.html.gz https://rubyci.org/logs/rubyci.s3.amazonaws.com/debian8/ruby-master/log/20190824T003006Z.fail.html.gz
* * 2019-08-24 [ci skip]git2019-08-241-1/+1
|
* Named numbered parameter indexesNobuyoshi Nakada2019-08-241-10/+14
|
* [ruby/stringio] Fixed a typoNobuyoshi Nakada2019-08-231-1/+1
| | | | | | https://github.com/ruby/stringio/commit/b249631c433f800c979be2705bf63555075db2fc#commitcomment-34804150 https://github.com/ruby/stringio/commit/998d6257fb
* Remove github_action_linux tag from bundler examples.Hiroshi SHIBATA2019-08-232-2/+1
| | | | Maybe it has fixed at 5a384e2c08704dc7af9d8d3bdfc475eb8c0723aa
* Ensure all default gems have an gem folderDavid Rodríguez2019-08-231-1/+5
| | | | | Even if they don't ship with any executables. This makes rbinstall behaviour consistent with rubygems `gem install --default` command.
* Simplify expand_tabs.rb file selectionTakashi Kokubun2019-08-231-5/+3
|
* Check metadata a bit moreNobuyoshi Nakada2019-08-231-0/+12
|
* Hoisted out get_digest_obj_metadataNobuyoshi Nakada2019-08-231-7/+13
|
* * 2019-08-23 [ci skip]git2019-08-231-1/+1
|
* Make AppVeyor notification similar to TravisTakashi Kokubun2019-08-231-4/+1
|
* Make GitHub Actions Slack notification consistentTakashi Kokubun2019-08-223-6/+12
| | | | | | | | | | | | | | | | | with Travis, rather than AppVeyor. Formerly it was made similar to AppVeyor to provide some normal set of CI failure notification. But for some reason people preferred a shorter variant and introduced a1d606c079f6c3d1779d885e0bf2e3991251609e and d8d8015b93c6daa8d8433895464db3493a2056e2. Instead of AppVeyor format, this commit chose Travis-like format to achieve consistency and to include usual CI-failure information, while keeping it one-liner for people who prefer short notifications. Note that this shrinks the 40-char sha to 10-char, using the new feature of k0kubun/action-slack@v2.0.0: https://github.com/k0kubun/action-slack/commit/1c88a05dac664cbafa1c99a37f292ed23ac1c289
* * expand tabs. [ci skip]git2019-08-221-1/+1
| | | | | Tabs are expanded because previously the file did not have any tab indentation. Please update your editor config, and use misc/expand_tabs.rb in the pre-commit hook.
* Improve the description of MJIT cancel-all [ci skip]Takashi Kokubun2019-08-221-0/+1
|
* Add misc/expand_tabs.rb ported from auto-style.rbTakashi Kokubun2019-08-221-0/+171
| | | | | | | | | | | | | This is implemented to close [Misc #16112] because all other options got at least one objection, and nobody has objected to this solution. This code is a little complicated for the purpose, but that's just because it includes some historical code for auto-style.rb: https://github.com/ruby/ruby-commit-hook/blob/918a7c31b69ad2f7b125608c1c6a1f4fd01ec15a/bin/auto-style.rb Please feel free to improve this file as you like. [Misc #16112]
* Remove footer from message to Slackaycabta2019-08-223-3/+0
|
* Show short message to Slackaycabta2019-08-223-12/+3
|
* Use () instead of {} for nmakeHiroshi SHIBATA2019-08-221-2/+2
|
* `--fomart progress` is default. It's duplicated.Hiroshi SHIBATA2019-08-221-1/+1
|
* Introduce test-bundler-parallel task.Hiroshi SHIBATA2019-08-222-1/+11
|
* Always check multiline terminationaycabta2019-08-221-5/+1
|
* Add abs to Matrix (#2199)Fernando Wolf Bona2019-08-212-0/+12
|
* IRB's multiline history is enable only when Reidline modeaycabta2019-08-221-1/+1
|
* * 2019-08-22 [ci skip]git2019-08-221-1/+1
|
* Hoisted out rb_id_metadataNobuyoshi Nakada2019-08-223-4/+8
|
* Hoisted out rb_digest_namespaceNobuyoshi Nakada2019-08-225-12/+11
|
* Debug GitHub context on broken notificationTakashi Kokubun2019-08-211-0/+5
| | | | | | sometimes Slack notification footer becomes just " at ". It seems like `github.event.head_commit` is missing. Let me debug the context.
* Separated initializing IDsNobuyoshi Nakada2019-08-211-2/+6
|
* The investigation is going on...Nobuyoshi Nakada2019-08-212-6/+10
|
* Enable more Time TZ tests on OpenBSDJeremy Evans2019-08-201-1/+1
|
* [bundler/bundler] Freeze time to avoid failures at midnightlolwut2019-08-211-2/+7
| | | | | | | | Specify just a string set @built_at as nil before testing https://github.com/bundler/bundler/commit/578ec96c9c
* [bundler/bundler] Share test fixtures with parallel_testsHiroshi SHIBATA2019-08-211-1/+1
| | | | https://github.com/bundler/bundler/commit/a38161c5be
* [bundler/bundler] Try to use RunTimeLogger for parallel_testsHiroshi SHIBATA2019-08-211-0/+5
| | | | https://github.com/bundler/bundler/commit/faccc522d1
* [bundler/bundler] Parallelize test suiteDavid Rodríguez2019-08-214-5/+22
| | | | https://github.com/bundler/bundler/commit/23007cb107
* [bundler/bundler] Fix a couple of typosDavid Rodríguez2019-08-212-2/+2
| | | | https://github.com/bundler/bundler/commit/52b6b94068
* [bundler/bundler] Remove the :ruby exclusion tagDavid Rodríguez2019-08-211-1/+0
| | | | | | | Our current set of specs is the same for all supported rubies, and we should keep it that way. https://github.com/bundler/bundler/commit/c9dc0f6f2c
* [bundler/bundler] Remove another 1.8.7 specific bitDavid Rodríguez2019-08-211-5/+0
| | | | https://github.com/bundler/bundler/commit/8c7942d2c6
* [bundler/bundler] Remove old rubies stuff no longer neededDavid Rodríguez2019-08-213-7/+3
| | | | https://github.com/bundler/bundler/commit/36fb3287f4
* * 2019-08-21 [ci skip]git2019-08-211-1/+1
|
* `rp(obj)` shows func, file and line. (#2394)Koichi Sasada2019-08-212-2/+11
| | | | | | rp() macro for debug also shows file location and function name such as: [OBJ_INFO:rb_call_inits@inits.c:73] 0x000056147741b248 ...
* Skip tests on Actions if [ci skip]Takashi Kokubun2019-08-203-4/+5
| | | | | It seems that we cannot easily apply job-level [ci skip]. Therefore this commit skips only Tests step if it's [ci skip].
* Deprecate alerting multiple channelsTakashi Kokubun2019-08-202-23/+0
| | | | | Some CIs report to two channels, and some others report to only one. This makes it consistent. Only alert channel should be alerted.
* Avoid creating Hash objects per each mon_synchronize call (#2393)Akira Matsuda2019-08-201-4/+7
|
* Removed unused literal assignments [ci skip]Nobuyoshi Nakada2019-08-201-7/+4
|
* Subjects may contain a comma [ci skip]Nobuyoshi Nakada2019-08-201-1/+1
|
* [rubygems/rubygems] Use `RbConfig::CONFIG['rubylibprefix']`Nobuyoshi Nakada2019-08-201-8/+1
| | | | | | It is defined since ruby 1.9.2. https://github.com/rubygems/rubygems/commit/84981ca908