Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
20440 Ruby master Bug Open `super` from child class passing keyword arg as Hash if in a method with passthrough args called from base class 04/20/2024 09:00 AM Actions
20439 Ruby master Bug Open Invalid string format with n$ flag is ignored in some case 04/19/2024 04:08 PM Actions
20438 Ruby master Bug Open String format "%\n" and "%\0" does not raise format error 04/19/2024 04:06 PM Actions
20437 Ruby master Feature Open Could be the licensing conditions be made less ambiguous? 04/19/2024 03:59 PM Actions
20436 Ruby master Misc Open DevMeeting at RubyKaigi 2024 04/19/2024 05:35 PM Actions
20435 Ruby master Misc Open DevMeeting-2024-06-13 04/17/2024 06:47 PM Actions
20434 Ruby master Misc Open Deprecate encoding-related regular expression modifiers 04/18/2024 06:50 PM Actions
20433 Ruby master Bug Open Hash.inspect for some hash returns syntax invalid representation 04/18/2024 03:16 AM Actions
20432 Ruby master Misc Open Proposal for workflow changes related to teeny releases 04/17/2024 07:40 PM Actions
20426 Ruby master Bug Open crash on aarch64 linux when using fibers (regression with 3.3) 04/12/2024 03:37 PM Actions
20425 Ruby master Feature Open Optimize forwarding callers and callees 04/18/2024 10:10 PM Actions
20424 Ruby master Bug Open ZLib::GZipReader always double allocates strings when passed outbuf, significantly increasing memory usage 04/11/2024 07:20 PM Actions
20421 Ruby master Bug Open String#index and String#byteindex don't clear `$~` when offset > size (or bytesize) 04/11/2024 03:57 PM Actions
20420 Ruby master Bug Open benchmark/gc/redblack.rb license clarification ko1 (Koichi Sasada) 04/11/2024 11:53 AM Actions
20419 Ruby master Bug Open [BUG] inconsistent freelist length with cppflags='-DRGENGC_CHECK_MODE -DUSE_RUBY_DEBUG_LOG=1' 04/10/2024 12:08 AM Actions
20416 Ruby master Bug Open IO#read doesn't preserve buffer encoding if `maxlen = nil` 04/09/2024 01:10 PM Actions
20415 Ruby master Feature Open Precompute literal String hash code during compilation 04/09/2024 02:23 PM Actions
20412 Ruby master Bug Open UTF-8 String encoding behavior differs between 3.2, 3.3 and master 04/09/2024 01:16 AM Actions
20409 Ruby master Bug Open Missing reporting some invalid breaks 04/04/2024 03:46 AM Actions
20408 Ruby master Feature Open Add heap_live_slots to GC.stat_heap 04/04/2024 05:50 AM Actions
20407 Ruby master Misc Open Question about applying encoding modifier to an interpolated Regexp 04/04/2024 09:49 AM Actions
20406 Ruby master Misc Open Question about Regexp encoding negotiation 04/04/2024 11:35 AM Actions
20405 Ruby master Feature Open Inline comments 04/16/2024 07:44 PM Actions
20401 Ruby master Bug Open Duplicated when clause warning line number 03/29/2024 05:32 AM Actions
20399 Ruby master Bug Open Ripper doesn't respect implicit -x 03/29/2024 03:21 PM Actions
20397 Ruby master Bug Open The nkf license in LEGAL file seems to be obsolete 04/11/2024 06:24 AM Actions
20396 Ruby master Feature Open ObjectSpace.dump_all(string_value: false): skip dumping the String contents 04/18/2024 06:56 AM Actions
20395 Ruby master Bug Open Invalid license note in vsnprintf.c 03/27/2024 06:31 PM Actions
20387 Ruby master Misc Assigned Meta-ticket for ASAN support kjtsanaktsidis (KJ Tsanaktsidis) 04/03/2024 03:50 AM Actions
20384 Ruby master Feature Open RubyVM::InstructionSequence.{new,compile} use --parser option 03/29/2024 03:18 PM Actions
20350 Ruby master Feature Open Return chilled string from Symbol#to_s 04/17/2024 10:44 PM Actions
20349 Ruby master Feature Open Pattern Matching - Expose local variable captures 03/20/2024 11:05 AM Actions
20346 Ruby master Bug Open FiberScheduler.unblock not called by Thread#join when Thread body contains Ractor.take 03/18/2024 07:06 PM Actions
20344 Ruby master Bug Open argument stack underflow (-1) 03/18/2024 03:37 PM Actions
20340 Ruby master Bug Open Ractor comments not applying to constant targets 04/16/2024 06:33 AM Actions
20337 Ruby master Bug Open Complex#inspect mutates the string returned by `real.inspect` 03/14/2024 11:25 AM Actions
20320 Ruby master Misc Open Using OSU Open Source Lab native ppc64le/s390x CI services trigged on pull-requests 04/08/2024 03:01 PM Actions
20319 Ruby master Bug Open Singleton class is being frozen lazily in some cases 04/18/2024 11:44 AM Actions
20318 Ruby master Feature Open Pattern matching `case ... in` support for triple-dot arguments 03/12/2024 05:34 PM Actions
20317 Ruby master Feature Open Removing the `allocate` method should cause `new` to fail 03/04/2024 03:20 PM Actions
20316 Ruby master Bug Open Regexp quantifier behavior changes in different syntactic context. 02/29/2024 05:21 PM Actions
20315 Ruby master Bug Open Quantifier expansion leads to different results in Regexp. 02/29/2024 04:59 PM Actions
20314 Ruby master Bug Open Simultaneous Timeout expires may raise an exception after the block 03/06/2024 12:43 AM Actions
20309 Ruby master Feature Assigned Bundled gems for Ruby 3.5 hsbt (Hiroshi SHIBATA) 03/14/2024 10:36 PM Actions
20301 Ruby master Bug Open `Set#add?` does two hash look-ups 03/15/2024 01:34 AM Actions
20300 Ruby master Feature Open Hash: set value and get pre-existing value in one call 04/17/2024 10:57 AM Actions
20299 Ruby master Bug Open Tracepoint staying enable after a disable 03/12/2024 08:33 AM Actions
20298 Ruby master Feature Open Introduce `Time()` type-cast / constructor. 03/12/2024 05:38 PM Actions
20294 Ruby master Bug Open Parser no longer warns on some duplicated keys 02/22/2024 02:11 PM Actions
20291 Ruby master Feature Open Add --warning=category option the same as -W:category 02/22/2024 12:12 PM Actions
20285 Ruby master Bug Assigned Stale inline method caches when refinement modules are reopened jhawthorn (John Hawthorn) 02/21/2024 02:58 AM Actions
20283 Ruby master Bug Open Build failed since Ruby 3.2.3 if Xcode.app was renamed to space contained name. 02/20/2024 07:14 AM Actions
20282 Ruby master Feature Open Enhancing Ruby's Coverage with Per-Test Coverage Reports 02/20/2024 08:09 PM Actions
20278 Ruby master Feature Open syntax error, unexpected local variable or method, expecting ')' (SyntaxError) - but I think it should report that a ',' is missing, or alternatively, that suggesting ')' is the most likely cause but not always (e. g. reword it a bit) 03/04/2024 05:23 PM Actions
20272 Ruby master Misc Open Ambiguity around Ractor message sending FIFO semantics 02/16/2024 06:26 PM Actions
20271 Ruby master Bug Open Issue with moving embedded string across ractors 02/16/2024 04:36 PM Actions
20269 Ruby master Bug Open bignum too big to convert into `long' when running String#byteslice on Windows 02/16/2024 09:55 AM Actions
20267 Ruby master Bug Open Hashes that use ar_table aren't moved properly across ractors 02/15/2024 04:00 PM Actions
20266 Ruby master Feature Open New syntax to escape embed strings in Regexp literal 02/16/2024 08:51 PM Actions
20262 Ruby master Bug Open Regex mismatch between Ruby 3.2.2 and 3.3.0 02/13/2024 06:28 AM Actions
20261 Ruby master Feature Assigned Add symbol synonyms for '' and nil for IO method line separator arguments burdettelamar (Burdette Lamar) 04/03/2024 03:50 AM Actions
20259 Ruby master Misc Open Proposal to add "ruby --irb" and / or "ruby --start-irb" to start irb (interactive ruby) via ruby (bin/ruby), via the commandline 02/12/2024 06:48 PM Actions
20255 Ruby master Bug Assigned Embedded arrays aren't moved correctly across ractors ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
20249 Ruby master Feature Open Introduce a backtrace-only mode for rb_bug() 02/15/2024 07:30 AM Actions
20243 Ruby master Bug Open M:N threading VM_ASSERT failure in rb_current_execution_context with clang 17 (on Linux) 02/07/2024 09:28 AM Actions
20240 Ruby master Misc Open Unable to build ruby 3.1.0 on macOS when shared due to dylibs (libgmp) not found when running miniruby 02/06/2024 11:48 PM Actions
20238 Ruby master Misc Open Use prism for mk_builtin_loader.rb 02/20/2024 03:17 PM Actions
20237 Ruby master Bug Assigned Unable to unshare(CLONE_NEWUSER) in Linux because of timer thread ko1 (Koichi Sasada) 02/13/2024 07:35 PM Actions
20235 Ruby master Feature Open Deprecate CHAR syntax 02/06/2024 06:46 PM Actions
20233 Ruby master Feature Open pkg-config not working on MSVC 02/02/2024 08:56 AM Actions
20232 Ruby master Misc Open Document Kernel#require and Module#autoload concurrency guarantees 03/04/2024 02:50 PM Actions
20225 Ruby master Bug Assigned Inconsistent behavior of regex matching for a regex has a null loop make_now_just (Hiroya Fujinami) 04/03/2024 03:50 AM Actions
20215 Ruby master Feature Open Introduce `IO#readable?` 04/19/2024 01:20 AM Actions
20211 Ruby master Feature Open Consider re-adding 3.2-style support of Anonymous Args/Blocks 01/25/2024 05:00 AM Actions
20203 Ruby master Bug Open `TestEnumerable` test failures with GCC 14 03/20/2024 06:32 PM Actions
20196 Ruby master Feature Open Proposal: Binary data literal 01/29/2024 11:59 PM Actions
20189 Ruby master Bug Open `rb_str_resize` does not clear coderange when expanding 01/16/2024 08:29 PM Actions
20186 Ruby master Bug Open Ripper does not generate AST for some keywords in Ruby 3.3 01/25/2024 07:02 AM Actions
20179 Ruby master Bug Open `--with-ruby-version` configure option is not correctly applied to `rubyhdrdir` 01/12/2024 01:18 PM Actions
20177 Ruby master Feature Open Optimized $LOADED_FEATURES.include? 01/10/2024 11:06 PM Actions
20176 Ruby master Feature Open Array#pack: support offset kwarg 01/10/2024 04:25 PM Actions
20171 Ruby master Bug Open ri -i ruby interactive pressing tab does not autocomplete 01/09/2024 05:46 PM Actions
20170 Ruby master Misc Open Drop support for GCC < 11 01/10/2024 01:30 AM Actions
20168 Ruby master Bug Open Process won't exit when Ractor.select waiting a Ractor 03/26/2024 03:02 PM Actions
20167 Ruby master Bug Open Code execution isn't recorded in Ractor 01/09/2024 09:48 AM Actions
20165 Ruby master Bug Open Ractors moving a Struct breaks beyond the first 3 fields 01/10/2024 07:26 PM Actions
20164 Ruby master Feature Open Add Exception#deconstruct_keys 01/15/2024 05:07 PM Actions
20163 Ruby master Feature Open Introduce #bit_count method on Integer 01/10/2024 01:17 AM Actions
20158 Ruby master Bug Assigned Ractor affects Coverage results ko1 (Koichi Sasada) 01/11/2024 04:36 PM Actions
20156 Ruby master Misc Open C99 updates 01/08/2024 02:59 PM Actions
20155 Ruby master Bug Assigned Using value of rb_fiber_scheduler_current() crashes Ruby ioquatix (Samuel Williams) 01/19/2024 09:45 PM Actions
20154 Ruby master Bug Open aarch64: configure overrides `-mbranch-protection` if it was set in CFLAGS via environment 01/07/2024 06:10 PM Actions
20152 Ruby master Feature Open mkmf / extconf: Add a proper way to not compile the extension 01/24/2024 06:18 AM Actions
20151 Ruby master Bug Open Can't build Ruby 3.1 on FreeBSD 14.0 02/20/2024 07:07 AM Actions
20147 Ruby master Bug Open FreeBSD libyaml 01/29/2024 07:46 AM Actions
20146 Ruby master Bug Assigned Code using Ractor with env `RUBY_MAX_CPU=1` ends with unreachable ko1 (Koichi Sasada) 01/07/2024 01:28 AM Actions
20112 Ruby master Bug Assigned Ractors not working properly in ruby 3.3.0 ko1 (Koichi Sasada) 01/04/2024 12:21 PM Actions
20105 Ruby master Feature Assigned Introduce `IO::Stream` or something similar. ioquatix (Samuel Williams) 04/03/2024 03:50 AM Actions
20103 Ruby master Bug Open rb_internal_thread_remove_event_hook() hangs when called from within a Thread hook 12/28/2023 03:46 PM Actions
20100 Ruby master Feature Open [Feature] Better / easier support for (optional) colours, on the commandline, in case a parsing error happened? 12/27/2023 07:30 PM Actions
20097 Ruby master Bug Open Regexp#match? with empty capture group repeat is inconsistent 12/28/2023 07:43 PM Actions
20093 Ruby master Feature Open Syntax or keyword to reopen existing classs/modules, never to define new classs/modules 12/29/2023 05:50 AM Actions
20089 Ruby master Bug Open Fiber#kill transfers to root fiber ioquatix (Samuel Williams) 04/17/2024 12:21 PM Actions
20088 Ruby master Bug Open Ruby 3.3.0 does not cross-complie on arm64-darwin 12/26/2023 03:33 PM Actions
20082 Ruby master Bug Assigned Killing fibers across threads: unexpected exception ioquatix (Samuel Williams) 04/03/2024 03:50 AM Actions
20081 Ruby master Bug Open Transfered Fiber doesn't return to Fiber that started it 12/27/2023 11:34 PM Actions
20079 Ruby master Bug Open alexandria testsuite began to segfault recently 01/03/2024 07:32 PM Actions
20070 Ruby master Feature Open commas in pattern match 12/18/2023 05:04 PM Actions
20067 Ruby master Bug Open IO.pipe `int_enc` and `ext_enc` not working as documented? 12/19/2023 12:23 PM Actions
20047 Ruby master Bug Open ConditionVariable#wait has spurious wakeups from signal traps 12/07/2023 01:09 PM Actions
20045 Ruby master Bug Assigned `TestDir#test_home` fails on i686 jemmai (Jemma Issroff) 12/19/2023 05:02 AM Actions
20043 Ruby master Bug Open `defined?` checks for method existence but only sometimes 02/20/2024 07:21 AM Actions
20041 Ruby master Bug Assigned Array destructuring and default values in parameters tenderlovemaking (Aaron Patterson) 04/03/2024 03:50 AM Actions
20040 Ruby master Feature Open Make Hash respond do deconstruct to allow matchting key/value pairs 12/06/2023 12:14 AM Actions
20034 Ruby master Feature Open [mkmf] Support creating a compilation database for C language tooling 12/27/2023 12:20 AM Actions
20024 Ruby master Feature Open SyntaxError subclasses 01/10/2024 10:46 PM Actions
20020 Ruby master Bug Open Segfault running regexp match? 11/24/2023 08:29 AM Actions
20013 Ruby master Misc Open Travis CI status 03/21/2024 05:33 PM Actions
20009 Ruby master Bug Open Marshal.load raises exception when load dumped class include non-ASCII 11/21/2023 09:46 AM Actions
20002 Ruby master Feature Open Print C-level backtrace on uncaught Ruby exceptions 11/12/2023 12:22 PM Actions
19998 Ruby master Feature Open Emit deprecation warnings when the old (non-Typed) Data_XXX API is used 12/20/2023 08:23 AM Actions
19996 Ruby master Bug Assigned `RUBY_MN_THREADS=1` triggers Action Cable unit test failures ko1 (Koichi Sasada) 12/19/2023 06:40 AM Actions
19995 Ruby master Feature Open Proposal: Signal._trap as analogue to Process._fork 11/09/2023 11:41 PM Actions
19993 Ruby master Feature Open Optionally Free all memory at exit 12/07/2023 04:20 AM Actions
19988 Ruby master Feature Open AI for inner code behavior analysis at runtime 11/05/2023 01:52 PM Actions
19986 Ruby master Bug Open Win32: `HOME` is set to just `HOMEDRIVE` if `HOMEPATH` is unset 11/05/2023 03:15 AM Actions
19984 Ruby master Bug Open `make test-bundler-parallel` fails with ` --enable-shared` 11/06/2023 05:43 PM Actions
19981 Ruby master Bug Open bootstraptest/test_ractor.rb: Segmentation fault on arm32 10/30/2023 12:50 PM Actions
19979 Ruby master Feature Open Allow methods to declare that they don't accept a block via `&nil` 02/29/2024 08:30 AM Actions
19974 Ruby master Bug Open OpenSSL::PKCS7 generates SegFault when parsing invalid data 10/26/2023 08:41 PM Actions
19972 Ruby master Feature Assigned Install default/bundled gems into dedicated directories hsbt (Hiroshi SHIBATA) 11/24/2023 09:46 PM Actions
19971 Ruby master Misc Open Confusing arity of a Proc with implicit rest parameter 12/04/2023 04:30 PM Actions
19970 Ruby master Bug Open Eval leaks callcache and callinfo objects on arm32 (linux) 02/12/2024 03:29 AM Actions
19931 Ruby master Feature Open to_int is not for implicit conversion? 11/29/2023 03:22 PM Actions
19930 Ruby master Feature Open [Documentation] class Regexp: Character Classes ranges 10/17/2023 04:28 PM Actions
19922 Ruby master Bug Open ObjectSpace.dump_all in multiple threads in parallel causes SEGV 11/13/2023 08:21 AM Actions
19920 Ruby master Bug Open Ruby 3.1 fails to build with --enable-shared on macos-arm64: is an incompatible architecture (have 'arm64', need '') 11/30/2023 01:32 PM Actions
19915 Ruby master Feature Open URI::HTTP.build accepts user: and password: keyboard arguments, but do not populate #user or #password 10/09/2023 10:48 PM Actions
19912 Ruby master Misc Open [Small potential for slight improvement in regards to trailing / that were omitted in a regex] 10/08/2023 07:12 AM Actions
19910 Ruby master Bug Open Set#delete_if behavior inconsistent with Array/Hash 10/13/2023 04:42 AM Actions
19908 Ruby master Feature Assigned Update to Unicode 15.1 duerst (Martin Dürst) 01/09/2024 01:25 AM Actions
19905 Ruby master Feature Open Introduce `Queue#peek` 02/13/2024 07:05 PM Actions
19904 Ruby master Feature Open Deprecate or warn on multiple regular expression encodings 09/29/2023 08:54 AM Actions
19898 Ruby master Feature Open Special syntax for instance variable assignment 09/22/2023 03:07 PM Actions
19891 Ruby master Bug Open rb_mRubyVMFrozenCore is reported by DTrace but ignored by TracePoint 09/19/2023 07:17 AM Actions
19884 Ruby master Feature Open Make Safe Navigation Operator work on classes 10/10/2023 02:01 PM Actions
19875 Ruby master Bug Open Ruby 3.0 -> 3.1 Performance regression in String#count 09/27/2023 06:52 PM Actions
19869 Ruby master Bug Open Mark skipped test somehow 09/08/2023 03:37 PM Actions
19865 Ruby master Bug Open Segfault when calling user signal handlers during VM shutdown 09/06/2023 02:19 PM Actions
19849 Ruby master Feature Open Requiring file with autoload results in confusing error if file doesn't exist 09/14/2023 02:17 PM Actions
19841 Ruby master Bug Open Marshal.dump stack overflow with recursive Time 08/20/2023 04:17 PM Actions
19840 Ruby master Feature Assigned [Proposal] Expand Find pattern to Multiple Find ktsj (Kazuki Tsujimoto) 04/03/2024 03:50 AM Actions
19831 Ruby master Bug Open warning message of linker with macOS Sonoma beta 12/26/2023 05:49 AM Actions
19830 Ruby master Feature Open Allow `Array#transpose` to take an optional size argument 08/04/2023 02:29 PM Actions
19794 Ruby master 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 master 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 master Feature Open Remove tailcall_optimization support 07/27/2023 11:48 PM Actions
19767 Ruby master 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
19765 Ruby master Bug Assigned Ractor.make_shareable ignores self of a proc created from a Method ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
19764 Ruby master Feature Open Introduce defp keyword for defining overloadable, pattern matched methods 07/18/2023 05:48 AM Actions
19761 Ruby master Bug Open AddressSanitizer fails with Thread and Process 08/20/2023 03:37 AM Actions
19758 Ruby master Misc Assigned Statically link ext/json nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
19756 Ruby master Bug Open URI::HTTP.build does not accept a host of `_gateway`, but `URI.parse` will. 07/05/2023 08:38 PM Actions
19749 Ruby master Bug Open Confirm correct behaviour when attaching private method with `#define_method` 09/26/2023 11:09 PM Actions
19744 Ruby master Feature Open Namespace on read 11/14/2023 07:59 PM Actions
19742 Ruby master Feature Open Introduce `Module#anonymous?` 03/12/2024 07:54 AM Actions
19717 Ruby master Feature Open `ConditionVariable#signal` is not fair when the wakeup is consistently spurious. 01/10/2024 10:32 AM Actions
19712 Ruby master Feature Open IO#reopen removes singleton class 06/09/2023 09:47 AM Actions
19708 Ruby master Feature Open Support `attr_reader :foo?` 06/22/2023 12:42 AM Actions
19703 Ruby master Bug Open text/binary mode of parent process fd is not properly inherited on windows 05/31/2023 02:34 PM Actions
19701 Ruby master Bug Open The rb_classext_t::classpath field is not marked for T_ICLASS 06/18/2023 06:55 AM Actions
19698 Ruby master Feature Open Need an idiomatic way to define an empty range 07/12/2023 07:40 AM Actions
19697 Ruby master 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
19696 Ruby master Bug Assigned YJIT panicked - branch stubs should never enlarge branches yjit 04/03/2024 03:50 AM Actions
19694 Ruby master Feature Open Add Regexp#timeout= setter 06/09/2023 01:20 PM Actions
19692 Ruby master Misc Open Net::HTTP Performance Workstream 05/24/2023 08:21 PM Actions
19691 Ruby master Misc Open File.realpath on Windows does not return actual case of the file 05/29/2023 02:56 AM Actions
19690 Ruby master Feature Open Add terminal colorizing gem to stdlib 05/24/2023 05:54 PM Actions
19642 Ruby master Feature Assigned Remove vectored read/write from `io.c`. ioquatix (Samuel Williams) 04/03/2024 03:50 AM Actions
19641 Ruby master Feature Open Allow setting OpenSSL::SSL::SSLContext in Net::HTTP 05/15/2023 02:47 AM Actions
19636 Ruby master Bug Open String#encode EUC_JIS_2004で"¥"がEncoding::UndefinedConversionErrorになる 05/10/2023 05:16 AM Actions
19634 Ruby master Feature Open Pattern matching dynamic key 05/19/2023 04:23 PM Actions
19633 Ruby master Feature Open Allow passing block to `Kernel#autoload` as alternative to second `filename` argument 05/18/2023 02:39 AM Actions
19631 Ruby master Bug Open module_eval does not propulate absolute_path for Kernel.caller_locations 05/06/2023 03:08 AM Actions
19628 Ruby master Feature Open Add ARGF.each_file for iterating file/io objects 05/03/2023 02:17 AM Actions
19626 Ruby master Feature Open Alias Base64 methods to non-64 suffixed methods 05/02/2023 08:17 AM Actions
19620 Ruby master Feature Open allow non-module rescue filters that implement the === opertor 04/27/2023 04:44 PM Actions
19618 Test Feature Open hash#dig tests 04/26/2023 06:13 AM Actions
19617 Ruby master Feature Open Add Method#binding and UnboundMethod#binding, similar to Proc#binding 04/28/2023 11:55 AM Actions
19609 Ruby master Bug Open net/http ignores open_timeout, read_timeout on Windows 04/20/2023 01:27 PM Actions
19607 Ruby master Feature Open Introduce `Hash#symbolize_keys`. 04/21/2023 03:39 PM Actions
19604 Ruby master Feature Open XOAUTH2 support in net-pop 04/17/2023 03:28 PM Actions
19598 Ruby master Bug Open Inconsistent behaviour of TracePoint API 04/14/2023 10:42 AM Actions
19567 Ruby master Feature Open Add Oxford Comma Support for better readability 04/03/2023 03:14 PM Actions
19562 Ruby master Bug Open Setting default_(in|ex)ternal encoding after running an Ractor freezes ruby 04/04/2023 08:30 PM Actions
19560 Ruby master Feature Open IO#close_on_fork= and IO#close_on_fork? 04/19/2023 08:20 AM Actions
19558 Ruby master Bug Open str.dump.undump crashes when str contains both Unicode and ASCII control characters 03/30/2023 04:21 PM Actions
19557 Ruby master Bug Open Deadlock on STDOUT(ERR) lock on signal handler 03/29/2023 08:27 AM Actions
19555 Ruby master Feature Open Allow passing default options to `Data.define` 04/03/2023 02:05 AM Actions
19554 Ruby master Feature Open Invalid memory access detected by Valgrind when using Fibers 04/03/2023 07:15 PM Actions
(1-200/1592) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF