Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
20975 Ruby master Bug Open TestEval#test_outer_local_variable_under_gc_compact_stress failure on s390x 12/21/2024 03:03 PM Actions
20974 Ruby master Bug Open Required and optional anonymous parameter show differently in Proc#parameters 12/20/2024 11:40 PM Actions
20972 Ruby master Bug Open OpenSSL Memory Usage 12/21/2024 10:35 AM Actions
20971 Ruby master Feature Open Deprecate `rb_path_check` 12/20/2024 07:35 AM Actions
20970 Ruby master Bug Open `it /1/i` raises undefined method 'it' for main (NoMethodError) even if binding.local_variables includes `it` 12/20/2024 11:15 PM Actions
20968 Ruby master Bug Open `Array#fetch_values` unexpected method name in stack trace 12/19/2024 08:37 AM Actions
20960 Ruby master Feature Open Support building OpenSSL for Ruby with AWS-LC 12/17/2024 08:18 PM Actions
20959 Ruby master Feature Open Add a way to get codepage of console. 12/17/2024 03:42 PM Actions
20958 Ruby master Bug Open fix ENV.keys encoding on windows 12/17/2024 12:32 PM Actions
20957 Ruby master Bug Open RangeError on Array#values_at with negative ranges 12/16/2024 02:05 AM Actions
20953 Ruby master Feature Open Array#fetch_values vs #values_at protocols matz (Yukihiro Matsumoto) 12/18/2024 07:59 AM Actions
20949 Ruby master Misc Open DevMeeting-2025-01-09 12/12/2024 11:35 AM Actions
20948 Ruby master Bug Assigned Constant references incorrectly cached in `module (expr)::Foo` ko1 (Koichi Sasada) 12/14/2024 10:48 PM Actions
20947 Ruby master Misc Assigned Propose ydah (Yudai Takada) as a Ruby committer hsbt (Hiroshi SHIBATA) 12/13/2024 02:15 AM Actions
20946 Ruby master Misc Assigned Proposing tomoya ishida (@tompng) as a Ruby committer hsbt (Hiroshi SHIBATA) 12/12/2024 09:27 AM Actions
20943 Ruby master Bug Open Constant defined in `Data.define` block 12/18/2024 07:58 AM Actions
20939 Ruby master Bug Open When using the parse.y parser, it occurs argument stack underflow (-1) if there is processing after the shareable_constant_value: experimental_everything comment and `C = { **{ k: v } }` 12/13/2024 03:58 PM Actions
20937 Ruby master Bug Open "can't set length of shared string" error when using OpenSSL::Cipher#update with buffer rhenium (Kazuki Yamaguchi) 12/10/2024 03:45 PM Actions
20934 Ruby master Bug Open `UnboundMethod#bind_call` may cause "double free or corruption" with Ractor 12/08/2024 04:37 AM Actions
20925 Ruby master Feature Open Allow boolean operators at beginning of line to continue previous line 12/18/2024 06:13 AM Actions
20920 Ruby master Bug Open When loading a file, __FILE__ gets relative paths expanded only when they start with "./" 12/10/2024 10:51 AM Actions
20919 Ruby master Bug Open IO#seek and IO#pos= do not clear the character buffer in some cases while transcoding 11/29/2024 02:15 PM Actions
20917 Ruby master Bug Open redo/next in nested begin block causes wrong order of execution 12/02/2024 07:44 PM Actions
20906 Ruby master Bug Open Segmentation Fault in compile_keyword_arg 11/25/2024 05:56 PM Actions
20905 Ruby master Bug Open Ruby VM hangs while using ractors 11/22/2024 09:32 AM Actions
20904 Ruby master Bug Open 3.4.0-preview2: Building miniruby.exe fails for mswin32 12/11/2024 01:58 AM Actions
20899 Ruby master Feature Open Reconsider adding `Array#find_map` 11/16/2024 08:43 PM Actions
20897 Ruby master Bug Open resolv: not usable across ractors 11/15/2024 06:16 PM Actions
20894 Ruby master Feature Open Allow `Range#last(n)` for beginless ranges with Integer end 11/14/2024 04:54 AM Actions
20889 Ruby master Bug Open IO#ungetc and IO#ungetbyte should not cause IO#pos to report an inaccurate position 11/12/2024 02:32 PM Actions
20888 Ruby master Bug Assigned 4c270200db breaks TestGemRemoteFetcherLocalSSLServer tests or so shioimm (Misaki Shioi) 12/06/2024 05:51 AM Actions
20887 Ruby master Feature Open Add "latest" version to "docs.ruby-lang.org" 11/13/2024 05:12 AM Actions
20885 Ruby master Feature Open String#gsub? 12/18/2024 05:28 PM Actions
20884 Ruby master Feature Open reserve "Ruby" toplevel module for Ruby language 12/12/2024 11:33 AM Actions
20881 Ruby master Bug Assigned Complex#** returns discontinuous results in Fixnum and Bignum exponents mrkn (Kenta Murata) 11/13/2024 05:16 AM Actions
20878 Ruby master Feature Open A new C API to create a String by adopting a pointer: `rb_enc_str_adopt(const char *ptr, long len, long capa, rb_encoding *enc)` 12/18/2024 07:50 AM Actions
20877 Ruby master Feature Open Introduce (public) debug assertion for holding the GVL. 11/20/2024 09:39 PM Actions
20874 Ruby master Bug Open Difference in documentation for `irb -U` between `man irb` and `irb --help` 11/06/2024 05:45 AM Actions
20872 Ruby master Bug Open Undefined RUBY_API_VERSION_* macros used in <ruby/backward/cxxanyargs.hpp> 11/06/2024 11:57 AM Actions
20864 Ruby master Feature Open Allow `Kernel#warn` to accept `**options` and pass these to `Warning.warn`. 11/08/2024 12:26 PM Actions
20854 Ruby master Bug Assigned Some bundled gems are not installed starting with 007c75ce4c66243e41144c6977e5ccbf4ab71c93 hsbt (Hiroshi SHIBATA) 10/31/2024 07:21 AM Actions
20819 Ruby master Bug Open IO#readline does not process newlines correctly for wide character encodings 10/29/2024 01:44 AM Actions
20818 Ruby master Feature Open Allow passing a block to Hash#store (to update current value) 12/12/2024 04:51 PM Actions
20816 Ruby master Bug Open Potential regression in Ruby 3.3.x (compared with 3.1 and 3.2) regarding fast syscalls and multi-threading. 10/26/2024 10:16 AM Actions
20813 Ruby master Bug Open Segfault in rgengc_check_relation/RVALUE_WB_UNPROTECTED 11/22/2024 09:49 PM Actions
20809 Ruby master Bug Open Ripper fails to parse/tokenize nested heredocs within embexpr 10/22/2024 10:57 AM Actions
20807 Ruby master Bug Open String#gsub fails when called from string subclass with a block passed 10/23/2024 03:03 AM Actions
20790 Ruby master Bug Open Syntax acceptance of `*x = p rescue p 1` is different between parse.y and prism 11/25/2024 10:58 AM Actions
20780 Ruby master Bug Open related to #20779 -- crash creating large number of concurrent-ruby promises 10/02/2024 11:53 PM Actions
20779 Ruby master Bug Open Un-rescuable thread creation limit on Mac 10/02/2024 11:31 PM Actions
(1-50/1626) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF