[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
20997 Ruby master Bug Open Ruby 3.4 YJIT panic assertion `left == right` failed: leave instruction expects stack size 1, but was: 2 01/02/2025 03:52 PM Actions
20996 Ruby master Bug Open Embed Ruby 3.4 Failure 01/01/2025 06:34 AM Actions
20993 Ruby master Feature Open Allow `class <constant-path> = <expression>` syntax 12/30/2024 01:04 PM Actions
20992 Ruby master Bug Open `eval(ascii_encoded_code)` raises EncodingError when multibyte local variable exists prism 12/30/2024 10:00 AM Actions
20987 Ruby master Feature Open Add dbg - minimal debugging helper 12/27/2024 09:15 PM Actions
20983 Ruby master Bug Open New `Ruby` module is linked to from all kinds of documentation pages rdoc 12/31/2024 12:31 PM Actions
20980 Ruby master Bug Open Range#size new TypeError vs semi-open ranges 12/24/2024 03:38 PM Actions
20977 Ruby master Bug Open backtick is used for syntax errors related to 'it' prism 12/23/2024 10:54 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 Assigned Deprecate `rb_path_check` matz (Yukihiro Matsumoto) 12/24/2024 01:51 PM Actions
20968 Ruby master Bug Open `Array#fetch_values` unexpected method name in stack trace 12/19/2024 08:37 AM Actions
20965 Ruby master Bug Open `it` vs `binding.local_variables` 12/23/2024 08:52 AM Actions
20960 Ruby master Feature Open Support building OpenSSL for Ruby with AWS-LC 12/26/2024 07:39 PM Actions
20959 Ruby master Feature Open Add a way to get codepage of console. windows 12/25/2024 06:05 AM 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
20955 Ruby master Bug Open Subtle differences with Proc#parameters for anonymous parameters 12/23/2024 04:53 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
20943 Ruby master Bug Open Constant defined in `Data.define` block 12/30/2024 10:35 AM Actions
20934 Ruby master Bug Open `UnboundMethod#bind_call` may cause "double free or corruption" with Ractor 12/24/2024 07:32 PM Actions
20925 Ruby master Feature Open Allow boolean operators at beginning of line to continue previous line 12/23/2024 01:14 PM 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
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
(1-50/1625) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF