Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
22274 Ruby Feature Open Make `IO::Buffer` no longer experimental. ioquatix (Samuel Williams) 08/27/2026 09:17 PM Actions
22273 Ruby Bug Open Aliasing doesn't interact well with Module#prepend 08/28/2026 05:03 AM Actions
22272 Ruby Misc Open Propose Kevin Menard (@nirvdrum) as a core committer core 08/27/2026 11:15 PM Actions
22271 Ruby Bug Open Ruby::Box fails to load C extensions from deep paths (temporary file name exceeds NAME_MAX) 08/27/2026 11:11 AM Actions
22270 Ruby Bug Open Fix prepend ancestry order in user boxes 08/27/2026 10:37 AM Actions
22269 Ruby Bug Open `Coverage.line_stub` clobbers already-collected coverage data 08/27/2026 09:27 AM Actions
22267 Ruby Bug Open Active Support tests started failing on ruby master (bisected to [GH-18194]) ractor 08/26/2026 03:00 PM Actions
22266 Ruby Feature Open Stop warning for duplicate keywords in splatted literal hashes 08/26/2026 06:20 AM Actions
22263 Ruby Bug Open NoMethodError: super: no superclass method 'require' for main — raised in a forked child process after a Ractor has exited in the parent (bisected to c59c4d717a) 08/26/2026 04:14 PM Actions
22260 Ruby Bug Open Ruby::Box: SIGSEGV when calling a method inside an isolated Proc defined at class/module body (RUBY_BOX=1) 08/24/2026 12:08 PM Actions
22258 Ruby Bug Open Update bundled json to >= 2.19.2 on ruby_4_0 (CVE-2026-33210) 08/24/2026 02:14 AM Actions
22256 Ruby Feature Open Replace missing/dtoa.c with a uscale-based algorithm. Faster, smaller footprint, and fixes a rounding error. 08/27/2026 07:20 AM Actions
22255 Ruby Feature Open Add `timeout:` to Ractor::Port#receive, Ractor.receive and Ractor.select 08/21/2026 10:29 AM Actions
22254 Ruby Bug Assigned [Prism] Clang UBSan reports NULL/0 memcpy while serializing empty strings prism 08/21/2026 04:07 AM Actions
22253 Ruby Bug Assigned Clang UBSan reports NULL/0 memcpy for eval scope locals prism 08/20/2026 07:28 AM Actions
22252 Ruby Feature Open improve "defined with an un-shareable Proc in a different Ractor" error 08/19/2026 06:31 PM Actions
22249 Ruby Misc Open DevMeeting-2026-09-10 08/23/2026 05:57 AM Actions
22248 Ruby Bug Open `Errno::NOERROR` from `connect(2)` once a non-main Ractor has more than one Ruby thread 08/17/2026 04:17 PM Actions
22247 Ruby Feature Open Add Ractor.movable? 08/15/2026 12:47 PM Actions
22246 Ruby Bug Open Rational#to_f incorrectly rounds when the numerator is a bignum that cannot be represented exactly by a double, and the denominator is a fixnum 08/27/2026 06:03 PM Actions
22245 Ruby Feature Open Reduce Array#& cost when self is much shorter than the argument 08/14/2026 04:12 PM Actions
22244 Ruby Feature Open `ruby -UU` should set both internal and external, `ruby -E` should print encoding list 08/13/2026 06:56 PM Actions
22241 Ruby Bug Open Restore compatibility for removed `JSON.dump` and `JSON.parse` arguments byroot (Jean Boussier) 08/12/2026 05:43 AM Actions
22240 Ruby Bug Open Protect against SEGV caused by native extensions using rb_funcall between rb_protect and rb_jump_tag 08/14/2026 05:31 PM Actions
22239 Ruby Bug Open Multiple buffer clear errors in IO 08/10/2026 12:18 PM Actions
22238 Ruby Feature Open String#tr to take a Hash for multi-character replacements 08/14/2026 02:36 PM Actions
22236 Ruby Feature Open New API for adjustable JIT warmup jit 08/10/2026 03:51 PM Actions
22233 Ruby Feature Open Warn when Net::HTTP#set_debug_output enables debug output 08/06/2026 07:51 PM Actions
22232 Ruby Feature Open Deprecate `RHASH_TBL` and associated APIs 08/06/2026 10:09 AM Actions
22231 Ruby Feature Open Add `IO::Buffer#index` ioquatix (Samuel Williams) 08/24/2026 05:38 PM Actions
22227 Ruby Feature Open Per-Ractor GC: collect each Ractor's heap locally, stop the world only when needed 08/08/2026 08:53 AM Actions
22226 Ruby Feature Open Ractor: class/module ownership -- restrict modification to the Ractor that created it ko1 (Koichi Sasada) 08/10/2026 07:23 AM Actions
22216 Ruby Bug Open Special variables (ex. Regexp backref and IO lastline) are thread-unsafe in some cases, incompatible with Ractor 08/07/2026 09:24 PM Actions
22211 Ruby Bug Open Fiber::Scheduler stalls on Ractor::Port.receive ractor 08/19/2026 02:10 PM Actions
22209 Ruby Bug Open IO#set_encoding is ignoring the :newline keyword argument when given Encoding positional argument 08/09/2026 10:35 AM Actions
22205 Ruby Feature Assigned Deprecate ruby2_keywords shugo (Shugo Maeda) 08/14/2026 12:24 AM Actions
22204 Ruby Bug Open Kernel#require documentation pulls from RubyGems' version of method instead of core version (stable releases only) 07/18/2026 04:40 PM Actions
22203 Ruby Bug Open Coverage (eval: true): branch entries for re-eval'd code are nondeterministically duplicated mame (Yusuke Endoh) 07/20/2026 12:02 PM Actions
22200 Ruby Bug Open ObjectSpace._id2ref can return a different object than the id's owner on Ruby 4.0 (stale id2ref_tbl entry for objects with generic fields) Eregon (Benoit Daloze) 08/10/2026 07:57 PM Actions
22194 Ruby Bug Open File.realpath and File.realdirpath handle differently path encoding incompatible with a filesystem's one 07/20/2026 01:02 PM Actions
22187 Ruby Bug Open High major GCs caused by specific workloads in 3.4 07/11/2026 08:34 AM Actions
22182 Ruby Feature Open Poor man's escape analysis 07/20/2026 05:34 PM Actions
22180 Ruby Misc Assigned Provide official Windows (mswin) binary packages and a version manager hsbt (Hiroshi SHIBATA) 07/14/2026 11:50 PM Actions
22176 Ruby Bug Assigned [Feature] TracePoint#defined_box: get the Ruby::Box where a method is defined tagomoris (Satoshi Tagomori) 07/07/2026 06:40 AM Actions
22174 Ruby Bug Open Set operations (&, ^, collect!, flatten, classify, divide) do not preserve compare_by_identity 07/04/2026 12:41 AM Actions
22173 Ruby Bug Open `Ractor.new { Fiber.current }.value` raises `[BUG] rb_ractor_confirm_belonging object-ractor id:1, current-ractor id:2` ractor 08/27/2026 02:01 AM Actions
22134 Ruby Feature Open Faster rb_scan_args() for keyword args (optimization) 06/30/2026 01:05 AM Actions
22132 Ruby Feature Open Scala-like for comprehensions 07/08/2026 02:23 AM Actions
22130 Ruby Feature Open Add a new YARV instruction for a `String.new` fast path 08/25/2026 10:00 AM Actions
22128 Ruby Feature Open C API: Expose RB_OBJ_SET_FROZEN_SHAREABLE 07/02/2026 10:05 AM Actions
(1-50/1681) Per page: 50, 100, 200

Also available in: CSV PDF Atom