Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
21978 Ruby Bug Closed Fix class variable cache isn't invalidated via modules 04/02/2026 02:21 AM Actions
21974 Ruby Bug Closed Cannot inspect RubyVM::AST for CDECL 04/02/2026 11:08 AM Actions
21971 Ruby Bug Closed Backport commit 5de4cc560864 / PR #15848 04/04/2026 03:15 AM Actions
21969 Ruby Bug Third Party's Issue fork() + Socket.getaddrinfo() triggers SIGSEGV/SIGABRT via libsystem_trace.dylib on macOS 26 (darwin25) x86_64 and ARM64 03/30/2026 06:18 AM Actions
21966 Ruby Feature Closed Remove rb_obj_class runtime check on rb_define_alloc_func returned objects 03/27/2026 04:06 PM Actions
21965 Ruby Bug Closed cross compile with out-of-source build is broken kddnewton (Kevin Newton) 03/30/2026 03:29 AM Actions
21964 Ruby Bug Closed Fiber stack acquire can expand unnecessarily ioquatix (Samuel Williams) 03/31/2026 03:38 PM Actions
21961 Ruby Bug Closed Marshal.load freeze option fail to freeze linked strings 04/04/2026 03:16 AM Actions
21959 Ruby Bug Closed rb_internal_thread_event_hooks_rw_lock is not reinitialized after fork causing deadlocks 04/04/2026 03:16 AM Actions
21958 Ruby Bug Closed Snapshot CI is breaking now 03/26/2026 08:39 AM Actions
21955 Ruby Bug Closed `Fiber#transfer`: machine stack not released when fiber terminates, causing `FiberError: can't set a guard page` ioquatix (Samuel Williams) 03/17/2026 10:28 PM Actions
21954 Ruby Bug Closed NoMethodError instead of Gem::LoadError on gem activation problem in Ruby 4.0.2 hsbt (Hiroshi SHIBATA) 04/04/2026 03:17 AM Actions
21947 Ruby Bug Closed `Timeout.timeout` doesn't use `Timeout::ExitException` when Fiber scheduler is in use. ioquatix (Samuel Williams) 03/16/2026 06:57 PM Actions
21946 Ruby Bug Closed `and?` predicate confused for leading `and` keyword prism 03/16/2026 07:24 PM Actions
21945 Ruby Bug Closed Ripper lexes newline between identifier and `and?` as ignored newline 03/16/2026 06:57 PM Actions
21944 Ruby Bug Closed "Cannot allocate memory" with M:N threads or Ractors on a low RAM Linux machine ractor 03/05/2026 07:41 PM Actions
21942 Ruby Feature Closed Allow reading class variables from non-main Ractors ractor 03/19/2026 12:41 AM Actions
21941 Ruby Bug Closed Local variable becomes nil when YJIT enabled mid-method with fork/signal/ensure jit 03/16/2026 06:57 PM Actions
21934 Ruby Bug Closed Prism and parse.y inconsistency in command call used with pattern match 03/16/2026 12:09 PM Actions
21932 Ruby Feature Closed `MatchData#get_int` 03/24/2026 05:06 AM Actions
21931 Ruby Bug Closed GC Crash in `String#%` (backport 726205b354d1068147719fb42e1de743f1838ef1) 03/06/2026 03:00 PM Actions
21930 Ruby Feature Feedback Add Ractor#empty? method to check for pending messages without blocking 03/05/2026 09:42 AM Actions
21928 Ruby Misc Closed Prism backport handling prism 03/06/2026 08:19 AM Actions
21927 Ruby Bug Closed Prism: misleading error message for forwarding in lambda argument prism 03/16/2026 07:24 PM Actions
21926 Ruby Bug Closed Thread#value on popen3 wait thread hangs in finalizer luke-gru (Luke Gruber) 03/26/2026 06:37 PM Actions
21925 Ruby Bug Closed Prism misparses standalone "in" pattern matching in "case/in" prism 03/16/2026 07:24 PM Actions
21924 Ruby Misc Closed Register a Maven namespace for JVM-related libraries hsbt (Hiroshi SHIBATA) 03/17/2026 04:13 AM Actions
21920 Ruby Bug Closed LIBRUBYARG_SHARED contains -lgmp and other libraries for static linking 02/21/2026 07:55 AM Actions
21919 Ruby Bug Rejected `libruby-static.a` links to wrong `Init_enc` 02/22/2026 04:15 AM Actions
21917 Ruby Bug Closed Unable to build 4.0.1 on AIX 7.2 03/16/2026 06:36 PM Actions
21882 Ruby Bug Closed IO::Buffer#locked leaves the buffer locked when the block raises 02/20/2026 01:57 AM Actions
21880 Ruby Bug Closed The ultra_safe mode of pstore bundled with Ruby 4.0 is broken. 03/25/2026 11:55 PM Actions
21879 Ruby Bug Rejected OpenSSL::SSL::SSLContext does not perform peer verification by default 02/15/2026 05:50 PM Actions
21877 Ruby Misc Closed DevMeeting-2026-03-17 03/18/2026 02:32 AM Actions
21876 Ruby Bug Third Party's Issue Addrinfo.getaddrinfo(AF_UNSPEC) deadlocks after fork on macOS for IPv4-only hosts 03/09/2026 05:29 PM Actions
21875 Ruby Feature Closed Handling of trailing commas in lambda parameters 03/17/2026 08:30 AM Actions
21874 Ruby Bug Closed `PrettyPrint::SingleLine` is not API-compatible with `PrettyPrint`, breaking `PP` in some cases 02/12/2026 03:11 AM Actions
21873 Ruby Bug Closed `UnboundMethod#==` returns false for methods from included/extended modules 03/07/2026 05:42 AM Actions
21872 Ruby Feature Closed `-S` with directory separator 02/10/2026 12:02 PM Actions
21868 Ruby Bug Closed Prism doesn't use the ruby allocator prism 02/18/2026 08:20 AM Actions
21866 Ruby Bug Closed Backport Fix for integer overflow checks in enumerator rwstauner (Randy Stauner) 03/07/2026 04:40 AM Actions
21865 Ruby Bug Closed Crash on signal raise 02/10/2026 03:13 PM Actions
21864 Ruby Bug Closed Inconsistencies in type coercion error messages for integers 02/07/2026 09:06 AM Actions
21862 Ruby Bug Closed dtrace is passed unmodified CPPFLAGS, but not all compiler flags are supported by dtrace 02/05/2026 03:03 PM Actions
21861 Ruby Feature Closed C API: expose `ruby_xfree_sized`, `ruby_xrealloc_sized`, etc 04/01/2026 07:10 AM Actions
21860 Ruby Bug Closed Process.fork: the child may deadlock on `th->interrupt_lock` in `threadptr_interrupt_exec_cleanup` 03/07/2026 04:42 AM Actions
21859 Ruby Bug Closed Inconsistent behaviors in Regexp lookbehind/lookahead with capture groups 02/05/2026 03:33 PM Actions
21858 Ruby Feature Feedback `Kernel#Hash` considers `to_h` too 03/17/2026 09:02 PM Actions
21856 Ruby Bug Closed Massive performance degradation of `rb_obj_free` for `T_CLASS` since Ruby 4.0 04/04/2026 03:17 AM Actions
21855 Ruby Bug Closed Bundle `win32-registry` or implement it without `fiddle` hsbt (Hiroshi SHIBATA) 02/20/2026 10:33 PM Actions
(1-50/15466) Per page: 50, 100, 200

Also available in: CSV PDF Atom