Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
19849 Ruby Feature Open Requiring file with autoload results in confusing error if file doesn't exist 09/14/2023 02:17 PM Actions
19831 Ruby Bug Open warning message of linker with macOS Sonoma beta 12/26/2023 05:49 AM Actions
19830 Ruby Feature Open Allow `Array#transpose` to take an optional size argument 08/04/2023 02:29 PM Actions
19794 Ruby Bug Assigned Ruby 3.2.2 fails to build on macOS Sonoma betas nobu (Nobuyoshi Nakada) 09/21/2023 05:44 AM Actions
19787 Ruby Feature Open Add Enumerable#uniq_map, Enumerable::Lazy#uniq_map, Array#uniq_map and Array#uniq_map! 03/16/2024 03:40 AM Actions
19780 Ruby Feature Open Remove tailcall_optimization support 07/27/2023 11:48 PM Actions
19767 Ruby Misc Open [Not really a bug, but more a not ideal notification] "historical binary regexp match" when using the "n" modifier in a ruby regex 09/29/2023 02:02 PM Actions
19764 Ruby Feature Open Introduce defp keyword for defining overloadable, pattern matched methods 07/18/2023 05:48 AM Actions
19761 Ruby Bug Open AddressSanitizer fails with Thread and Process 08/20/2023 03:37 AM Actions
19758 Ruby Misc Assigned Statically link ext/json nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
19756 Ruby Bug Open URI::HTTP.build does not accept a host of `_gateway`, but `URI.parse` will. 07/05/2023 08:38 PM Actions
19742 Ruby Feature Open Introduce `Module#anonymous?` 03/12/2024 07:54 AM Actions
19717 Ruby Feature Open `ConditionVariable#signal` is not fair when the wakeup is consistently spurious. 01/10/2024 10:32 AM Actions
19712 Ruby Feature Open IO#reopen removes singleton class 06/09/2023 09:47 AM Actions
19708 Ruby Feature Open Support `attr_reader :foo?` 06/22/2023 12:42 AM Actions
19703 Ruby Bug Open text/binary mode of parent process fd is not properly inherited on windows 05/31/2023 02:34 PM Actions
19701 Ruby Bug Open The rb_classext_t::classpath field is not marked for T_ICLASS 06/18/2023 06:55 AM Actions
19698 Ruby Feature Open Need an idiomatic way to define an empty range 07/12/2023 07:40 AM Actions
19697 Ruby Feature Open Resolv::DNS resolution for international domains fails with "Encoding::CompatibilityError: incompatible character encodings: UTF-8 and ASCII-8BIT" 05/30/2023 12:53 PM Actions
19694 Ruby Feature Open Add Regexp#timeout= setter 06/09/2023 01:20 PM Actions
19692 Ruby Misc Open Net::HTTP Performance Workstream 05/24/2023 08:21 PM Actions
19691 Ruby Misc Open File.realpath on Windows does not return actual case of the file 05/29/2023 02:56 AM Actions
19690 Ruby Feature Open Add terminal colorizing gem to stdlib 05/24/2023 05:54 PM Actions
19641 Ruby Feature Open Allow setting OpenSSL::SSL::SSLContext in Net::HTTP 05/15/2023 02:47 AM Actions
19636 Ruby Bug Open String#encode EUC_JIS_2004で"¥"がEncoding::UndefinedConversionErrorになる 05/10/2023 05:16 AM Actions
19634 Ruby Feature Open Pattern matching dynamic key 05/19/2023 04:23 PM Actions
19633 Ruby Feature Open Allow passing block to `Kernel#autoload` as alternative to second `filename` argument 05/18/2023 02:39 AM Actions
19631 Ruby Bug Open module_eval does not propulate absolute_path for Kernel.caller_locations 05/27/2024 03:41 PM Actions
19628 Ruby Feature Open Add ARGF.each_file for iterating file/io objects 05/03/2023 02:17 AM Actions
19626 Ruby Feature Open Alias Base64 methods to non-64 suffixed methods 05/02/2023 08:17 AM Actions
19620 Ruby Feature Open allow non-module rescue filters that implement the === opertor 04/27/2023 04:44 PM Actions
19617 Ruby Feature Open Add Method#binding and UnboundMethod#binding, similar to Proc#binding 04/28/2023 11:55 AM Actions
19609 Ruby Bug Open net/http ignores open_timeout, read_timeout on Windows 04/20/2023 01:27 PM Actions
19607 Ruby Feature Open Introduce `Hash#symbolize_keys`. 04/21/2023 03:39 PM Actions
19604 Ruby Feature Open XOAUTH2 support in net-pop 04/17/2023 03:28 PM Actions
19598 Ruby Bug Open Inconsistent behaviour of TracePoint API 04/14/2023 10:42 AM Actions
19567 Ruby Feature Open Add Oxford Comma Support for better readability 04/03/2023 03:14 PM Actions
19560 Ruby Feature Open IO#close_on_fork= and IO#close_on_fork? 04/19/2023 08:20 AM Actions
19558 Ruby Bug Open str.dump.undump crashes when str contains both Unicode and ASCII control characters 03/30/2023 04:21 PM Actions
19557 Ruby Bug Open Deadlock on STDOUT(ERR) lock on signal handler 03/29/2023 08:27 AM Actions
19554 Ruby Feature Open Invalid memory access detected by Valgrind when using Fibers 04/03/2023 07:15 PM Actions
19553 Ruby Feature Open Document thread-safety of OpenSSL related classes such as OpenSSL::PKey::RSA or OpenSSL::Cipher etc 03/28/2023 01:42 PM Actions
19545 Ruby Feature Open lp/hp logic parsing inconsistency 04/04/2023 04:37 AM Actions
19484 Ruby Feature Open Calling `binding` on a C-level proc raises an `ArgumentError` 03/08/2023 06:49 PM Actions
19473 Ruby Bug Open can't be called from trap context (ThreadError) is too limiting 06/24/2025 08:23 PM Actions
19472 Ruby Feature Assigned Ractor::Selector to wait multiple ractors ko1 (Koichi Sasada) 01/06/2025 06:15 AM Actions
19470 Ruby Bug Open Frequent small range-reads from and then writes to a large array are very slow 03/07/2023 07:27 AM Actions
19465 Ruby Feature Assigned [PATCH] reuse open(2) from rb_file_load_ok on POSIX-like system normalperson (Eric Wong) 02/28/2023 09:40 AM Actions
19458 Ruby Feature Open Expose HEREDOC identifier 06/04/2024 10:23 PM Actions
19452 Ruby Feature Open `Thread::Backtrace::Location` should have column information if possible. 05/23/2023 05:04 PM Actions
19451 Ruby Feature Open Extract path and line number from SyntaxError? 03/07/2023 05:33 AM Actions
19440 Ruby Feature Open Deprecate ThreadGroup 03/13/2023 10:48 AM Actions
19438 Ruby Bug Open Ruby 2.7 -> 3.2 Performance Regression in so_k_nucleotide benchmark 03/06/2023 06:10 PM Actions
19435 Ruby Feature Open Expose counts for each GC reason in GC.stat 05/09/2023 04:46 AM Actions
19430 Ruby Feature Open Contribution wanted: DNS lookup by c-ares library 10/19/2023 03:34 AM Actions
19428 Ruby Feature Open Adding a "piped heredoc" feature 02/20/2023 06:12 PM Actions
19423 Ruby Feature Open IXDTF (Internet Extended Date/Time format) support 02/08/2023 08:49 AM Actions
19422 Ruby Feature Assigned Make `--enabled-shared` mandatory on macOS hsbt (Hiroshi SHIBATA) 02/22/2024 08:33 AM Actions
19421 Ruby Misc Open Distribution documentation 02/13/2023 08:17 AM Actions
19413 Ruby Bug Open Can't move object when 2 ivars refer to same object 02/04/2023 10:15 PM Actions
19412 Ruby Bug Open Socket starts queueing and not responding after a certain amount of requests 03/16/2023 03:45 PM Actions
19410 Ruby Bug Assigned If move from ractor fails with error, some objects are left in broken state ractor 05/08/2025 10:38 PM Actions
19407 Ruby Bug Assigned 2 threads taking from current ractor will hang forever ractor 05/08/2025 10:38 PM Actions
19391 Ruby Misc Open IO #write/#read behaviour when binmode and encoding are explicitly specified 01/30/2023 10:19 AM Actions
19387 Ruby Bug Assigned ObjectSpace.each_objects only returns shareable objects after starting a Ractor ractor 06/09/2025 04:35 PM Actions
19384 Ruby Bug Open ASCII 128..154 characters in IO.popen or %x output do not reflect the proper encoding in Windows 01/26/2023 09:17 PM Actions
19383 Ruby Bug Assigned Time.now.zone encoding for German display language in Windows is incorrect windows 10/20/2024 03:19 PM Actions
19378 Ruby Bug Assigned Windows: Use less syscalls for faster require of big gems windows 03/01/2023 10:12 PM Actions
19369 Ruby Bug Assigned Small corner-case issue that breaks Ractor isolation: change cloned object from another thread ractor 05/08/2025 10:38 PM Actions
19368 Ruby Bug Assigned Small issue with isolated procs and eval ko1 (Koichi Sasada) 01/22/2023 11:26 PM Actions
19364 Ruby Bug Assigned Issue with tracepoint enable/disable across ractors ractor 05/08/2025 10:38 PM Actions
19363 Ruby Bug Assigned Fix rb_transient_heap_mark: wrong header (T_STRUCT) segfault mame (Yusuke Endoh) 04/03/2024 03:50 AM Actions
19355 Ruby Feature Open Add finer coarsed locking for searching callable method entries 01/19/2023 10:18 PM Actions
19344 Ruby Feature Open Regexp.new: stricter handling of second argument 01/16/2023 07:22 AM Actions
19333 Ruby Feature Open Setting (Fiber Local|Thread Local|Fiber Storage) to nil should delete value in order to avoid memory leaks. 12/28/2023 08:55 AM Actions
19326 Ruby Feature Assigned Please add a better API for passing a Proc to a Ractor ko1 (Koichi Sasada) 12/19/2023 07:21 AM Actions
19325 Ruby Feature Assigned YJIT: Windows support lacking. jit 08/03/2023 02:27 PM Actions
19324 Ruby Feature Assigned Enumerator.product => Enumerable#product knu (Akinori MUSHA) 04/03/2024 03:50 AM Actions
19322 Ruby Feature Open Support spawning "private" child processes 02/13/2023 01:01 AM Actions
19317 Ruby Feature Assigned Unicode ICU Full case mapping duerst (Martin Dürst) 01/08/2023 01:54 PM Actions
19315 Ruby Feature Open Lazy substrings in CRuby 06/21/2023 03:49 PM Actions
19313 Ruby Bug Open Leaked file descriptors while running test-all 02/27/2023 11:25 PM Actions
19306 Ruby Feature Open Expand zlib interface 02/13/2023 12:19 AM Actions
19304 Ruby Misc Assigned Kernel vs Object documentation matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
19303 Ruby Feature Open Resolv::IPv4::Regex variant without anchors 01/03/2023 12:34 PM Actions
19297 Ruby Bug Open Don't download content from internet to execute Ruby test suite 09/06/2023 01:03 PM Actions
19294 Ruby Feature Open Enumerator.product works incorrectly with consuming enumerators 05/14/2023 01:25 PM Actions
19287 Ruby Feature Open Let DelegateClass respect the original method's arity in case of 0 08/31/2023 03:54 AM Actions
19277 Ruby Feature Open Project-scoped refinements 12/29/2022 03:09 AM Actions
19251 Ruby Bug Open Limit amount of test failures due to updates of tzdata 12/22/2022 08:19 AM Actions
19245 Ruby Feature Open Strict mode for Array#pack that doesn't silently truncate numbers that are too large for the given directive 01/20/2023 04:37 AM Actions
19231 Ruby Bug Open Integer#step and Float::INFINITY - inconsistent behaviour when called with and without a block 08/01/2024 05:58 AM Actions
19197 Ruby Feature Open Add Exception#root_cause 06/03/2023 12:00 AM Actions
19193 Ruby Feature Assigned drop DOS TEXT mode support usa (Usaku NAKAMURA) 12/20/2022 04:53 PM Actions
19192 Ruby Bug Open IO has third data mode, document is incomplete. 12/11/2022 08:41 PM Actions
19191 Ruby Feature Open Implicit console input transcoding is more desirable 11/22/2024 03:39 PM Actions
19179 Ruby Feature Open Support parsing SCM_CRED(ENTIALS) messages from ancillary messages 02/13/2023 12:44 AM Actions
19176 Ruby Misc Open Missing insns_info for iseqs in ruby 3.2 built with debug options 12/04/2022 09:02 AM Actions
19172 Ruby Bug Open `ruby_thread_has_gvl_p` is innacurate sometimes -- document or change? 02/02/2023 08:28 AM Actions
19165 Ruby Bug Open Method (with no param) delegation with *, **, and ... is slow 01/16/2025 11:04 PM Actions
(301-400/1665) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF