Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
20401 Ruby master Bug Open Duplicated when clause warning line number 03/29/2024 05:32 AM Actions
20400 Ruby master Bug Open Nested BEGIN{} execution order 03/29/2024 05:37 AM Actions
20399 Ruby master Bug Open Ripper doesn't respect implicit -x 03/29/2024 05:11 AM Actions
20397 Ruby master Bug Open The nkf license in LEGAL file seems to be obsolete 03/27/2024 05:22 PM Actions
20396 Ruby master Feature Open ObjectSpace.dump_all(string_value: false): skip dumping the String contents 03/27/2024 04:55 PM Actions
20395 Ruby master Bug Open Invalid license note in vsnprintf.c 03/27/2024 06:31 PM Actions
20387 Ruby master Misc Open Meta-ticket for ASAN support kjtsanaktsidis (KJ Tsanaktsidis) 03/27/2024 10:50 PM Actions
20384 Ruby master Feature Open RubyVM::InstructionSequence.{new,compile} use --parser option 03/20/2024 08:27 PM Actions
20351 Ruby master Feature Open Optionally extract common GC routines into a DSO 03/20/2024 09:29 PM Actions
20350 Ruby master Feature Open Return chilled string from Symbol#to_s 03/20/2024 10:52 AM Actions
20349 Ruby master Feature Open Pattern Matching - Expose local variable captures 03/20/2024 11:05 AM Actions
20347 Ruby master Feature Assigned Separate docs task from all hsbt (Hiroshi SHIBATA) 03/19/2024 09:10 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
20345 Ruby master Feature Open Add `--target-rbconfig` option to mkmf 03/27/2024 03:05 AM Actions
20344 Ruby master Bug Open argument stack underflow (-1) 03/18/2024 03:37 PM Actions
20342 Ruby master Bug Open Top level `public`, `private` and `ruby2_keywords` do not work in wrapped load 03/16/2024 10:41 AM Actions
20340 Ruby master Bug Open Ractor comments not applying to constant targets 03/14/2024 07:39 PM Actions
20337 Ruby master Bug Open Complex#inspect mutates the string returned by `real.inspect` 03/14/2024 11:25 AM Actions
20336 Ruby master Misc Open DevMeeting-2024-04-17 03/28/2024 06:52 AM Actions
20335 Ruby master Feature Open `Thread.each_caller_location` should accept the same arguments as `caller` and `caller_locations` 03/14/2024 03:15 PM Actions
20332 Ruby master Bug Open After upgrading to ruby v 3.2.3 rb_scan_args() skips argument value 03/12/2024 11:23 PM Actions
20331 Ruby master Feature Open Should parser warn hash duplication and when clause? 03/15/2024 12:46 PM Actions
20330 Ruby master Bug Open [BUG] Segmentation fault at 0xffffffffffffffff 03/23/2024 01:09 PM Actions
20329 Ruby master Feature Open Clean up `--dump` sub-options 03/18/2024 03:40 PM Actions
20328 Ruby master Bug Open optparse omits the option's description in the --help output if the description is an Array 03/08/2024 03:45 PM Actions
20325 Ruby master Bug Open Enumerator.product.size bug with zero * infinite enumerators 03/07/2024 06:03 PM Actions
20320 Ruby master Misc Open Using OSU Open Source Lab native ppc64le/s390x CI services trigged on pull-requests 03/14/2024 12:06 PM Actions
20319 Ruby master Bug Open Singleton class is being frozen lazily in some cases 03/14/2024 01:37 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 03/15/2024 02:46 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
20287 Ruby master Misc Open DevMeeting before or after RubyKaigi 02/21/2024 09:56 AM 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 Open Add symbol synonyms for '' and nil for IO method line separator arguments burdettelamar (Burdette Lamar) 03/14/2024 09:45 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 Open Embedded arrays aren't moved correctly across ractors ko1 (Koichi Sasada) 02/13/2024 07:39 PM 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 Open Inconsistent behavior of regex matching for a regex has a null loop make_now_just (Hiroya Fujinami) 03/15/2024 12:37 AM Actions
20216 Ruby master Bug Open Circular parameter reference not checked for assignment 01/27/2024 09:52 AM Actions
20215 Ruby master Feature Open Introduce `IO#readable?` 02/19/2024 06:44 PM 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 Open Introduce `IO::Stream` or something similar. ioquatix (Samuel Williams) 01/01/2024 04:43 PM 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
20102 Ruby master Feature Open Introduce `Fiber#resuming?` ioquatix (Samuel Williams) 01/17/2024 03:36 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 12/28/2023 03:57 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 Open Killing fibers across threads: unexpected exception ioquatix (Samuel Williams) 12/26/2023 11:34 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
(1-100/1608) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF