Activity
From 04/01/2022 to 04/07/2022
04/07/2022
-
07:29 PM Revision 9ca3d537 (git): All-in-one RDoc for class String (#5777)
- 04:49 PM Revision a7d7ee90 (git): * 2022-04-08 [ci skip]
-
04:49 PM Revision 16e08d53 (git): Fix strict aliasing issue
- `rb_id_table_lookup()` writes to a `VALUE`, which is definitely a distinct
type from `st_table *`. With LTO, the comp... - 01:52 PM Revision 389723d8 (git): * 2022-04-07 [ci skip]
-
01:38 PM Revision 697eed63 (git): [ruby/psych] Update autoconf files bundled with yaml-2.5
- https://github.com/ruby/psych/commit/e28f17ac18
-
10:19 AM Revision 7b1ece9b (git): Get rid of type-punning pointer casts
-
10:07 AM Revision 9e58c3c5 (git): Get rid of type aliasing
-
09:01 AM Revision 23090cf6 (git): Suppress an unused function
-
07:47 AM Revision f2377e4c (git): Fix a typo [ci skip]
-
06:03 AM Revision 21f006f5 (git): Retrieve previously configured macros also other than `extensions`
-
03:19 AM Revision 5af507f5 (git): Update `heap_pages_deferred_final` atomically
-
02:14 AM Revision 0b091fda (git): Raise RuntimeError if Kernel#binding is called from a non-Ruby frame
- Check whether the current or previous frame is a Ruby frame in
call_trace_func and rb_tracearg_binding before attempt... -
01:37 AM Revision bff12e1a (git): [DOC] Fix comment links
-
12:47 AM Revision 5c1b76a3 (git): Install built gem extension binaries
-
12:47 AM Revision bb0a22a8 (git): Obey spec file locations to rubygems
-
12:47 AM Revision d7afaf21 (git): Move the target directory of bundled gems like as rubygems
-
12:47 AM Revision 17ce0b9b (git): Retrieve configured gems info
-
12:47 AM Revision db3d111c (git): Bundled gems are expanded under `.bundle/gems` now
-
12:46 AM Revision 3607657e (git): [DOC] Fix linux kernel commit links
04/06/2022
-
10:39 PM Revision 21c8b9eb (git): Copyedit parallel test harness crash message
- Mea culpa.
Co-authored-by: Kaรญque Kandy Koga <kaiquekandykoga@gmail.com> -
10:22 PM Revision 16e6d7d1 (git): [rubygems/rubygems] Set `@tempdir` as early as possible
- We have seen some errors during test `setup` before `@tempdir` is
actually set, in particular, when instantiating `Ge... -
10:11 PM Revision 399ef463 (git): Copyedit parallel test harness crash message
- 08:47 PM Revision 86411f69 (git): * 2022-04-07 [ci skip]
-
08:47 PM Revision 717b20ee (git): [DOC] Enhanced RDoc for string slices (#5769)
- Creates file doc/string/slices.rdoc that the string slicing methods can link to.
- 02:57 PM Revision 1f3448f5 (git): Update bundled gems list at 8197ae35f90aa1c260b5782c08827d [ci skip]
-
02:57 PM Revision 8197ae35 (git): Bundle RBS 2.3.2 (#5762)
-
02:59 AM Revision 8da0b68a (git): Fix a typo [ci skip]
04/05/2022
- 11:55 PM Revision c59488a8 (git): [rubygems/rubygems] Use `ask_yes_no`
- https://github.com/rubygems/rubygems/commit/1d38e167fa
- 11:54 PM Revision 37a19f7f (git): [rubygems/rubygems] Extract default_host method
- https://github.com/rubygems/rubygems/commit/6e10e75574
- 11:54 PM Revision b75b67f1 (git): [rubygems/rubygems] Use YAML
- https://github.com/rubygems/rubygems/commit/6122e8cac5
- 11:54 PM Revision bb3ecdba (git): [rubygems/rubygems] Accomodate gem hosts without profile/me endpoint
- https://github.com/rubygems/rubygems/commit/31b6dcf5d3
- 11:54 PM Revision 75083704 (git): [rubygems/rubygems] Update endpoint
- https://github.com/rubygems/rubygems/commit/a5a7b3ec96
- 11:54 PM Revision ec09b2db (git): [rubygems/rubygems] Remove whitespace
- https://github.com/rubygems/rubygems/commit/08c2d88137
- 11:54 PM Revision 925d73b3 (git): [rubygems/rubygems] Make changes <2.6 compatible
- Multiple params to merge was not introduced until Ruby 2.6, so this
merges the two additional params together first a... - 11:54 PM Revision 8650811b (git): [rubygems/rubygems] Fix lint
- https://github.com/rubygems/rubygems/commit/a68bfde18e
- 11:54 PM Revision 7bb6449f (git): [rubygems/rubygems] Make mfa the default
- https://github.com/rubygems/rubygems/commit/0b636f6902
- 11:54 PM Revision 4ae3b78c (git): [rubygems/rubygems] Correct mfa level name
- https://github.com/rubygems/rubygems/commit/a002e351ae
- 11:54 PM Revision b3f1b3cc (git): [rubygems/rubygems] Enable mfa on specific keys during gem signin
- https://github.com/rubygems/rubygems/commit/e787f7f655
-
08:37 PM Revision 8ee4a82e (git): RubyVM.stat constant cache metrics (#5766)
- Before the new constant cache behavior, caches were invalidated by a
single global variable. You could inspect the va... - 04:58 PM Revision 5571ca3a (git): * 2022-04-06 [ci skip]
-
04:57 PM Revision 2304cfa4 (git): Document MakeMakefile#append_cflags
- This method is at least 7 years old and is widely used in the wild.
Since we need to support it, let's document it to... -
02:35 PM Revision 3bb70a69 (git): Fix using anonymous block in method accepting explicit keywords
- Record block ID before vtable_pop, so the incorrect one doesn't
override it.
Fixes [Bug #18673] -
01:35 PM Revision 97ce0309 (git): Load fake.rb at `BTESTRUBY`
- So that `mkmf` checks work from `make run`, and also remove
duplicate `$(MINIRUBYOPT)` which is used in `$(MINIRUBY)`. -
10:23 AM Revision d9c6f8d4 (git): Try to fix NoMethodError on slow environments
- ```
1) Failure:
TestParallel::TestParallel#test_hungup [/home/user/ruby/tool/test/testunit/test_parallel.rb:215]:
E... -
09:54 AM Revision 57300598 (git): Give some tips on how to find the missing ruby2_keywords
-
09:42 AM Revision d3f659d3 (git): Add NEWS entry for Bug #18625 to help adding ruby2_keywords in the missing places
-
09:42 AM Revision 4f25207e (git): Use latest RSpec to get rspec-mocks ruby2_keywords fix
-
09:42 AM Revision 752c3dad (git): Unflag a splatted flagged hash if the method doesn't use ruby2_keywords
- For a method such as:
def foo(*callee_args) end
If this method is called with a flagged hash (created by a method... -
05:31 AM Revision 5e7ebc7e (git): Ignore yaml source
-
05:30 AM Revision 839577d8 (git): Removed mswin patch for zlib-1.2.11
-
05:08 AM Revision 1ac839dc (git): Apply timescale configuration for tests of Regexp.timeout
04/04/2022
-
11:56 PM Revision 18044f4f (git): [ruby/psych] Improve libyaml source downloading error messages
- People trying to build CRuby by following the instructions in its
[README] have been running into [errors] due to mis... - 09:46 PM Revision a19b2d59 (git): ruby_gc_set_params: update malloc_limit when env is set
- During VM startup, rb_objspace_alloc sets malloc_limit
(objspace->malloc_params.limit) before ruby_gc_set_params is c... -
07:18 PM Revision 4a4485ad (git): Enhanced RDoc for String#index (#5759)
- 06:41 PM Revision 48520cc1 (git): * 2022-04-05 [ci skip]
-
06:41 PM Revision 42000664 (git): Bring back RubyVM.stat(:global_constant_state)
- This was removed as part of [Feature #18589]. But some applications were relying on this behavior. So bringing this b...
-
01:27 PM Revision ea9c09a9 (git): Disable mmap on WASM
- WASM does not have proper support for mmap.
-
01:27 PM Revision c482ee40 (git): Make heap page sizes 64KiB by default
- Commit dde164e968e382d50b07ad4559468885cbff33ef decoupled incremental
marking from page sizes. This commit changes Ru... -
09:54 AM Revision f8455a4f (git): Make typeprof support RBS 2.3.0
- Since RBS 2.3.0, nil? returns true or false instead of bool
-
07:06 AM Revision 57377e5d (git): [ruby/psych] Propagate `CC` to libyaml
- It is needed for cross-compiling to set properly. Just
`--target`/`--host`/`--build` seems insufficient on some
plat... -
06:05 AM Revision de427c3c (git): [ruby/optparse] Define `inspect` and `pretty_inspect`
- https://github.com/ruby/optparse/commit/a3f0ec21b1
- 05:14 AM Revision 4db75b6f (git): [rubygems/rubygems] bump actions/checkout to 3 in bundler gem template
- Dependabot bumped the repo's configuration in 0c996fa but it did not
bump the version in the template for `bundler ge...
04/03/2022
- 03:09 PM Revision fb5aa31e (git): * 2022-04-04 [ci skip]
-
03:09 PM Revision 0b0ae583 (git): [DOC] Enhanced RDoc for String (#5753)
- Treats:
#length
#bytesize -
04:38 AM Revision f801386f (git): [DOC] Describe append_{c,cpp,ld}flags
04/02/2022
-
09:51 PM Revision 7648bae4 (git): [ruby/net-http] Revert "Update the content-length heading when decoding bodies"
- This reverts commit https://github.com/ruby/net-http/commit/a7cb30124cf1.
This is causing errors in Ruby's CI, will ... -
07:26 PM Revision 7be4d900 (git): [DOC] Enhanced RDoc for String (#5751)
- Adds to doc for String.new, also making it compliant with documentation_guide.rdoc.
Fixes some broken links in io... - 04:13 PM Revision 4d2623ea (git): * 2022-04-03 [ci skip]
-
04:13 PM Revision 44d0caa1 (git): dir.c: refresh pathtype when emulating `IFTODT` in `glob_helper`
- When using `IFTODT` defined in libc, `dirent.d_type` oriented pathtype
is compatible with `IFTODT(stat.st_mode)`. How... -
10:34 AM Revision 07acd600 (git): [ruby/zlib] Use `z_size_t` version functions
- https://github.com/ruby/zlib/commit/1ce6625fff
- 10:29 AM Revision dcc3c285 (git): Update bundled gems list at e73d76027e7a7e0927785c66629c18 [ci skip]
-
10:29 AM Revision e73d7602 (git): Update bundled_gems
-
10:23 AM Revision 4ee71097 (git): [ruby/zlib] Mask checksums to lower 32bits on also IL32 platforms
- https://github.com/ruby/zlib/commit/e1ead85113
-
08:01 AM Revision 1cbdedec (git): [ruby/zlib] Mask checksums to lower 32bits
- Upper bits affect the result of `crc32` in zlib 1.2.12.
https://github.com/ruby/zlib/commit/9ab6d04af1 -
06:06 AM Revision 729b9a85 (git): [DOC] Fix broken links to encodings.rdoc
- Also prefers class name based references than file name based
references. -
05:54 AM Revision 010d92e9 (git): Adjust indent [ci skip]
-
05:24 AM Revision e73165c4 (git): merge revision(s) 035b75c8f4097a48cde3cebc5db5e2efddc21546:
- Update zlib version to 1.2.12
---
.appveyor.yml | 2 +-
1 file changed, 1 insertion(+), 1 d... -
05:20 AM Revision 74b42fe7 (git): remove bundled zlib patch file for mswin platform. It's already applied at zlib-1.2.12.
-
05:16 AM Revision b364e23d (git): remove bundled zlib patch file for mswin platform. It's already applied at zlib-1.2.12.
-
05:08 AM Revision 6a022fb2 (git): rename filepath in patch for zlib.
-
05:03 AM Revision 2802f062 (git): rename bundled zlib patch file for mswin platform.
- 04:58 AM Revision 45ee8ad9 (git): * 2022-04-02 [ci skip]
-
04:58 AM Revision 5fafd801 (git): bundle zlib-1.2.12 instead of 1.2.11.
-
01:41 AM Revision 81741690 (git): [DOC] Main doc for encodings moved from encoding.c to doc/encodings.rdoc (#5748)
- Main doc for encodings moved from encoding.c to doc/encodings.rdoc
04/01/2022
-
06:48 PM Revision 6068da89 (git): Finer-grained constant cache invalidation (take 2)
- This commit reintroduces finer-grained constant cache invalidation.
After 8008fb7 got merged, it was causing issues o... -
06:48 PM Revision 20c190f9 (git): Fix up global name references in misc/lldb_disasm.py
- Some of the symbols had changed names and the script was no longer
finding them. - 05:49 PM Revision b61e469c (git): * 2022-04-02 [ci skip]
-
05:49 PM Revision 58adb163 (git): [ruby/net-http] Update the content-length heading when decoding bodies
- Previously, the content-encoding header was removed and the body
was modified, but the content-length header was not ... -
02:52 PM Revision 651b832c (git): extract magic number from gc_sweep_step
-
02:27 PM Revision fe21b779 (git): Use mmap for heap page allocation only
- Currently, rb_aligned_malloc uses mmap if Ruby heap pages can be
allocated through mmap (when system heap page size <... -
02:22 PM Revision d1d48cb6 (git): Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"
- This reverts commit 343ea9967e4a6b279eed6bd8e81ad0bdc747f254.
This causes an assertion failure with -DRUBY_DEBUG=1 -... -
12:45 PM Revision d8352ff3 (git): [Feature #18619] remove FL_FROM_FREELIST
-
12:45 PM Revision c26a85fc (git): [Feature #18619] Remove redundant compaction path
-
12:45 PM Revision 76572e5a (git): [Feature #18619] Reverse the order of compaction movement
- This commit changes the way compaction moves objects and sweeps pages in
order to better facilitate object movement b... - 05:44 AM Revision 7dfea79e (git): Update bundled gems list at b3a05827c716bbb6a54cb6924f5840 [ci skip]
-
05:44 AM Revision b3a05827 (git): debug.gem v1.5.0
- Note that `mkmf`'s `have_func` doesn't work without installing ruby
(without `make install`) and `make test-bundled-g... - 04:57 AM Revision f24abc0b (git): Update default gems list at 06f94d1784c6f00ba7d21af57af0d0 [ci skip]
-
04:56 AM Revision 06f94d17 (git): [ruby/net-protocol] Bump version to 0.1.3
- https://github.com/ruby/net-protocol/commit/9cf40af499
-
02:48 AM Revision e680e63e (git): [ruby/psych] Output libyaml configure log
- https://github.com/ruby/psych/commit/c2e3c8579c