Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
18369 Ruby master Feature Open users.detect(:name, "Dorian") as shorthand for users.detect { |user| user.name == "Dorian" } 12/03/2021 02:23 PM Actions
18368 Ruby master Feature Open Range#step semantics for non-Numeric ranges 12/07/2023 09:14 AM Actions
18359 Ruby master Bug Open [Windows MinGW] warning Please include winsock2.h before windows.h 11/23/2021 05:07 PM Actions
18357 Ruby master Feature Open Proposal: stop raising when block passed to IO#each_* closes the IO 11/22/2021 09:03 PM Actions
18352 Ruby master Misc Open What is the Hash#grep expected? 11/28/2021 10:39 PM Actions
18338 Ruby master Bug Open Encoding.default_external = Encoding::UTF_16BE may add a wrongly-encoded string to $LOADED_FEATURES 11/15/2021 07:32 AM Actions
18337 Ruby master Bug Assigned Ruby allows zero-width characters in identifiers duerst (Martin Dürst) 11/24/2021 09:13 AM Actions
18334 Ruby master Feature Open ENV#to_h returns a new Hash object but Hash#to_h does not, which can cause inconsistencies 11/17/2021 05:46 PM Actions
18332 Ruby master Feature Open a ? b 12/29/2021 04:38 AM Actions
18331 Ruby master Feature Open Kernel.#Time 11/13/2021 12:41 PM Actions
18291 Ruby master Feature Open When use =~ with named group, if regex is on the right side, variable not defined. 11/06/2021 12:36 PM Actions
18275 Ruby master Feature Assigned Add an option to define_method to not capture the surrounding environment ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
18265 Ruby master Feature Open Self-contained one-binary feature which discuss on ruby kaigi 2021 day 2, 《 Ruby Committers vs the World / CRuby Committers》 10/24/2021 04:11 PM Actions
18262 Ruby master Feature Open Enumerator::Lazy#partition 11/20/2021 10:17 AM Actions
18259 Ruby master Feature Open Support quarter spec %q in Time#strftime 10/21/2021 12:15 PM Actions
18256 Ruby master 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
18255 Ruby master Bug Open ioctl zeroes the last buffer byte 10/25/2021 08:13 AM Actions
18248 Ruby master Misc Open Add Feature Triaging Guide 10/12/2021 03:21 PM Actions
18242 Ruby master Feature Open Parser makes multiple assignment sad in confusing way 10/09/2021 07:58 AM Actions
18228 Ruby master Feature Open Add a `timeout` option to `IO.copy_stream` 10/01/2021 05:10 AM Actions
18227 Ruby master Feature Assigned Static class initialization. ioquatix (Samuel Williams) 04/03/2024 03:50 AM Actions
18181 Ruby master Feature Open Introduce Enumerable#min_with_value, max_with_value, and minmax_with_value 12/24/2022 05:50 AM Actions
18179 Ruby master Feature Open Add Math methods to Numeric 03/24/2022 02:54 PM Actions
18168 Ruby master Feature Open Add ActiveSupport deep_transform_values to Ruby 09/15/2021 05:29 AM Actions
18162 Ruby master Feature Open Shorthand method Proc#isolate to create isolated proc objects 09/13/2021 02:33 AM Actions
18152 Ruby master Bug Open Fix theoretical bug with signals + qsort 09/08/2021 03:38 PM Actions
18150 Ruby master Misc Open Proposal: Deprecate leading zero syntax to declare octals, since it's extremely confusing (and Python 3 removed it too) 09/04/2021 03:21 AM Actions
18146 Ruby master Feature Open Add `delete_prefix` and `delete_suffix` to `Pathname` 09/03/2021 04:59 AM Actions
18137 Ruby master Feature Open A new method to check Proc is isolated or not 10/27/2021 07:30 AM Actions
18136 Ruby master Feature Open take_while_after 02/23/2023 08:02 PM Actions
18135 Ruby master Feature Open Introduce Enumerable#detect_only 09/02/2021 05:44 PM Actions
18132 Ruby master Bug Open TODO: fix ccan/list thread safety 01/02/2022 08:22 AM Actions
18131 Ruby master Bug Open addr2line.c: Some inlined functions mistakenly shown 08/24/2021 07:59 PM Actions
18127 Ruby master Feature Open Ractor-local version of Singleton 11/09/2021 02:45 PM Actions
18119 Ruby master Bug Assigned Ractor crashes when instantiating classes ko1 (Koichi Sasada) 11/13/2023 10:45 PM Actions
18083 Ruby master Feature Open Capture error in ensure block. 12/15/2023 09:41 PM Actions
18082 Ruby master Misc Open FileUtils.remove_entry_secure has inconsistent document 08/17/2021 04:26 PM Actions
18080 Ruby master Bug Open Syntax error on one-line pattern matching 09/04/2023 11:01 PM Actions
18070 Ruby master Feature Open `attr` should be removed 02/23/2023 08:05 PM Actions
18069 Ruby master Feature Open `instance_exec` is just ignored when the block is originally a method 08/10/2021 05:33 AM Actions
18063 Ruby master Feature Open io_uring implementation 08/05/2021 10:02 AM Actions
18061 Ruby master Bug Open Execshield test: libruby.so.N.N.N: FAIL: property-note test because no .note.gnu.property section found 06/22/2022 07:58 AM Actions
18057 Ruby master Feature Open Introduce Array#mean 01/16/2024 08:10 PM Actions
18055 Ruby master Feature Open Introduce 07/30/2021 09:30 AM Actions
18035 Ruby master Feature Open Introduce general model/semantic for immutability. 03/06/2024 03:46 AM Actions
18013 Ruby master Bug Open Unexpected results when mxiing negated character classes and case-folding 06/29/2021 12:05 PM Actions
18012 Ruby master Bug Open Case-insensitive character classes can only match multiple code points when top-level character class is not negated 06/29/2021 08:35 AM Actions
18010 Ruby master Bug Open Character class with single character gets case-folded with following string 06/28/2021 09:30 AM Actions
18009 Ruby master Bug Open Regexps \w and \W with /i option and /u option produce inconsistent results under nested negation and intersection 02/06/2024 08:33 PM Actions
18004 Ruby master Feature Open Add Async to the stdlib 07/05/2022 05:09 PM Actions
18002 Ruby master Bug Assigned s390x: Tests failing without LC_ALL env jaruga (Jun Aruga) 04/03/2024 03:50 AM Actions
17999 Ruby master Bug Open TestMethod#test_zsuper intermittent timeout error on raspbian10-aarch64 CI 06/18/2021 01:33 AM Actions
17998 Ruby master Bug Assigned ractor: process hanging (with ractors initialized, but not being used) ko1 (Koichi Sasada) 03/01/2023 04:25 AM Actions
17994 Ruby master Feature Open Clarify `IO.read` behavior and add `File.read` method 07/16/2021 03:04 AM Actions
17990 Ruby master Bug Open Inconsistent behavior of Regexp quantifiers over characters with complex case foldings 06/15/2021 11:59 AM Actions
17989 Ruby master Bug Open Case insensitive Regexps do not handle characters with overlapping case foldings 06/15/2021 11:43 AM Actions
17950 Ruby master Feature Open Unable to pattern-match against a String key 06/15/2021 11:42 AM Actions
17944 Ruby master Feature Open Remove Socket.gethostbyaddr and Socket.gethostbyname 06/10/2021 08:26 AM Actions
17942 Ruby master Feature Open Add a `initialize(public @a, private @b)` shortcut syntax for defining public/private accessors for instance vars as part of constructor 12/04/2022 06:44 AM Actions
17938 Ruby master Feature Open Keyword alternative for boolean positional arguments 07/15/2021 06:46 AM Actions
17931 Ruby master Bug Open Compile fails setup option nodynamic 07/07/2021 08:51 AM Actions
17925 Ruby master Bug Open Pattern matching syntax using semicolon one-line 09/22/2023 01:11 PM Actions
17924 Ruby master Feature Open Range#infinite? 07/08/2021 11:58 PM Actions
17884 Ruby master Feature Assigned locindex for profiling tools ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
17882 Ruby master Bug Assigned bootstraptest/test_ractor.rb:224 segfaults on Cygwin cygwin 05/19/2022 08:20 AM Actions
17878 Ruby master Bug Assigned bootstraptest/test_ractor.rb:224 a random failing test with "The outgoing-port is already closed (Ractor::ClosedError)" ko1 (Koichi Sasada) 04/03/2024 04:26 AM Actions
17859 Ruby master Feature Open Start IRB when running just `ruby` 02/23/2023 07:53 PM Actions
17856 Ruby master Feature Open ary.member? is slower than ary.include? 05/11/2021 10:12 AM Actions
17851 Ruby master Feature Open ruby extension for memoryview 05/05/2021 03:15 PM Actions
17849 Ruby master Feature Assigned Fix Timeout.timeout so that it can be used in threaded Web servers matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
17844 Ruby master Feature Open Support list of methods to test with respond_to? 05/06/2021 07:00 PM Actions
17834 Ruby master Feature Open Add a Bytes and BytesArray class that implement memoryview 05/06/2021 02:22 PM Actions
17833 Ruby master Feature Open add IO.readinto(b) where b is a bytes like object that is you can get a memoryview from 06/30/2021 02:36 PM Actions
17830 Ruby master Feature Assigned Add Integer#previous and Integer#prev matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
17829 Ruby master Misc Open Clang/LLVM correctness of x64-mingw32 build (`shorten-64-to-32` warnings) 04/26/2021 04:23 PM Actions
17825 Ruby master Feature Open Uniformize Float::INFINITY and Date::infinity.new 05/04/2021 01:43 AM Actions
17808 Ruby master Feature Open Feature Request: JS like splat of Object properties as named method parameters 04/17/2021 11:43 PM Actions
17797 Ruby master Feature Open MIPS support for addr2line.c 04/13/2021 03:49 AM Actions
17792 Ruby master Bug Open make notes and make test fail with Ruby3.0.1p64 RaspberryPI 4B Ubuntu 20.10 ARM64 05/23/2021 08:23 PM Actions
17790 Ruby master Feature Open Have a way to clear a String without resetting its capacity 04/21/2021 11:27 PM Actions
17786 Ruby master Feature Open Proposal: new "ends" keyword 04/11/2021 01:40 AM Actions
17785 Ruby master Feature Assigned Allow named parameters to be keywords matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
17774 Ruby master Bug Open Quantified empty group causes regex to fail 10/13/2021 04:43 PM Actions
17773 Ruby master Feature Open Alias `Numeric#zero?` and `Float#zero?` as `Numeric#empty?` and `Float#empty?` 04/02/2021 03:39 PM Actions
17771 Ruby master Feature Open String#start_with? should not construct MatchData or set $~ 04/02/2021 02:49 PM Actions
17758 Ruby master Feature Open Provide Hash#count for performance improvement 03/28/2021 06:39 PM Actions
17753 Ruby master Feature Open Add Module#namespace 02/10/2023 12:48 AM Actions
17749 Ruby master Feature Open Const source location without name 04/17/2021 07:38 AM Actions
17743 Ruby master Feature Open Show argument types in backtrace 03/25/2021 06:39 PM Actions
17741 Ruby master Feature Open Ruby links to `objc` for convenience - this should be moved into a native ext 03/23/2021 01:24 AM Actions
17720 Ruby master Misc Assigned Cirrus CI to check non-x86_64 architecture cases by own machines jaruga (Jun Aruga) 09/26/2021 10:24 AM Actions
17718 Ruby master Feature Open a method paramaters object that can be pattern matched against 03/24/2021 01:29 PM Actions
17684 Ruby master Feature Assigned Remove `--disable-gems` from release version of Ruby hsbt (Hiroshi SHIBATA) 03/10/2023 11:57 AM Actions
17683 Ruby master Misc Open Current status of beginless range (experimental or not) 06/05/2021 07:22 AM Actions
17682 Ruby master Feature Open String#casecmp performance improvement 03/24/2021 02:29 PM Actions
17679 Ruby master Feature Assigned Ractor incoming channel can consume unlimited resources ko1 (Koichi Sasada) 08/24/2023 09:14 PM Actions
17678 Ruby master Bug Assigned Ractors do not restart after fork ko1 (Koichi Sasada) 08/25/2023 04:29 PM Actions
17677 Ruby master Bug Assigned Ractor crashes fork when blocking ko1 (Koichi Sasada) 03/09/2021 12:42 AM Actions
17663 Ruby master Feature Open Enumerator#with, an alternative to Enumerator#with_object 03/02/2021 05:48 PM Actions
17662 Ruby master Misc Assigned The heredoc pattern used in tests does not syntax highlight correctly in many editors nobu (Nobuyoshi Nakada) 06/30/2021 12:54 PM Actions
(401-500/1597) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF