summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Github -> GitHubTim Smith2022-04-192-4/+4
| | | | | | Fix the case of GitHub in various places Signed-off-by: Tim Smith <tsmith@mondoo.com>
* [DOC] Enhanced RDoc for MatchData (#5822)Burdette Lamar2022-04-181-50/+69
| | | | | | | | | | Treats: #to_s #named_captures #string #inspect #hash #==
* Enhanced RDoc for MatchData (#5821)Burdette Lamar2022-04-181-32/+41
| | | | | | Treats: #[] #values_at
* Enhanced RDoc for MatchData (#5820)Burdette Lamar2022-04-181-33/+41
| | | | | | | | Treats: #pre_match #post_match #to_a #captures
* [DOC] Enhanced RDoc for MatchData (#5819)Burdette Lamar2022-04-184-46/+107
| | | | | | | | Treats: #begin #end #match #match_length
* [DOC] Enhanced RDoc for MatchData (#5818)Burdette Lamar2022-04-182-31/+64
| | | | | | | | Treats: #regexp #names #size #offset
* * 2022-04-19 [ci skip]git2022-04-191-1/+1
|
* [DOC] Enhanced RDoc for Regexp (#5815)Burdette Lamar2022-04-181-100/+136
| | | | | | | | | Treats: ::new ::escape ::try_convert ::union ::last_match
* Fix the wrong index of the previous component [Bug #18739]Nobuyoshi Nakada2022-04-181-1/+1
|
* [DOC] Use consistent terms [Bug #18680]Nobuyoshi Nakada2022-04-181-3/+3
|
* [ruby/bigdecimal] Fix docsPeter Zhu2022-04-181-3/+3
| | | | | | rdoc parses f[i] as a link, which results in a broken link. https://github.com/ruby/bigdecimal/commit/a18522e9ca
* [ruby/bigdecimal] Adjust a local variable type to exponentNobuyoshi Nakada2022-04-181-1/+1
| | | | https://github.com/ruby/bigdecimal/commit/70146fb6ad
* [ruby/tsort] Small tweaks for easier vendoringDavid Rodríguez2022-04-181-10/+10
| | | | | | | | | | | | | Bundler vendors this file and we have some tools to automatically prepend the `Bundler::` namespace so that the vendored version does not collide with the stdlib version. However, due to how methods are defined, it's hard for our vendoring tool to do the right thing. I think this makes the code simpler and things easier for us too. https://github.com/ruby/tsort/commit/7088a7c814
* * 2022-04-18 [ci skip]git2022-04-181-1/+1
|
* Fixes grammarNick Roma2022-04-181-3/+3
|
* Fix a typoKazuhiro NISHIYAMA2022-04-171-1/+1
|
* Get rid of doubly cachingNobuyoshi Nakada2022-04-171-1/+1
|
* Get rid of magic numbersNobuyoshi Nakada2022-04-171-14/+16
|
* [DOC] Enhanced RDoc for Regexp (#5812)Burdette Lamar2022-04-162-92/+114
| | | | | | | | | | | | | | | | | Treats: #fixed_encoding? #hash #== #=~ #match #match? Also, in regexp.rdoc: Changes heading from 'Special Global Variables' to 'Regexp Global Variables'. Add tiny section 'Regexp Interpolation'.
* * 2022-04-17 [ci skip]git2022-04-171-1/+1
|
* Fix class ancestry checks for duped classesJohn Hawthorn2022-04-162-0/+22
| | | | | | | | | | | | | | | Previously in some when classes were duped (specifically those with a prepended module), they would not correctly have their "superclasses" array or depth filled in. This could cause ancestry checks (like is_a? and Module comparisons) to return incorrect results. This happened because rb_mod_init_copy builds origin classes in an order that doesn't have the super linked list fully connected until it's finished. This commit fixes the previous issue by calling rb_class_update_superclasses before returning the cloned class. This is similar to what's already done in make_metaclass.
* [rubygems/rubygems] Fix test issues surfaced using a stricter behavior of ↵David Rodríguez2022-04-161-5/+3
| | | | | | | | | | | | | | | | | | | | `FileUtils` We were trying to remove directories using `FileUtils.rm_f` which is unexpected and does not remove anything. Changing to `FileUtils.rm_rf` actually removes the directories properly. That itself showed other issues: * One test was actually removing the gem package it was about to install, since it was living in the cache folder. To fix that, avoid removing the cache folder, and only make sure the other directories are created automatically, which seems enough. * Another test was actually removing an incorrect directory. Change it to remove the right one (the one that's asserted later to have been created). https://github.com/rubygems/rubygems/commit/5538e7ff20
* [rubygems/rubygems] I don't think this is necessaryDavid Rodríguez2022-04-161-2/+0
| | | | https://github.com/rubygems/rubygems/commit/836f3e5aa5
* Extract `pipe_readlines` method which reads from the pipelineNobuyoshi Nakada2022-04-161-5/+9
|
* Simplify the condition expression to ignore commitsNobuyoshi Nakada2022-04-161-1/+1
|
* Do not import any files under rakelibNobuyoshi Nakada2022-04-161-3/+5
|
* [ruby/set] Repair format for What's HereBurdetteLamar2022-04-161-41/+41
| | | | https://github.com/ruby/set/commit/292baacb60
* Revert "[ruby/stringio] Add push task to push built gems"Hiroshi SHIBATA2022-04-161-30/+0
| | | | This reverts commit 22f79ae3f749ebe31c34c22d5b8699ffd81ab341.
* Fix bundled gems installation when relative loadingNobuyoshi Nakada2022-04-161-3/+7
|
* [rubygems/rubygems] Add modern rubies to the platformsBobby McDonald2022-04-163-2/+22
| | | | https://github.com/rubygems/rubygems/commit/5462322f8f
* [ruby/stringio] Add push task to push built gemsSutou Kouhei2022-04-161-0/+30
| | | | https://github.com/ruby/stringio/commit/4431eefbad
* Update default gems list at 2aca566a104ad42579be03374446fd [ci skip]git2022-04-151-0/+1
|
* [ruby/stringio] bump up to 3.0.2.pre1Sutou Kouhei2022-04-161-1/+1
| | | | https://github.com/ruby/stringio/commit/14ec9bc193
* * 2022-04-16 [ci skip]git2022-04-161-1/+1
|
* [DOC] Enhanced RDoc for Regexp (#5807)Burdette Lamar2022-04-152-84/+90
| | | | | | | | | | | | Treats: #source #inspect #to_s #casefold? #options #names #named_captures
* Return `false` where sticky-bit is not provided [Bug #18734]Nobuyoshi Nakada2022-04-151-1/+1
|
* Compare predicate methods as a boolean valueNobuyoshi Nakada2022-04-151-19/+23
|
* [Win32] Fix mode of character/pipe device stat [Bug #18732]Nobuyoshi Nakada2022-04-152-11/+44
|
* [ruby/nkf] Fix docsPeter Zhu2022-04-151-5/+5
| | | | | | | rdoc parses "Z[0-3]" as a link to "0-3", this commit escapes these so that they don't become links. https://github.com/ruby/nkf/commit/269c10061b
* [ruby/optparse] Fix broken links in docsPeter Zhu2022-04-152-3/+3
| | | | https://github.com/ruby/optparse/commit/2bea3b38c3
* [ruby/rdoc] Fix links in docsPeter Zhu2022-04-151-4/+4
| | | | | | | www.ruby-lang.org without the leading https:// will generate an incorrect link because it will be treated as a relative link. https://github.com/ruby/rdoc/commit/28f32149b6
* Fix build errors with development version of ClangAlan Wu2022-04-141-4/+10
| | | | | | Maybe not the best idea for CI stability to use development versions of Clang, but that does give us a preview of what's coming and gives us a chance to make suggestions upstream.
* * 2022-04-15 [ci skip]git2022-04-151-1/+1
|
* More details for regexp literals (#5800)Burdette Lamar2022-04-141-12/+22
|
* [DOC] Enhance documentation for `Module#<` & `Module#>`Akshay Birajdar2022-04-141-2/+6
|
* fix to use `node.gvl` instead of `node.ubf`Koichi Sasada2022-04-141-1/+1
| | | | | | The last parameter of `ccan_list_top()` is to acquire the pointer of the top of element, so `node.ubf` is no problem. But this context it accesses gvl list, so `node.gvl` is better.
* [ruby/rdoc] Apply matching word pairs to underscore-methodsNobuyoshi Nakada2022-04-142-2/+5
| | | | | | | Protected characters with `PROTECT_ATTR` should not have special roles. https://github.com/ruby/rdoc/commit/c318af0ea2
* [rubygems/rubygems] Fix formatting in docsPeter Zhu2022-04-141-4/+4
| | | | | | rdoc uses + for typewriter font rather than backticks. https://github.com/rubygems/rubygems/commit/be320f1e0c
* [DOC] Prefer RDOCLINK to the method nameNobuyoshi Nakada2022-04-141-1/+2
|
* [DOC] Now underscore methods can cross-referenceNobuyoshi Nakada2022-04-141-8/+6
|