aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove documentation that fatal cannot be rescued [ci skip]Jeremy Evans2019-08-121-1/+1
| | | | | | | | | | | | | | | | You can rescue it: f = ObjectSpace.each_object(Class){|c| break c if c.name == 'fatal'} begin raise f rescue f 2 end # => 2 It's not a good idea to rescue fatal exceptions you didn't generate yourself, though. Fixes [Bug #10691]
* Explain the current status of branches [ci skip] (#2350)Takashi Kokubun2019-08-131-2/+9
|
* * expand tabs.git2019-08-131-1/+1
|
* also unpin `final` on weak mapsAaron Patterson2019-08-121-1/+2
|
* Unpin default value objectsAaron Patterson2019-08-121-1/+1
| | | | | We're already updating the location of default values, so we may as well unpin them.
* Update check_branch description a little [ci skip]Takashi Kokubun2019-08-131-0/+1
|
* Update docs to use more natural EnglishAaron Patterson2019-08-121-10/+10
| | | | Just a few updates to make the English sound a bit more natural
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2019-08-131-1/+1
|
* * 2019-08-13git2019-08-131-1/+1
|
* Stop rewriting message to include PR URLNobuyoshi Nakada2019-08-131-3/+0
|
* Add a quick job to be used for branch protectionTakashi Kokubun2019-08-121-0/+15
|
* string.c (rb_str_sub, _gsub): improve the rdocYusuke Endoh2019-08-121-21/+58
| | | | | | | | | | | | This change: * Added an explanation about back references except \n and \k<n> (\` \& \' \+ \0) * Added an explanation about an escape (\\) * Added some rdoc references * Rephrased and clarified the reason why double escape is needed, added some examples, and moved the note to the last (because it is not specific to the method itself).
* date_parse.c: trim offNobuyoshi Nakada2019-08-123-13/+10
| | | | | * ext/date/date_parse.c (date_zone_to_diff): trim off by zone name length.
* date_parse.c: avoid copyingNobuyoshi Nakada2019-08-124-52/+122
| | | | | * ext/date/date_parse.c (date_zone_to_diff): get rid of copying the whole argument string.
* Add another test for frame omitted inliningTakashi Kokubun2019-08-121-0/+16
|
* Simplify sudo specificationTakashi Kokubun2019-08-121-3/+3
|
* added --disable-install-doc to Windows workflow of GitHub ActionsHiroshi SHIBATA2019-08-121-1/+1
| | | | Closes: https://github.com/ruby/ruby/pull/2346
* Removed configuration of Azure PipelinesHiroshi SHIBATA2019-08-121-109/+0
|
* Try to nmake testHiroshi SHIBATA2019-08-121-0/+5
|
* Try to merge windows 2016 and 2019Hiroshi SHIBATA2019-08-122-39/+13
|
* Added windows-2019 workflowHiroshi SHIBATA2019-08-121-0/+35
|
* Try to nmakeHiroshi SHIBATA2019-08-121-0/+6
|
* Migrate Windows 2016 env to GitHub Actions from AzurePipelinesHiroshi SHIBATA2019-08-121-0/+29
|
* Add exec to apt-get updateTakashi Kokubun2019-08-121-3/+3
| | | | to propagate exit status to travis_retry properly.
* Minor wording fix in NEWS [ci skip]Takashi Kokubun2019-08-121-1/+1
| | | | pushing a trivial commit for testing post-receive hook
* Include commits notes in ChangeLogNobuyoshi Nakada2019-08-121-1/+1
|
* Revert "Roughly retry `brew update` on GitHub Actions"Takashi Kokubun2019-08-121-1/+1
| | | | | | This reverts commit 5ee11a95ffbf194a73d1bea300a35f5d6250d203. Sorry, timeout(1) was missing.
* Drop unused ccacheTakashi Kokubun2019-08-121-1/+1
| | | | unlike Travis, it seems not used.
* Roughly retry `brew update` on GitHub ActionsTakashi Kokubun2019-08-121-1/+1
| | | | because it has failed often on Travis.
* Try testing openssl@1.1 on GitHub ActionsTakashi Kokubun2019-08-121-2/+2
| | | | | because somebody may want to remove the duplicated Travis osx usage later.
* Update IRB man pageSho Ito2019-08-121-8/+36
|
* rb_trap_exec has been removed since 1.9Nobuyoshi Nakada2019-08-121-1/+0
|
* We did not have tool/ before checkoutTakashi Kokubun2019-08-124-12/+10
| | | | | | 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.
* Stop relying on actions/checkoutTakashi Kokubun2019-08-124-16/+14
| | | | | | | | | | 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.
* Use rev-parseNobuyoshi Nakada2019-08-121-1/+1
| | | | Use simpler rev-parse to check if pull request was fetched.
* Resurrect travis_wait for test-allTakashi Kokubun2019-08-121-1/+1
| | | | as we dropped -v.
* * 2019-08-12git2019-08-121-1/+1
|
* Removed duplicated jobs with GitHub Actions.Hiroshi SHIBATA2019-08-121-53/+0
| | | | Closes: https://github.com/ruby/ruby/pull/2340
* Added example filter for Linux of GitHub Actions.Hiroshi SHIBATA2019-08-122-1/+2
|
* Re-use GITHUB_ACTION variables for filtering bundler examples.Hiroshi SHIBATA2019-08-124-7/+4
|
* Removed make checkHiroshi SHIBATA2019-08-121-4/+2
|
* Fixed the world writable dirs on Ubuntu environment.Hiroshi SHIBATA2019-08-121-0/+4
|
* Added test-bundled-gems to GitHub ActionsHiroshi SHIBATA2019-08-122-4/+4
|
* Port ubuntu workflow based on macosHiroshi SHIBATA2019-08-121-0/+41
|
* Note the reference to the pull request [ci skip]Nobuyoshi Nakada2019-08-111-0/+1
|
* Use already fetched pull request [ci skip]Nobuyoshi Nakada2019-08-111-1/+4
|
* Debug which test hangs on mswinTakashi Kokubun2019-08-111-1/+1
| | | | | debugging failure of https://ci.appveyor.com/project/ruby/ruby/builds/26613960/job/nemi6pvc5s5843io
* Cleanup the duplicated tasks on Azure Pipelines.Hiroshi SHIBATA2019-08-111-6/+0
| | | | Closes: https://github.com/ruby/ruby/pull/2336
* Increase fetch-depthHiroshi SHIBATA2019-08-111-1/+1
|
* GitHub Actions does not support ANSI color code. Skip failing examples.Hiroshi SHIBATA2019-08-112-1/+2
|