Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
19057 Ruby master Feature Assigned Hide implementation of `rb_io_t`. ioquatix (Samuel Williams) 03/28/2024 08:41 AM Actions
19052 Ruby master Misc Open Increased memory usage (RSS) for Ruby when compiled by gcc 11/07/2022 05:11 PM Actions
19044 Ruby master Bug Open Attempting to compile a static ruby 3.1 fails with MinGW 10/09/2022 12:24 PM Actions
19043 Ruby master Bug Open Segfault on macOS 11.7 while using StringScanner in multiple threads 10/20/2022 09:35 PM Actions
19039 Ruby master Bug Open Closing an IO being select'ed in another thread does not resume the thread 10/06/2022 05:30 AM Actions
19023 Ruby master Feature Open Enable riscv64 coroutines on riscv64-freebsd, arm32 on arm*-freebsd and ppc on powerpc-freebsd 10/06/2022 06:53 AM Actions
19022 Ruby master Feature Open Use __builtin_ppc_get_timebase on POWER with clang 10/06/2022 02:49 PM Actions
19019 Ruby master Feature Open Nicely formatted exception messages in HTML 09/26/2022 09:19 PM Actions
19017 Ruby master Bug Open Net::HTTP may block when attempting to reuse a persistent connection 09/24/2022 10:14 PM Actions
19015 Ruby master Feature Open Language extension by a heredoc 05/04/2023 04:43 AM Actions
19011 Ruby master Feature Open Improve LSP support in CRuby development itself 11/10/2022 11:35 AM Actions
19002 Ruby master Feature Open Explicit splat for enumerator kwarg blocks 09/09/2022 01:47 AM Actions
19001 Ruby master Feature Open Data: Add #to_h symmetric to constructor with keyword args [Follow-on to #16122 Data: simple immutable value object] 09/10/2022 01:24 PM Actions
18995 Ruby master Bug Open IO#set_encoding sometimes set an IO's internal encoding to the default external encoding 09/15/2022 01:28 PM Actions
18986 Ruby master Feature Open Raises Exception for Range#last(n) with Float::INFINITY 08/30/2022 07:51 PM Actions
18979 Ruby master Feature Open Kernel#sprintf formatting BigDecimal without the loss of precision 08/25/2022 03:31 PM Actions
18966 Ruby master Bug Open Strange behavior when numbered parameters and method definition are both used in a block 12/15/2023 04:37 PM Actions
18961 Ruby master Feature Open Introduce support for pattern matching all elements of an array 08/10/2022 04:46 PM Actions
18959 Ruby master Feature Open Handle gracefully nil kwargs eg. **nil 08/29/2022 02:17 PM Actions
18950 Ruby master Feature Open Hash#slice fails to copy default block 08/05/2022 05:57 PM Actions
18947 Ruby master Bug Open Unexpected Errno::ENAMETOOLONG on Windows 04/13/2023 06:47 PM Actions
18940 Ruby master Bug Assigned Ruby Ractor fails with IOError when handling higher concurrency ko1 (Koichi Sasada) 02/03/2023 11:45 PM Actions
18926 Ruby master Feature Open Ractor should support mutexes and treat the block as critical section across ractors 07/26/2022 04:40 PM Actions
18924 Ruby master Misc Open lstrlen and lstrcat still in use 08/30/2023 08:52 PM Actions
18923 Ruby master Bug Open Dir.glob Errno::ENAMETOOLONG - Caused by outdated logic in open_dir_handle (win32.c) 07/17/2022 08:33 PM Actions
18921 Ruby master Misc Open Remove workaround for some fixed bug (llvm.4898 & 38095)? 07/19/2022 12:40 AM Actions
18919 Ruby master Feature Assigned Ractor: can't share #Method objects ko1 (Koichi Sasada) 05/10/2023 12:27 AM Actions
18918 Ruby master Feature Open Can't compile ruby master with AFL ASAN 08/30/2023 08:36 PM Actions
18915 Ruby master Feature Open New error class: NotImplementedYetError or scope change for NotImplementedError 04/19/2024 01:39 AM Actions
18903 Ruby master Bug Open Stack overflow signal handling seems to be triggered once and then not working after 10/13/2023 03:18 AM Actions
18894 Ruby master Feature Open Object#make_shareable 06/03/2023 03:07 AM Actions
18878 Ruby master Bug Open parse.y: Foo::Bar {} is inconsistently rejected 08/30/2023 08:26 PM Actions
18842 Ruby master Bug Open Ruby's Resolv library does not handle correctly the `NODATA` case 06/19/2022 05:39 PM Actions
18841 Ruby master Feature Open Proposal: autoload_relative 02/17/2023 08:39 AM Actions
18840 Ruby master Misc Open Top-level #using and other methods docs 06/18/2022 07:12 PM Actions
18835 Ruby master Feature Open Add InstructionSequence#type method 06/16/2022 10:30 PM Actions
18831 Ruby master Feature Open Block argument to `yield` 06/18/2022 03:12 AM Actions
18821 Ruby master Feature Open Expose Pattern Matching interfaces in core classes 10/23/2022 03:37 AM Actions
18818 Ruby master Bug Assigned Thread waitq does not retain referenced objects, can lead to use after free. ioquatix (Samuel Williams) 04/03/2024 03:50 AM Actions
18815 Ruby master Feature Open instance_{eval,exec} vs Proc#>> 06/02/2022 05:17 PM Actions
18814 Ruby master Feature Open Ractor: add method to query incoming message queue size 01/06/2023 12:53 AM Actions
18804 Ruby master Bug Open Invalid line number for putnil instruction 05/25/2022 09:22 AM Actions
18794 Ruby master Bug Open Windows - intermittent SEGV TestObjSpace#test_reachable_objects_during_iteration 06/30/2022 11:13 PM Actions
18784 Ruby master Feature Open `FileUtils.rm_f` and `FileUtils.rm_rf` should not mask exceptions 05/14/2023 04:52 AM Actions
18773 Ruby master Feature Assigned deconstruct to receive a range ktsj (Kazuki Tsujimoto) 07/22/2022 05:48 PM Actions
18762 Ruby master Feature Open Add an Array#undigits that compliments Integer#digits 05/03/2022 08:08 PM Actions
18761 Ruby master Misc Assigned provide an example wasm project katei (Yuta Saito) 04/03/2024 03:50 AM Actions
18757 Ruby master Feature Open Introduce %R percent literal for anchored regular expression patterns 04/27/2022 05:30 PM Actions
18740 Ruby master Bug Assigned Use of rightward assignment changes line number needed for line-targeted TracePoint ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
18736 Ruby master Feature Open self-p for method chain 04/15/2022 11:09 AM Actions
18733 Ruby master Bug Open Ruby GC problems cause performance issue with Ractor 04/15/2022 09:13 AM Actions
18725 Ruby master Misc Open IO#write and IO#wait_writable block for write pipe if read pipe is closed in other thread on OpenBSD 04/13/2022 11:20 PM Actions
18690 Ruby master Feature Open Allow `Kernel#then` to take arguments 02/17/2023 08:42 AM Actions
18677 Ruby master Bug Assigned BigDecimal#power (**) returns FloatDomainError when passing an infinite parameter mrkn (Kenta Murata) 04/20/2022 02:04 AM Actions
18675 Ruby master Feature Open Add new exception class for resolv timeouts 04/01/2022 11:22 PM Actions
18668 Ruby master Feature Open Merge `io-nonblock` gems into core 07/25/2022 12:53 AM Actions
18661 Ruby master Bug Open Net::HTTP behavior changed between 2.6 and 3.1 on windows. 03/25/2022 01:57 PM Actions
18659 Ruby master Feature Open Create a Binding at the time of an exception and make it available to Rescue 03/25/2022 10:55 AM Actions
18647 Ruby master Feature Open Non-recursive option for iseq-targeted Tracepoints in ruby 2.6+ 03/18/2022 09:41 AM Actions
18644 Ruby master Feature Open Coerce anything callable to a Proc 06/18/2022 05:28 PM Actions
18640 Ruby master Feature Open default empty string argument for `String#sub` and `String#sub!`, e.g. `"hello".sub("l")` 03/19/2022 02:33 AM Actions
18622 Ruby master Bug Open const_get still looks in Object, while lexical constant lookup no longer does 08/24/2023 05:31 PM Actions
18617 Ruby master Feature Open Allow multiples keys in Hash#[] acting like Hash#dig 03/10/2022 01:36 PM Actions
18608 Ruby master Bug Open `require': cannot load such file -- ripper (LoadError) after `make distclean` 05/27/2022 04:10 AM Actions
18605 Ruby master Bug Open Fails to run on (newer) 32bit Windows with ucrt 06/23/2023 11:58 PM Actions
18603 Ruby master Feature Open Allow syntax like obj.method(arg)=value 02/27/2022 05:04 PM Actions
18601 Ruby master Bug Assigned Invalid byte sequences in Big5 encodings duerst (Martin Dürst) 04/03/2024 03:50 AM Actions
18597 Ruby master Feature Open Strings need a named method like `dup` that doesn't duplicate if receiver is mutable 02/17/2023 06:38 PM Actions
18594 Ruby master Feature Open Add a #to_h method on URI::Generic 03/31/2022 01:18 PM Actions
18593 Ruby master Feature Open Add back URI.escape 02/18/2022 07:45 PM Actions
18587 Ruby master Misc Open What was the reason behind Ruby choosing SipHash for Hash? 02/17/2022 12:02 AM Actions
18583 Ruby master Feature Open Pattern-matching: API for custom unpacking strategies? 03/17/2022 01:10 PM Actions
18573 Ruby master Feature Open Object#pack1 10/13/2023 01:00 PM Actions
18554 Ruby master Feature Open Move unicode_normalize to a default gem 01/31/2022 05:51 PM Actions
18510 Ruby master Bug Open Unexpected waiting for console when starting ruby on windows 01/23/2022 02:53 PM Actions
18507 Ruby master Bug Open Incorrect target_os detection in configure script 01/25/2022 08:57 AM Actions
18506 Ruby master Bug Open make and make install rebuild items every time unnecessarily - sometimes causing races in parallel installs 01/21/2022 01:46 PM Actions
18494 Ruby master Feature Open [RFC] ENV["RUBY_GC_..."]= changes GC parameters dynamically 01/17/2022 11:15 PM Actions
18492 Ruby master Bug Open `rb_rescue2` inside `rb_protect` segfaults on Windows 01/14/2022 03:17 PM Actions
18478 Ruby master Feature Open Module#constant_pairs 01/11/2022 07:55 PM Actions
18477 Ruby master Feature Open Float#sqrt and Integer#sqrt 01/11/2022 07:34 PM Actions
18476 Ruby master Bug Open Call to require stuck forever after receiving EAGAIN on writev when running with zeus 02/28/2022 02:55 PM Actions
18473 Ruby master Bug Open Raw data in Socket::Option#inspect on Amazon Linux 2 01/11/2022 02:13 PM Actions
18463 Ruby master Feature Open Random number generation with xoshiro 02/13/2022 09:12 AM Actions
18455 Ruby master Bug Open `IO#close` has poor performance and difficult to understand semantics. ioquatix (Samuel Williams) 04/11/2024 02:42 AM Actions
18450 Ruby master Feature Assigned Force break in prettyprint akr (Akira Tanaka) 12/29/2021 02:02 PM Actions
18444 Ruby master Bug Open Trapped TSTP causes a locking deadlock in 3.0.3 onward 05/26/2022 10:29 PM Actions
18439 Ruby master Feature Assigned YJIT: Support Microsoft x86 calling convention yjit 01/10/2023 04:46 AM Actions
18423 Ruby master Feature Open Installing stable versions like 3.0.3 from source generates fatal error by make 12/23/2021 11:44 PM Actions
18420 Ruby master Misc Open Question about how to handle IO.pipe reader and writer when forking 12/22/2021 12:04 AM Actions
18418 Ruby master Feature Open Add Net::HTTP#security_level= 12/19/2021 11:58 AM Actions
18412 Ruby master Bug Open Segfault in test_ractor.rb 12/17/2021 04:23 AM Actions
18410 Ruby master Feature Open Proposal to make inspect include underscores on numerics 12/16/2021 09:07 AM Actions
18402 Ruby master Feature Open Argument Labels 01/31/2022 06:14 PM Actions
18401 Ruby master Feature Open Rework `require_relative` to add the "current path" on `$LOAD_PATH` 12/09/2021 05:41 PM Actions
18396 Ruby master Bug Open An unexpected "hash value omission" syntax error when without parentheses call expr follows 03/29/2022 09:58 PM Actions
18395 Ruby master Feature Open Introduce Array#subtract! for performance 12/08/2021 04:42 PM Actions
18384 Ruby master Feature Open Pattern Match Object 05/07/2022 06:01 PM Actions
18376 Ruby master Feature Open Version comparison API 12/30/2021 10:33 AM Actions
18371 Ruby master Misc Assigned Release branches (release information in general) naruse (Yui NARUSE) 03/23/2022 10:32 PM Actions
(301-400/1597) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF