Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
21495 Ruby Bug Open IO.read_nonblock does not work under a rescue IO::TimeoutError 07/01/2025 07:22 AM Actions
21461 Ruby Bug Open Heap-buffer-overflow in Prism when encoding magic comment is invalid and assignment is incomplete prism 07/01/2025 06:38 AM Actions
21460 Ruby Bug Open Pattern matching crash: unexpected PM_CALL_NODE 07/01/2025 10:18 AM Actions
21459 Ruby Feature Open Add Set C-API 07/01/2025 05:27 PM Actions
21458 Ruby Misc Open Test 'make install'? 07/01/2025 11:56 PM Actions
21456 Ruby Bug Open IO.close does not work in a rescue IO::TimeoutError block. 06/28/2025 01:15 PM Actions
21455 Ruby Feature Open Add a block argument to Array#join 06/28/2025 12:36 AM Actions
21454 Ruby Feature Open "undefined method 'break' for an instance of Binding" 06/27/2025 04:01 PM Actions
21452 Ruby Bug Open ARGS_SPLAT bytecode regression between 3.3 and 3.4 06/26/2025 03:26 PM Actions
21451 Ruby Bug Open Ractor.make_shareable(->{}, copy: true) raises unhelpful error ractor 06/27/2025 04:14 PM Actions
21446 Ruby Bug Open StackOverflow when changing visibility in reopened refinement 06/20/2025 12:17 AM Actions
21442 Ruby Feature Open Make tsort to bundled gems 06/18/2025 10:08 AM Actions
21435 Ruby Feature Open Kernel#then_try as a conditional #then 06/15/2025 12:02 AM Actions
21402 Ruby Bug Open ruby2_keywords affects methods/procs with post arguments 06/09/2025 09:30 PM Actions
21399 Ruby Misc Open DevMeeting-2025-07-10 06/29/2025 04:04 AM Actions
21398 Ruby Bug Open Ractor.select hangs when multiple threads submit heavy jobs concurrently ractor 06/23/2025 07:07 PM Actions
21396 Ruby Bug Open Set#initialize should call Set#add on items passed in 06/05/2025 05:05 PM Actions
21391 Ruby Bug Open Inconsistent trailing slash behavior of File.join and Pathname#join with empty strings 06/05/2025 10:13 AM Actions
21387 Ruby Feature Open Proposal to add Data#[] 06/02/2025 10:17 AM Actions
21386 Ruby Feature Open Introduce `Enumerable#join_map` 05/30/2025 04:33 PM Actions
21385 Ruby Misc Open Namespace: Suggesting a rename 06/30/2025 12:56 PM Actions
21376 Ruby Bug Open Inconsistent equality between Sets with different compare_by_identity, different classes 06/05/2025 01:31 PM Actions
21375 Ruby Bug Open Set[] does not call #initialize 06/20/2025 05:37 PM Actions
21374 Ruby Bug Open FrozenError message is inconsistent when a singleton method is defined on a frozen object 06/05/2025 08:43 AM Actions
21368 Ruby Bug Assigned Moving objects with finalizer between Ractors crashes ractor 06/11/2025 10:46 AM Actions
21364 Ruby Bug Open Constant lookup in namespaces should be consistent 05/22/2025 11:23 PM Actions
21363 Ruby Bug Open `Namespace.current` should always return the Namespace in which it was defined 06/03/2025 05:45 AM Actions
21362 Ruby Bug Open Namespace: Inline method caches poisoned with builtins 06/05/2025 04:43 AM Actions
21361 Ruby Feature Open Set execution file and line 06/03/2025 06:57 AM Actions
21360 Ruby Bug Open Inconsistent Support for `Exception#cause` in `Fiber#raise` and `Thread#raise` 05/22/2025 01:16 PM Actions
21359 Ruby Feature Assigned Introduce `Exception#cause=` for Post-Initialization Assignment ioquatix (Samuel Williams) 06/05/2025 09:25 AM Actions
21348 Ruby Bug Open Should Tracepoint track retry as another "call" event? 05/22/2025 07:52 AM Actions
21347 Ruby Feature Assigned Add `open_timeout` as an overall timeout option for `Socket.tcp` shioimm (Misaki Shioi) 06/05/2025 09:27 AM Actions
21346 Ruby Feature Open Introduce `String#ensure_suffix` 06/13/2025 05:29 PM Actions
21345 Ruby Bug Assigned crash on evaluating 'a=>a,*,' prism 05/28/2025 05:07 AM Actions
21343 Ruby Bug Open Namespace: singleton classes of root namespace leak between namespaces 06/03/2025 05:46 AM Actions
21342 Ruby Bug Open Segfault: invalid keeping_mutexes when using Mutex in Thread then Fiber after GC 05/15/2025 06:06 PM Actions
21341 Ruby Bug Open `Namespace is not a module (TypeError)` without enabling the namespace 06/03/2025 05:46 AM Actions
21339 Ruby Bug Assigned Namespace: `RubyVM::InstructionSequence.load_iseq` isn't called for the root namespace tagomoris (Satoshi Tagomori) 06/03/2025 05:46 AM Actions
21337 Ruby Bug Assigned Using `not` on the RHS of a logical operator becomes valid syntax with Prism prism 06/05/2025 10:52 AM Actions
21335 Ruby Feature Open Namespaces should be present in the backtrace 06/05/2025 04:24 AM Actions
21326 Ruby Bug Assigned Instruction generation differences between parse.y and prism for `def a(x, ...); b(...); end` prism 05/12/2025 11:16 PM Actions
21325 Ruby Misc Open make ruby more middle-aged man friendly 06/15/2025 08:42 AM Actions
21324 Ruby Bug Open Namespace loads RubyGems in root Namespace but it should not 06/03/2025 05:47 AM Actions
21322 Ruby Bug Open Namespaces and builtin classes as arguments and return values 06/03/2025 05:47 AM Actions
21320 Ruby Bug Open Namespaces leak with constant lookup 06/03/2025 05:48 AM Actions
21318 Ruby Bug Open Namespaces leak with Module.nesting 06/03/2025 05:48 AM Actions
21316 Ruby Bug Open Namespaces leak with permanent names 06/05/2025 04:32 AM Actions
21315 Ruby Bug Assigned Finalizers violate the `rb_ractor_confirm_belonging` assertion ractor 05/15/2025 07:40 PM Actions
21314 Ruby Bug Open Kernel#autoload requires the wrong file (?) 05/09/2025 03:52 AM Actions
21311 Ruby Feature Assigned Namespace on read (revised) tagomoris (Satoshi Tagomori) 06/05/2025 09:09 AM Actions
21308 Ruby Feature Open Replacing the Float#to_s (dtoa.c) implementation with a modern algorithm 05/13/2025 07:57 AM Actions
21307 Ruby Feature Assigned A way to strictly validate time input mame (Yusuke Endoh) 05/09/2025 03:31 AM Actions
21301 Ruby Bug Open Invalid Dates Accepted When Using "UTC" in Time.new 05/04/2025 02:05 AM Actions
21300 Ruby Feature Open Suggestion: Method for Array truncation 05/02/2025 09:38 AM Actions
21298 Ruby Bug Assigned `ObjectSpace.allocation_class_path` returns inconsistent results depending on `TracePoint` state tenderlovemaking (Aaron Patterson) 06/03/2025 05:47 AM Actions
21295 Ruby Bug Open macos-13 debug build failures 04/30/2025 07:25 PM Actions
21294 Ruby Bug Open URI.extract is extracting invalid URIs with a mishmash of IPv6 notation with IPv4 address 04/30/2025 07:58 AM Actions
21293 Ruby Bug Open C23/GCC 15 build breakage with rb_define_method() and friends 05/01/2025 06:42 AM Actions
21291 Ruby Bug Open possible bug with /m regexp and $ based on input 04/29/2025 12:56 AM Actions
21290 Ruby Misc Open Unable to build ruby extension on Fedora 42 due to possible GCC 15 issues 05/08/2025 01:30 PM Actions
21284 Ruby Feature Open Request: add `Array#pad` method 04/30/2025 07:16 PM Actions
21277 Ruby Feature Assigned Windows ARM support hsbt (Hiroshi SHIBATA) 05/12/2025 11:16 PM Actions
21275 Ruby Feature Assigned Update to Unicode 17.0 duerst (Martin Dürst) 05/12/2025 11:16 PM Actions
21272 Ruby Bug Open Class.new doesn't trigger :class TracePoint 04/26/2025 06:25 PM Actions
21271 Ruby Bug Open Ruby build failure due to invalid probe specifier for dtrace 04/27/2025 01:35 PM Actions
21270 Ruby Bug Assigned init_fast_fallback_inetsock_internal (default for TCPSocket.new/TCPSocket.open) isn't fiber aware ioquatix (Samuel Williams) 05/12/2025 11:16 PM Actions
21266 Ruby Bug Assigned YJIT GC safety crash with proc objects as block argument jit 05/12/2025 11:16 PM Actions
21265 Ruby Bug Open Crash when proc from Symbol#to_proc called outside refinement scope 04/11/2025 09:39 AM Actions
21264 Ruby Feature Open Extract Date library from Ruby repo in the future 04/26/2025 06:38 PM Actions
21263 Ruby Feature Open eval-after-require hook 04/11/2025 02:30 AM Actions
21262 Ruby Feature Assigned Proposal: `Ractor::Port` ko1 (Koichi Sasada) 04/12/2025 05:39 PM Actions
21259 Ruby Bug Assigned The Prism compiler wrongly creates a line number of zero prism 04/09/2025 11:04 AM Actions
21256 Ruby Bug Assigned `it` value is wrapped in an array when that doesn't happen with numbered parameter prism 04/13/2025 01:29 PM Actions
21221 Ruby Feature Assigned Proposal to upstream ZJIT maximecb (Maxime Chevalier-Boisvert) 05/12/2025 11:16 PM Actions
21212 Ruby Bug Assigned IO::Buffer can be freed while its slice is locked ioquatix (Samuel Williams) 05/12/2025 11:16 PM Actions
21208 Ruby Bug Assigned `Ractor#send(move: true)` allow moving objects that are on the stack, and used by C code. ractor 05/12/2025 11:16 PM Actions
21206 Ruby Bug Open Segmentation fault on ISeq#to_binary ko1 (Koichi Sasada) 06/05/2025 07:03 AM Actions
21204 Ruby Bug Assigned `TestEtc#test_ractor_parallel` is still flaky result with ModGC/MMTk eightbitraptor (Matt V-H) 04/02/2025 08:58 AM Actions
21203 Ruby Bug Assigned TestGc#test_gc_parameter_init_slots is flaky results peterzhu2118 (Peter Zhu) 04/02/2025 09:28 AM Actions
21200 Ruby Bug Assigned Ractor spuriously hangs, segfaults or errors on TestEtc#test_ractor_parallel ractor 05/12/2025 11:16 PM Actions
21194 Ruby Feature Open How to manage application-level information in Ruby application 03/21/2025 05:06 AM Actions
21188 Ruby Bug Assigned PRISM does not end reading from tty with ^D twice prism 03/27/2025 01:15 AM Actions
21187 Ruby Bug Assigned Strings concatenated with `\` getting frozen with literal hashes (PRISM only) prism 05/12/2025 11:16 PM Actions
21182 Ruby Feature Open Add Hash#rename 03/12/2025 05:41 AM Actions
21169 Ruby Bug Open "try to mark T_NONE object" with 3.3.7 03/06/2025 08:20 AM Actions
21168 Ruby Bug Assigned Prism doesn't require argument parentheses (in some cases) when a block is present but parse.y does prism 03/27/2025 01:15 AM Actions
21160 Ruby Feature Open Local return from proc 02/27/2025 05:05 PM Actions
21156 Ruby Feature Open Prettier RUBY_DEBUG_LOG output in cruby 02/25/2025 09:43 PM Actions
21155 Ruby Feature Open File scoped namespace declarations as in C# 02/25/2025 08:03 AM Actions
21148 Ruby Feature Open Class proposal: IndefiniteNumeric < Numeric 03/11/2025 09:53 AM Actions
21146 Ruby Bug Assigned VM_ASSERT(expr) gives bad bug report results when another ractor fails an assertion during printing of report ractor 05/12/2025 11:16 PM Actions
21142 Ruby Bug Open Lazy enumerator `.each_with_index` ignores `.take(0)` before it 03/14/2025 08:07 AM Actions
21140 Ruby Feature Open Add a method to get the address of certain JIT related functions 02/19/2025 04:04 PM Actions
21139 Ruby Bug Assigned Prism and parse.y parses `it = it` differently prism 03/27/2025 01:15 AM Actions
21119 Ruby Bug Open Programs containing `Dir.glob` with a thread executing a CPU-heavy task run very slowly. 02/13/2025 09:29 AM Actions
21111 Ruby Bug Assigned RbConfig::CONFIG['CXX'] quietly set to "false" when Ruby cannot build C++ programs katei (Yuta Saito) 02/13/2025 08:54 PM Actions
21110 Ruby Misc Open Should Marshal.dump always use object links for repeated Float values? 02/09/2025 09:15 AM Actions
21107 Ruby Feature Open Add a Ractor safety & shareability section to stdlib class docs 02/02/2025 06:57 AM Actions
21104 Ruby Bug Open Net::HTTP connections failing in Ruby >= 3.4.0 on macOS with Happy Eyeballs enabled 05/05/2025 08:24 AM Actions
(1-100/1665) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF