summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-19[ruby/pp] Fix pretty printing range begin/end with false or niltompng
https://github.com/ruby/pp/commit/6d9c0f255a
2024-11-19[ruby/pp] [DOC] Mark up the method nameNobuyoshi Nakada
https://github.com/ruby/pp/commit/e787cd9139
2024-11-19[ruby/irb] Don't use delegator to install helper methods to maintomoya ishida
object (https://github.com/ruby/irb/pull/1031) IRB used delegator to install command as a method of frozen main object. Command is not a method now. We can drop it. https://github.com/ruby/irb/commit/2f1c593801
2024-11-19[ruby/irb] Complete the missing documentation abount the environmentKouhei Yanagita
variables (https://github.com/ruby/irb/pull/1028) https://github.com/ruby/irb/commit/68f5cf0535
2024-11-19[rubygems/rubygems] Fix binstub test bugsodacris
the overwritten binstub in the test has a final new line that makes it not match "OMG" exactly from the beginning, that's why the test passes, but `bintubs` command without `--force` flag is not supposed to update the binstub. This change fixes the test to test what's supposed to update the binstub, and also fixes the assertion that that it will fail in the future if `--force` stops updating the binstub. https://github.com/rubygems/rubygems/commit/dfc9023337
2024-11-19[ruby/pp] [DOC] Add documentsNobuyoshi Nakada
https://github.com/ruby/pp/commit/dbf177d0fc
2024-11-19Update default gems list at 6dc333265077944ab17a7f4ae2ed65 [ci skip]git
2024-11-19[ruby/rdoc] Bump version to v6.8.1Stan Lo
https://github.com/ruby/rdoc/commit/9a7ab17f40
2024-11-19[ruby/rdoc] Update rdoc.gemspecIhor Shevkun
(https://github.com/ruby/rdoc/pull/1211) https://github.com/ruby/rdoc/commit/10596827f0
2024-11-19[ruby/net-http] Need to restore under the Net namespaceHiroshi SHIBATA
https://github.com/ruby/net-http/commit/4650f86981
2024-11-19Update bundled gems list as of 2024-11-19git
2024-11-19Update default gems list at da8c8743d554055d0e98ca0f8551f0 [ci skip]git
2024-11-19[ruby/rdoc] Bump up v6.8.0Hiroshi SHIBATA
https://github.com/ruby/rdoc/commit/cf09b2ebb8
2024-11-19Remove deprecated method Refinement#refined_classShugo Maeda
[Feature #20901] Notes: Merged: https://github.com/ruby/ruby/pull/12115
2024-11-19[Bug #20900] Warn deprecated constant when removingNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12114
2024-11-19[ruby/digest] Fix `-Wundef` warningsNobuyoshi Nakada
https://github.com/ruby/digest/commit/0ea3ac9926
2024-11-19[ruby/net-http] Restore HTTPSession constant for backward compatibilityHiroshi SHIBATA
https://github.com/ruby/net-http/commit/37f17d29e0
2024-11-19[DOC] Fix the default `limit` of String#splitKouhei Yanagita
We can't pass `nil` as the second parameter of `String#split`. Therefore, descriptions like "if limit is nil, ..." are not appropriate. Notes: Merged: https://github.com/ruby/ruby/pull/12109
2024-11-19Test with sinatra to 4.1.0David Rodríguez
2024-11-18Fix grammar errors and typos in gc.rbStan Lo
Notes: Merged: https://github.com/ruby/ruby/pull/12102
2024-11-18Don't need to call test-bundled-gems-fetch for bundled_gems_spec-runHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12111
2024-11-18Move configuration to RSpec.configureHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12111
2024-11-18Need to install all of dependency for bundler test suiteHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12111
2024-11-18Added PREPARE_BUNDLED_GEMS before bundled_gems_spec-runHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12111
2024-11-18Install zeitwerk at test-bundled-gems-prepareHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12111
2024-11-18Fixed dependency of make test-bundled-gemsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12111
2024-11-18Fixed required path with example locationHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12111
2024-11-18Load required helpers from bundler examples and invoke bundled_gems_spec.rb ↵Hiroshi SHIBATA
at test-bundled-gems Notes: Merged: https://github.com/ruby/ruby/pull/12111
2024-11-18Move spec directory from bundler examplesHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12111
2024-11-18[ruby/rdoc] Extract excerpt from raw pages correctlyStan Lo
(https://github.com/ruby/rdoc/pull/1200) Fixes https://bugs.ruby-lang.org/issues/20862 https://github.com/ruby/rdoc/commit/3c678249e2
2024-11-18win32/ifchange.bat: Remove code for old `command.com` [ci skip]Nobuyoshi Nakada
2024-11-18win32/ifchange.bat: Discard useless messageNobuyoshi Nakada
When the destination does not exist, `del` needs to do nothing.
2024-11-18win32/setup.mak: Remove unnecessary quotes and adjust quoting styleNobuyoshi Nakada
2024-11-18[ruby/digest] Adjust styles [ci skip]Nobuyoshi Nakada
- Use the C90 standard style for comments, since this gem supports versions prior to ruby 2.7. - Adjust the indentation. https://github.com/ruby/digest/commit/4751402e50
2024-11-18Don't use Spec::Path.base_system_gem_pathHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12110
2024-11-18Install zeitwerk without bundle installHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12110
2024-11-18[ruby/digest] Fix loading of digest ext libraries with ↵Yuta Saito
`--with-static-linked-ext` `rb_ext_resolve_symbol` is not always available on some platforms including WASI, and we don't need to use it when the extension is built as a static library. This commit prefers to use `rb_digest_wrap_metadata` directly when the extension is built as a static library to avoid the unnecessary use of `rb_ext_resolve_symbol`. https://github.com/ruby/digest/commit/f8ff014622
2024-11-18Update default gems list at 572eebf603877161d46352328752c5 [ci skip]git
2024-11-18[ruby/tempfile] Bump up v0.3.1Hiroshi SHIBATA
https://github.com/ruby/tempfile/commit/297bdf2c8d
2024-11-18[ruby/tempfile] Stop using `IO::NULL` for feature detectionYuta Saito
`IO::NULL`'s underlying file `/dev/null` is not always available on WASI, so use of the file on top-level code (introduced in https://github.com/ruby/tempfile/pull/36) causes tempfile library not to work at all on WASI. https://github.com/ruby/tempfile/commit/d50939890e
2024-11-18Update default gems list at 9c6217fd05912388a629d8151f4048 [ci skip]git
2024-11-18[ruby/json] Fix the BEWARE documentation in `load` and `unsafe_load`.Jean Boussier
https://github.com/ruby/json/commit/2d62ec449f Notes: Merged: https://github.com/ruby/ruby/pull/12103
2024-11-18[ruby/json] Release 2.8.2Jean Boussier
https://github.com/ruby/json/commit/d5e4a6e3fd Notes: Merged: https://github.com/ruby/ruby/pull/12103
2024-11-18[ruby/json] Fix redundant to_str callrazokulover
https://github.com/ruby/json/commit/61f022dfbd Notes: Merged: https://github.com/ruby/ruby/pull/12103
2024-11-17Win32: Expose wchar main routine onlyNobuyoshi Nakada
Warned if both of `main` and `wmain` are exposed: ``` LINK : warning LNK4067: ambiguous entry point; selected 'mainCRTStartup' ``` Notes: Merged: https://github.com/ruby/ruby/pull/12108
2024-11-17Fix format modifier for `size_t`Nobuyoshi Nakada
Also fix the message, just `RB_GC_MAX_NAME_LEN` chars long is OK.
2024-11-17Make `rb_ec_set_vm_stack` conformant to the C++11 requirementNobuyoshi Nakada
Https://learn.microsoft.com/en-us/cpp/build/reference/zc-inline-remove-unreferenced-comdat?view=msvc-140 > If `/Zc:inline` is specified, the compiler enforces the C++11 > requirement that all functions declared inline must have a definition > available in the same translation unit if they're used. Notes: Merged: https://github.com/ruby/ruby/pull/12107
2024-11-17Win32: Remove unreferenced COMDAT from object filesNobuyoshi Nakada
Windows 11 SDK Version 10.0.26100.0 introduced a new internal inline function in ucrt/corecrt_math.h. Even it appears in object files and will be included in the DEF file, it will be removed from the DLL and result in a linker error. Notes: Merged: https://github.com/ruby/ruby/pull/12107
2024-11-17Workaround for VC 19.42.34433 againNobuyoshi Nakada
Prefix underscore is already removed here.
2024-11-17Fix stack-use-after-return (#12105)Misaki Shioi
http://ci.rvm.jp/results/trunk_asan@ruby-sp1/5409001 ``` ================================================================= ==3263562==ERROR: AddressSanitizer: stack-use-after-return on address 0x735a8f190da8 at pc 0x735a6f58dabc bp 0x735a639ffd10 sp 0x735a639ffd08 READ of size 4 at 0x735a8f190da8 thread T211 ================================================================= ``` Notes: Merged-By: shioimm <shioi.mm@gmail.com>