Activity
From 06/05/2023 to 06/11/2023
06/11/2023
-
08:31 AM Revision dcdc2cbd (git): `RString::len` was moved at 7577c101ed6452de3e72fadb43db595946acc701
- [ci skip]
- 07:01 AM Revision 52131d84 (git): Update bundled gems list at 2023-06-11
06/10/2023
-
03:01 PM Revision e1ccb283 (git): [ruby/irb] Use `Kernel.warn` to print command alias warning
- (https://github.com/ruby/irb/pull/601)
This aligns with other warnings in irb and properly channel the message
to st... - 02:13 PM Revision be86767e (git): Add VM_ASSERT on `fiber->blocking == 0`. (#7926)
- I have not seen any problems with this code, but this ensures the invariant.
-
12:51 PM Revision a41e0886 (git): [ruby/irb] Remove the unused fork command definition
- (https://github.com/ruby/irb/pull/600)
https://github.com/ruby/irb/commit/b039b89343
06/09/2023
- 12:45 PM Revision d7300038 (git): * expand tabs. [ci skip]
- Please consider using misc/expand_tabs.rb as a pre-commit hook.
-
11:22 AM Revision ab6eb378 (git): Optimize `Regexp#dup` and `Regexp.new(/RE/)`
- When copying from another regexp, copy already built `regex_t` instead
of re-compiling its source. -
09:54 AM Revision d54f66d1 (git): Assign into optimal size pools using String#split("")
- When String#split is used with an empty string as the field seperator it
effectively splits the original string into ... -
09:45 AM Revision 72f07f0a (git): Reduce concurrency of Cirrus-CI [ci skip]
- clang-12 takes 2-3 times longer than gcc-11.
-
07:30 AM Revision 11cc1827 (git): Added entry for racc changes to NEWS.md
- 06:47 AM Revision 56d74e4c (git): Update bundled gems list at fcbc721ae92fd66a01cdf42ba24e6e [ci skip]
- 03:38 AM Revision fcbc721a (git): Bump ruby/setup-ruby from 1.150.0 to 1.151.0
- Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.150.0 to 1.151.0.
- [Release notes](https://github...
06/08/2023
-
03:20 PM Revision eaf11d3d (git): [rubygems/rubygems] Stop publishing Gemfile in default gem template
- Similarly to how the other ignored files are intended for local
development and not for production, the Gemfile and G... -
02:42 PM Revision 441302be (git): Remove RHASH_TRANSIENT_FLAG
- Hashes are no longer allocated on the transient heap.
- 02:28 PM Revision 41496305 (git): * remove trailing spaces. [ci skip]
-
02:28 PM Revision d9ef326d (git): [DOC] Add comment about flags for Hash
- 11:22 AM Revision 3fe09eba (git): Add deprecations for public `struct rb_io` members. (#7916)
- * Add deprecations for public struct rb_io members.
-
09:05 AM Revision d6bddcb0 (git): racc/cparse is extracted from ruby/ruby repository
- 08:26 AM Revision 4e8b859c (git): Update default gems list at e69bb9f0d7dab447d757c34f674474 [ci skip]
-
08:25 AM Revision e69bb9f0 (git): Bump up racc-1.7.0
-
08:25 AM Revision ab5aade5 (git): Removed executable of racc
-
08:25 AM Revision d24e514d (git): Added racc dependency
-
08:25 AM Revision 55e0f8cf (git): Removed sync task for racc
-
08:25 AM Revision 044d0606 (git): Removed racc/cparse checking
-
08:25 AM Revision d1775aa3 (git): Try to promote racc as bundled gems
-
07:51 AM Revision b90683be (git): [ruby/psych] Drop to support Ruby 2.4 because the latest version of core_assertions only support Ruby 2.5+
- https://github.com/ruby/psych/commit/6ec316b7fa
- 06:22 AM Revision fe42d88a (git): Pass -Werror=lto-type-mismatch for GCC LTO jobs
- This helps to find possible LTO miscompilations earlier. See also
https://github.com/ruby/ruby/pull/7695. -
03:06 AM Revision 533368cc (git): Split long options from `proc_options`
-
03:06 AM Revision 6ffbd961 (git): Split some options from `proc_options`
- `-W`, `-e`, `-K`, `-0`, `-E` and `--encoding` options.
-
01:31 AM Revision 182d3262 (git): Sample files of racc is not available in ruby/ruby
-
01:20 AM Revision 7ef1a238 (git): Re-generate RDoc::RD parsers with racc-1.7.0
-
01:13 AM Revision a84f2fe8 (git): Manually merge https://github.com/ruby/racc/pull/217
- 01:09 AM Revision 8a772757 (git): Update default gems list at 0f2ebfee85af383f859d9fdc64d58f [ci skip]
-
01:09 AM Revision 0f2ebfee (git): [ruby/racc] Bump up v1.7.0
- https://github.com/ruby/racc/commit/0feca00301
-
12:59 AM Revision 8206a821 (git): Update parser-text.rb with https://github.com/ruby/racc/pull/218
-
12:58 AM Revision c0bbec2e (git): Fix wrong directory layout for racc test
-
12:49 AM Revision 0ee9bd58 (git): [ruby/racc] Embed racc/info.rb too
- https://github.com/ruby/racc/commit/b5e121f304
06/07/2023
06/06/2023
-
02:21 PM Revision 2b54c135 (git): YJIT: Avoid identity-based known-class guards for IO objects (#7911)
- `IO#reopen` is very special in that it is able to change the class and
singleton class of IO instances. In its presen... -
02:19 PM Revision 7577c101 (git): Unify length field for embedded and heap strings (#7908)
- * Unify length field for embedded and heap strings
The length field is of the same type and position in RString for ... -
02:18 PM Revision fae2f80d (git): Revert debugging code in test_gc_compact.rb
-
02:18 PM Revision c3dc9fcc (git): Fix heap growth in GC.verify_compaction_references
- We should grow by at least gc_params.heap_init_slots, but the previous
calculation was incorrect. - 03:42 AM Revision 1f64301e (git): Bump octokit/request-action from 2.1.8 to 2.1.9
- Bumps [octokit/request-action](https://github.com/octokit/request-action) from 2.1.8 to 2.1.9.
- [Release notes](http... -
01:52 AM Revision 79e8d914 (git): [rubygems/rubygems] Delay cache access in `LockfileParser`
- It's the only part that needs "root folder resultion" to figure out the
folder for the cache, but it's only needed fo... -
01:52 AM Revision 03246719 (git): [rubygems/rubygems] Fix `path` vs `deployment` precedence when path set through ENV
- The `deployment` setting sets `path` to `vendor/bundle` implicitly, but
that should only apply if `path` is not set e... -
01:52 AM Revision 7b317243 (git): [rubygems/rubygems] Unexclude some specs on bundler 3
- These should all be passing on Bundler 3.
https://github.com/rubygems/rubygems/commit/4a8c172965 -
01:52 AM Revision 6353f1d5 (git): [rubygems/rubygems] Fill in missing deployment specs
- https://github.com/rubygems/rubygems/commit/e16aa47b8f
-
01:52 AM Revision 60377244 (git): [rubygems/rubygems] Remove redundant specs
- They are already tested above.
https://github.com/rubygems/rubygems/commit/23073dcece -
01:52 AM Revision 8819dc43 (git): [rubygems/rubygems] Always rely on $LOAD_PATH when jumping from exe to lib
- Normally, we use `require_relative` when requiring internal code.
However, Bundler may also load external code (for e... -
01:52 AM Revision 1f9e6683 (git): [rubygems/rubygems] Fix inline mode with multiple sources
- If we're in inline mode, Bundler first resolves using only local gems,
and if some gems are missing, then it re-resol...
06/05/2023
-
09:58 PM Revision ebe10773 (git): YJIT: Fix a warning on cargo test (#7909)
-
09:01 PM Revision 2e14a653 (git): Add an example for rust-analyzer.cargo.unsetTest [ci skip]
-
07:47 PM Revision 2543a657 (git): Implement Struct on VWA
- The benchmark results show that this feature has either a positive or
no impact on performance. The memory usage is a... -
07:12 PM Revision 45ff2f4a (git): [ruby/irb] Refactor ExtendCommand::Nop
- (https://github.com/ruby/irb/pull/598)
* Rename conf to irb_context
* Drop Nop#irb method because it's only used by... -
07:02 PM Revision 273b3847 (git): [ruby/irb] Simplify irb_info command
- (https://github.com/ruby/irb/pull/597)
https://github.com/ruby/irb/commit/0a0409c52b -
06:34 PM Revision 76ee4edb (git): [ruby/irb] Fixed string escaping omissions
- (https://github.com/ruby/irb/pull/599)
I received a `RegexpError` when I typed `::Array[`.
::Array[/Users/mi/ghq/git... -
06:11 PM Revision 135a5eb7 (git): Add missing write barrier
- We were missing the write barrier for class_value to cref. This should
fix the segv we were seeing in http://ci.rvm.j... -
06:11 PM Revision 40f090f4 (git): Revert "Revert "Fix cvar caching when class is cloned""
- This reverts commit 10621f7cb9a0c70e568f89cce47a02e878af6778.
This was reverted because the gc integrity build start... -
05:10 PM Revision 29ea3c5a (git): [rubygems/rubygems] Try again with https://github.com/rubygems/rubygems/pull/6693
- https://github.com/rubygems/rubygems/commit/73c0d5f059
-
02:59 PM Revision 3cdafe9b (git): Move per sections in help message
-
02:59 PM Revision b5467ae3 (git): Add additional info for `-0` to `--help` message
-
02:59 PM Revision feb946c3 (git): Fold option lines in help message
-
01:49 PM Revision 1a7ee145 (git): [DOC] Update flags doc for strings
- The length of an embedded string is no longer in the flags.
-
04:29 AM Revision 542c70aa (git): [ruby/singleton] Simplify implementation of `Singleton#instance`.
- (https://github.com/ruby/singleton/pull/9)
- Add more tests to cover rails' usage. - 03:05 AM Revision 3fe0f8c6 (git): [Bug #19685]: Add `-y` and `--yydebug` document to `--help`
- Add -y option information to `--help`
Fix a warning on the man page -
01:10 AM Revision 3a4302c7 (git): [ruby/singleton] Revert "Simplify the implementation
- (https://github.com/ruby/singleton/pull/7)"
This reverts commit https://github.com/ruby/singleton/commit/545b6b61a40...
Also available in: Atom