⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
3.0
closed
12/25/2020
Next major release of Ruby: 3.0
100%
102 issues
(
102 closed
— 0 open)
Issues by
Tracker
Status
Priority
Author
Assignee
Category
Bug
24/24
Feature
78/78
Related issues
Bug #340
: 1.9/trunk does not work when compiled with llvm-gcc4 2.3 (gcc 4.2.1)
Actions
Bug #1020
: Matrix#rank loops in some circumstances
Actions
Bug #4352
: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
Actions
Bug #4436
: FileUtils verbose mode prints output to stderr
Actions
Bug #5246
: bootstraptest fails on ia64
Actions
Bug #5464
: compile error in vm_eval.c
Actions
Bug #5469
: Bus Error when accessing NAN and INFINITY
Actions
Bug #5516
: fill_standard_fds uses F_GETFD which is not defined on MinGW (broken build)
Actions
Bug #5954
: IO.read_nonblock on IO.pipe generates Errno::EBADF (MinGW)
Actions
Bug #6038
: #instance_eval bug
Actions
Bug #6087
: How should inherited methods deal with return values of their own subclass?
Actions
Bug #7442
: StringScanner#charpos vs StringScanner#pos
Actions
Bug #7445
: strptime('%s %z') doesn't work
Actions
Bug #8036
: Unable to compile Ruby 2.0.0p20 on Mac OSX 10.7.5
Actions
Bug #10417
: IO#set_encoding without int_enc doesn't keep current internal encoding
Actions
Bug #15661
: Disallow concurrent Dir.chdir with block
Actions
Bug #16044
: Float::ROUNDS (FLT_ROUNDS) should not be a constant.
Actions
Bug #16406
: `(lambda_proc << normal_proc).lambda?` should return false
Actions
Bug #16455
: coroutine ucontext uses deprecated POSIX getcontext/swapcontext/makecontext, absent in musl and uclibc
Actions
Bug #16676
: `#hash` can change Hash object from ar_table to st_table
Actions
Bug #17188
: Freeze Encoding objects for Ractor
Actions
Bug #17343
: Ractor can't clone frozen structures
Actions
Bug #17344
: `Ractor#shareable?` confused by recursive structures
Actions
Bug #17385
: Test failures on gcc 11
Actions
Feature #1586
: Including a module already present in ancestors should not be ignored
Actions
Feature #2013
: [PATCH] a = *b calls b.*@
Actions
Feature #2043
: incompatible character encodings
Actions
Feature #2709
: $VERBOSE, $DEBUG and Kernel#sprintf
Actions
Feature #3289
: Division of negative numbers
Actions
Feature #3627
: catchのブロックを再実行するメソッド
Actions
Feature #3688
: redef keyword for method redefinition in Ruby 2.0
Actions
Feature #4007
: numeric literal syntax sugar
Actions
Feature #4288
: Allow invoking arbitrary method names with foo."something" syntax
Actions
Feature #4963
: Refine and Document the Issue Tracking Process
Actions
Feature #5009
: Bang method (!) consistency in Ruby 2 API
Actions
Feature #5120
: String#split needs to be logical
Actions
Feature #5352
: How about using <> to represent Here Document?
Actions
Feature #5400
: Remove flip-flops in 2.0
Actions
Feature #5422
: File.fnmatch != Dir.glob # {no,sets}
Actions
Feature #5455
: $SAFE should be removed
Actions
Feature #5479
: import StringIO into core, add String#to_io
Actions
Feature #5482
: Rubinius as basis for Ruby 2.0
Actions
Feature #5494
: Proposal: Improved Finalizer Semantics
Actions
Feature #5512
: Integer#/ の改訂
Actions
Feature #5513
: Numeric へ述語語の追加
Actions
Feature #5520
: Numeric#exact?、Numeric#inexact? の追加
Actions
Feature #5523
: Numeric#sign の追加
Actions
Feature #5632
: Attempt to open included class shades it instead.
Actions
Feature #5653
: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
Actions
Feature #5695
: CoffeeScript "is" and "isnt" keywords
Actions
Feature #6083
: Hide a Bignum definition
Actions
Feature #6201
: do_something then return :special_case (include "then" operator)
Actions
Feature #6270
: add "??a" support for "not defined?(a) or a.nil?"
Actions
Feature #6287
: nested method should only be visible by nesting/enclosing method
Actions
Feature #6586
: debugger belongs to core
Actions
Feature #6670
: str.chars.last should be possible
Actions
Feature #6678
: Precedence of ^ operator
Actions
Feature #6688
: Object#replace
Actions
Feature #6711
: Optional typing and method overloading
Actions
Feature #6868
: Make `do` in block syntax optional when the block is the last argument of a method and is not an optional argument
Actions
Feature #7019
: allow `private` and `protected` keywords to take blocks
Actions
Feature #7346
: object(...) as syntax sugar for object.call(...)
Actions
Feature #7359
: #eql? and #equal? naming
Actions
Feature #7432
: Explicit way to define local variable in scope
Actions
Feature #7487
: Cutting through the issues with Refinements
Actions
Feature #7519
: Module Single Inheritance
Actions
Feature #7639
: More freedom for location of comments
Actions
Feature #7711
: RubyGems uses autoload
Actions
Feature #7738
: Deprecate Set#+ as an alias of Set#|, use it for symmetric difference. Introduce Hash#| for Hash#reverse_merge in Rails.
Actions
Feature #7792
: Make symbols and strings the same thing
Actions
Feature #7797
: Hash should be renamed to StrictHash and a new Hash should be created to behave like AS HashWithIndifferentAccess
Actions
Feature #7907
: Give meaning to staby word
Actions
Feature #8038
: Keyword `object` to be used instead of `class <<`
Actions
Feature #8377
: Deprecate :: for method calls in 2.1
Actions
Feature #9001
: Please package better standard library
Actions
Feature #10119
: [PATCH] [net/imap] Add CHANGEDSINCE FETCH modifier + complementary add MODSEQ Message Data Item in FETCH Command
Actions
Feature #10406
: Method starting with a capital is not detected when parentheses and receiver are omitted
Actions
Feature #10506
: Imprve Enumerator.any? behavior
Actions
Feature #10652
: Automatic detection of user and password from env
Actions
Feature #12650
: Use UTF-8 encoding for ENV on Windows
Actions
Feature #12654
: On Windows use UTF-8 as filesystem encoding
Actions
Feature #13488
: Set Encoding.default_external to UTF-8 on Windows
Actions
Feature #13849
: Show --dump options in help
Actions
Feature #14183
: "Real" keyword argument
Actions
Feature #14240
: warn four special variables: $; $, $/ $\
Actions
Feature #15741
: Ordinal parameters
Actions
Feature #15743
: RubyVM should be renamed to CRuby
Actions
Feature #15973
: Let Kernel#lambda always return a lambda
Actions
Feature #16233
: winruby UTF8 Fallback for no CodePage
Actions
Feature #16260
: Symbol#to_proc behaves like lambda, but doesn't aknowledge it
Actions
Feature #16274
: Transform hash keys by a hash
Actions
Feature #16375
: Right size regular expression compile buffers for literal regexes and on Regexp#freeze
Actions
Feature #16377
: Regexp literals should be frozen
Actions
Feature #16378
: Support leading arguments together with ...
Actions
Feature #16614
: New method cache mechanism for Guild
Actions
Feature #16655
: Each test on test-all should run `srand(seed)` at setup
Actions
Feature #17018
: Show cfunc frames in rb_profile_frames()
Actions
Feature #17104
: Do not freeze interpolated strings when using frozen-string-literal
Actions
Feature #17259
: Kernel#warn should ignore <internal: entries
Actions
Feature #17260
: Promote pattern matching to official feature
Actions
Feature #17303
: Remove webrick from stdlib
Actions
Feature #17371
: Reintroduce `expr in pat`
Actions
Loading...