Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
21200 Ruby Bug Open Ractor spuriously hangs, segfaults or errors on TestEtc#test_ractor_parallel ractor 03/27/2025 10:05 AM Actions
21115 Ruby Bug Closed Etc.getgrgid is not Ractor-safe but is marked as such 03/25/2025 08:18 PM Actions
21039 Ruby Feature Assigned Ractor.make_shareable breaks block semantics (seeing updated captured variables) of existing blocks ko1 (Koichi Sasada) 03/27/2025 01:15 AM Actions
20998 Ruby Bug Open rb_str_locktmp() changes flags of frozen strings and string literals 02/13/2025 03:09 PM Actions
20930 Ruby Bug Rejected Different semantics for nested `it` and `_1` 12/19/2024 07:01 AM Actions
20783 Ruby Bug Closed --enable-shared and the rpath/runpath are broken on Linux on CRuby master nobu (Nobuyoshi Nakada) 10/08/2024 06:50 AM Actions
20596 Ruby Bug Closed [BUG] unexpected rb_parser_ary_data_type (0) for script lines yui-knk (Kaneko Yuichiro) 07/01/2024 11:35 AM Actions
20455 Ruby Bug Open rb_errinfo() inconsistent with $! in the caller Ruby code 04/25/2024 07:37 PM Actions
20337 Ruby Bug Closed Complex#inspect mutates the string returned by `real.inspect` 09/21/2024 06:00 PM Actions
20275 Ruby Feature Closed Avoid extra backtrace entries for rescue and ensure Eregon (Benoit Daloze) 03/22/2024 12:27 PM Actions
20047 Ruby Bug Open ConditionVariable#wait has spurious wakeups from signal traps 12/07/2023 01:09 PM Actions
19983 Ruby Bug Closed Nested `*` seems incorrect 01/11/2024 09:46 PM Actions
19920 Ruby Bug Closed Ruby 3.1 fails to build with --enable-shared on macos-arm64: is an incompatible architecture (have 'arm64', need '') 05/23/2024 05:17 AM Actions
19720 Ruby Feature Rejected Warning for non-linear Regexps 11/30/2023 06:33 AM Actions
19532 Ruby Bug Closed Handling of 6-byte codepoints in left_adjust_char_head in CESU-8 encoding is broken 07/22/2023 05:02 AM Actions
19473 Ruby Bug Open can't be called from trap context (ThreadError) is too limiting 03/13/2023 03:41 PM Actions
19440 Ruby Feature Open Deprecate ThreadGroup 03/13/2023 10:48 AM Actions
19318 Ruby Bug Closed Float#round rounds incorrectly for some cases 07/25/2023 11:59 AM 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
19312 Ruby Bug Closed SEGV during test_ast.rb: <internal:ast>:76: [BUG] parser_token2id: unknown token -1 01/06/2023 12:58 PM Actions
19289 Ruby Bug Closed RbConfig::CONFIG["STRIP"] should keep `ruby_abi_version` and `ruby_abi_version` should always be part of Ruby 01/25/2023 05:49 AM Actions
19237 Ruby Bug Closed Hash default_proc is not thread-safe to lazy-initialize value for a given key 01/20/2023 04:38 PM Actions
19150 Ruby Bug Closed pack/unpack silently ignores unknown directives 01/05/2023 06:11 PM Actions
18970 Ruby Bug Third Party's Issue CRuby adds an invalid header to bin/bundle (and others) which makes it unusable in Bash on Windows 09/02/2022 02:55 PM Actions
18969 Ruby Feature Closed Compare only method definitions for Method#== and UnboundMethod#== 08/20/2022 07:52 PM Actions
18949 Ruby Feature Closed Deprecate and remove replicate and dummy encodings Eregon (Benoit Daloze) 01/10/2023 12:45 PM Actions
18930 Ruby Feature Rejected Officially deprecate class variables 12/07/2024 05:34 AM Actions
18774 Ruby Feature Closed Add Queue#pop(timeout:) 08/02/2022 09:04 AM Actions
18751 Ruby Bug Closed Regression on master for Method#== when comparing public with private method Eregon (Benoit Daloze) 12/01/2022 05:49 AM Actions
18731 Ruby Bug Closed Parallel test-all sometimes does not run at all some tests 02/27/2023 06:34 PM Actions
18729 Ruby Bug Closed Method#owner and UnboundMethod#owner are incorrect after using Module#public/protected/private Eregon (Benoit Daloze) 09/28/2022 07:08 PM Actions
18671 Ruby Bug Rejected ruby2_keywords_hash not #equal? to itself with __send__ 03/31/2022 10:33 AM Actions
18668 Ruby Feature Open Merge `io-nonblock` gems into core 07/25/2022 12:53 AM Actions
18649 Ruby Bug Closed Enumerable#first breaks out of the incorect block when across threads 04/22/2022 01:23 PM Actions
18637 Ruby Bug Closed Segmentation fault for yield inside another Thread 03/16/2022 01:04 PM Actions
18633 Ruby Bug Closed proc { |a, **kw| a } autosplats and treats empty kwargs specially 03/30/2022 06:04 PM Actions
18632 Ruby Bug Closed Struct.new wrongly treats a positional Hash as keyword arguments 03/17/2022 02:19 PM Actions
18625 Ruby Bug Closed ruby2_keywords does not unmark the hash if the receiving method has a *rest parameter 04/05/2022 09:56 AM Actions
18622 Ruby Bug Closed const_get still looks in Object, while lexical constant lookup no longer does 06/06/2024 05:26 AM Actions
18621 Ruby Feature Rejected Fiber.yield loses the fact it was kwargs from Fiber#resume 03/10/2022 05:47 PM Actions
18615 Ruby Feature Closed Use -Werror=implicit-function-declaration by default for building C extensions 03/17/2022 05:42 AM Actions
18567 Ruby Bug Closed Depending on default gems in stdlib gems when not needed considered harmful hsbt (Hiroshi SHIBATA) 01/27/2023 01:02 PM Actions
18518 Ruby Bug Rejected NoMemoryError + [FATAL] failed to allocate memory for twice 1 << large 01/20/2023 05:55 AM Actions
18517 Ruby Bug Closed 0 << (2**40) is NoMemoryError but 0 << (2**80) is 0 04/07/2022 02:27 PM Actions
18370 Ruby Feature Closed Call Exception#full_message to print exceptions reaching the top-level 02/22/2022 02:56 AM Actions
18277 Ruby Bug Closed buffer error (Zlib::BufError) in Zlib::Deflate#deflate when using MJIT k0kubun (Takashi Kokubun) 03/08/2023 04:59 AM Actions
18256 Ruby Feature Open Change the canonical name of Thread::Mutex, Thread::Queue, Thread::SizedQueue and Thread::ConditionVariable to just Mutex, Queue, SizedQueue and ConditionVariable 10/20/2021 10:59 PM Actions
18249 Ruby Bug Closed The ABI version of dev builds of CRuby does not correspond to the ABI 02/22/2022 02:55 PM Actions
18243 Ruby Bug Closed Ractor.make_shareable does not freeze the receiver of a Proc but allows accessing ivars of it 04/27/2022 03:31 PM Actions
(1-50/207) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF