the_spectator (Akshay Birajdar)
- Login: the_spectator
- Registered on: 05/02/2020
- Last sign in: 11/07/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
01/28/2025
-
06:31 AM Ruby Revision b48febf2 (git): [rubygems/rubygems] Remove respond_to? check for Thread#name=
- Since bundler now requires 3.3.1, we no longer need to do respond_to?
check before setting thread name.
https://github.com/rubygems/rubygems/commit/bfc37fc7db
01/09/2024
12/05/2023
-
06:43 AM Ruby Revision 494e2e4b (git): [ruby/tempfile] Alias #to_s to #inspect
- https://github.com/ruby/tempfile/commit/e515889412
10/13/2023
-
04:42 AM Ruby Bug #19910: Set#delete_if behavior inconsistent with Array/Hash
- Took a stab at it in https://github.com/ruby/ruby/pull/8642
04/14/2022
06/07/2020
-
05:15 PM Ruby Feature #13750: Improve String#casecmp? and Symbol#casecmp? performance with ASCII string
- @koic Made a new attempt with patch https://github.com/ruby/ruby/pull/2941