summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix test when Ruby is verbosePeter Zhu2022-12-301-1/+1
| | | | | | | The test added in 90a80eb0 fails if Ruby is verbose, it outputs the following line to stderr: RUBY_GC_HEAP_INIT_SLOTS=100 (default value: 10000)
* Fix integer underflow when using HEAP_INIT_SLOTSPeter Zhu2022-12-302-12/+18
| | | | | | | | There is an integer underflow when the environment variable RUBY_GC_HEAP_INIT_SLOTS is less than the number of slots currently in the Ruby heap. [Bug #19284]
* [rubygems/rubygems] Fix a typoNobuyoshi Nakada2022-12-301-1/+1
| | | | https://github.com/rubygems/rubygems/commit/7c096a5df8
* [DOC] remove space from inside code span elementJohn Bampton2022-12-291-1/+1
|
* Coverage.supported? recognizes oneshot_lines mode (#7040)Kevin Murphy2022-12-292-1/+3
| | | This adds oneshot_lines as a mode of coverage that is supported.
* [DOC] Fix call-seq for Data.defineKouhei Yanagita2022-12-281-3/+1
|
* Fix [Bug 19273], set correct value to `outer_repeat` on `OP_REPEAT` (#7035)TSUYUSATO Kitsune2022-12-282-1/+6
|
* add debug print for the failureKoichi Sasada2022-12-281-1/+8
| | | | | | | | | | | | http://ci.rvm.jp/results/trunk-gc-asserts@ruby-sp2-docker/4364584 ``` 1) Failure: TestObjSpace#test_dump_all [/tmp/ruby/src/trunk-gc-asserts/test/objspace/test_objspace.rb:599]: number of strings. <2> expected but was <3>. ```
* Test bundler and bundled gems by examNobuyoshi Nakada2022-12-282-1/+3
|
* Order test-bundler-parallel dependencyNobuyoshi Nakada2022-12-282-2/+4
|
* [ruby/irb] Refactor RubyLex#process_literal_typeMau Magnaguagno2022-12-271-7/+2
| | | | | | | (https://github.com/ruby/irb/pull/350) Simplify part of regex ``[_a-zA-Z0-9]`` with equivalent shorthand ``\w``. Replace case-when with match ``$1`` or default value ``?"``, making intention more clear.
* [ruby/irb] Add dynamic prompt test case for quoted heredocStan Lo2022-12-271-0/+18
| | | | | | (https://github.com/ruby/irb/pull/486) https://github.com/ruby/irb/commit/31cfbeacbb
* load.c: remove unneeded rb_str_freeze callsEric Wong2022-12-271-3/+3
| | | | | rb_fstring already resizes and freezes the string, so there's no need to use rb_str_freeze.
* [ruby/irb] Fix wrong conf path with XDG_CONFIG_HOME. It should be under the ↵Hiroshi SHIBATA2022-12-271-1/+1
| | | | | | HOME directory, not current directory https://github.com/ruby/irb/commit/33a5e55ffd
* [ruby/net-http] Adding links to referencesBurdetteLamar2022-12-261-0/+16
| | | | https://github.com/ruby/net-http/commit/1c8151aaf3
* Sync IRB master: tool/sync_default_gems.rb irbTakashi Kokubun2022-12-262-44/+63
| | | | | | | | | | | It looks like tool/sync_default_gems.rb is not capable of cherry-picking commits from ruby/irb. I just executed `tool/sync_default_gems.rb irb` to fix the sync status. I'm not sure if what's the cause. It could be related to some diff that doesn't exist in ruby/ruby, or it might be related to non-linear history due to merge commits. For next time, I'd like to at least exclude the second possibility, so I disabled merge commits in ruby/irb.
* [ruby/irb] Suppress "switching inspect mode" messagesNobuyoshi Nakada2022-12-261-0/+2
| | | | https://github.com/ruby/irb/commit/565eeb3c19
* [ruby/irb] Remove unnecessary warning check on help commandStan Lo2022-12-261-5/+0
| | | | | | | | It's not an intentional behavior of the command and it behaves differently in different environments. So checking it actually brings more problem than benefit. https://github.com/ruby/irb/commit/b3203bc784
* [ruby/irb] Remove unnecessary test setupStan Lo2022-12-261-4/+0
| | | | https://github.com/ruby/irb/commit/cc6e6d26b6
* [ruby/irb] Add test for the help commandst00122022-12-261-0/+51
| | | | https://github.com/ruby/irb/commit/9cacb5f352
* [ruby/irb] fix indent depth calculation after heredoc and embdoctompng2022-12-261-1/+1
| | | | https://github.com/ruby/irb/commit/b7973dd2d2
* [ruby/irb] fix auto-indent after multiline stringtompng2022-12-261-0/+1
| | | | https://github.com/ruby/irb/commit/f65ec49684
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-12-262-5/+5
| | | | | | | | | | | | | | | Bumps [rb-sys](https://github.com/oxidize-rb/rb-sys) from 0.9.52 to 0.9.53. - [Release notes](https://github.com/oxidize-rb/rb-sys/releases) - [Commits](https://github.com/oxidize-rb/rb-sys/compare/v0.9.52...v0.9.53) --- updated-dependencies: - dependency-name: rb-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* [rubygems/rubygems] deprecate gem build -C flagGustavo Ribeiro2022-12-262-0/+13
| | | | https://github.com/rubygems/rubygems/commit/fac241d4ef
* [rubygems/rubygems] add global flag (-C) to change execution directoryGustavo Ribeiro2022-12-263-5/+62
| | | | https://github.com/rubygems/rubygems/commit/312fc36711
* [rubygems/rubygems] Bump rb-sys in ↵dependabot[bot]2022-12-262-5/+5
| | | | | | | | | | | | | | | | | /test/rubygems/test_gem_ext_cargo_builder/custom_name Bumps [rb-sys](https://github.com/oxidize-rb/rb-sys) from 0.9.52 to 0.9.53. - [Release notes](https://github.com/oxidize-rb/rb-sys/releases) - [Commits](https://github.com/oxidize-rb/rb-sys/compare/v0.9.52...v0.9.53) --- updated-dependencies: - dependency-name: rb-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* [ruby/irb] Test colors with enabling colorsNobuyoshi Nakada2022-12-262-0/+22
| | | | https://github.com/ruby/irb/commit/998b7a74fa
* Try to fix RDoc markup for EnumeratorBenoit Daloze2022-12-261-12/+13
|
* check `NO_COLOR` envvalKoichi Sasada2022-12-261-1/+3
| | | | Support `NO_COLOR` (https://no-color.org/) to make parsing output easy.
* numeric.c: Fix round_half_even for specific values (#7023)Kenta Murata2022-12-263-11/+28
| | | | Handle the integert and the float parts separately in round_half_even to prevent error occursions in floating point calculation.
* [DOC] Un-capitalize headingsNobuyoshi Nakada2022-12-261-41/+41
|
* [DOC] Update extension.rdocNobuyoshi Nakada2022-12-262-17/+17
| | | | | Refine the uses of word "Data", which were often ambiguous. Also, that word now refers the new class unrelated to `T_DATA`.
* Suppress method redefinition warningsNobuyoshi Nakada2022-12-261-0/+1
|
* [DOC] Surface existing MonitorMixin documentationMarco Costa2022-12-261-7/+6
|
* EXPR_DOT is set when next token is tANDDOT ("&.") [ci skip]yui-knk2022-12-261-1/+1
|
* Reset ABI version [ci skip]Nobuyoshi Nakada2022-12-261-3/+6
|
* make matz [ci skip]Nobuyoshi Nakada2022-12-261-0/+7
|
* MJIT: Fix JIT code for multiple values in a single caseTakashi Kokubun2022-12-252-1/+11
| | | | [Bug #19263]
* Update default gems list at b7ad60a79440f65cf883d3ff9dbdde [ci skip]git2022-12-261-0/+7
|
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-2632-49/+47
| | | | from https://github.com/rubygems/rubygems/commit/72fd3dd2096af16d797ad0cd8e0d2a8869e240b3
* bump up to 3.0.5Sutou Kouhei2022-12-261-1/+1
|
* [ruby/openssl] test/openssl/test_pkey.rb: allow failures in ↵Kazuki Yamaguchi2022-12-261-5/+5
| | | | | | | | | | | test_s_generate_parameters Commit https://github.com/ruby/openssl/commit/f2e2a5e5ed8e ("test/openssl/test_pkey.rb: allow failures in test_s_generate_parameters", 2022-12-23) was completely bogus. The problem in OpenSSL 3.0.0-3.0.5 is that errors from the callback are sometimes silently suppressed. https://github.com/ruby/openssl/commit/ccc1594492
* [ruby/optparse] Add symbolize_names to getoptsJunichi Ito2022-12-262-6/+31
| | | | https://github.com/ruby/optparse/commit/3e63d878f8
* [ruby/optparse] bump up to 0.4.0.pre.1Nobuyoshi Nakada2022-12-261-1/+1
| | | | https://github.com/ruby/optparse/commit/73661899ad
* [ruby/net-http] [DOC] Adding links to referencesBurdette Lamar2022-12-261-11/+72
| | | | | | (https://github.com/ruby/net-http/pull/97) https://github.com/ruby/net-http/commit/768115167a
* [ruby/net-http] Adding links to referencesBurdetteLamar2022-12-261-26/+180
| | | | https://github.com/ruby/net-http/commit/b85530e6b8
* [ruby/csv] Bump versionSutou Kouhei2022-12-261-1/+1
| | | | https://github.com/ruby/csv/commit/8606ee83e0
* [ruby/strscan] Bump versionSutou Kouhei2022-12-261-1/+1
| | | | https://github.com/ruby/strscan/commit/3ada12613d
* [ruby/fiddle] Prefer String#unpack1 in Fiddle::ValueUtilMau Magnaguagno2022-12-261-15/+13
| | | | | | | | (https://github.com/ruby/fiddle/pull/118) String#unpack1 is available since Ruby 2.4, and support for older than Ruby 2.5 was dropped by #85. Also simplified a common return statement.
* [ruby/fiddle] Bump versionSutou Kouhei2022-12-261-1/+1
| | | | https://github.com/ruby/fiddle/commit/3033266902