andrykonchin (Andrew Konchin)
- Login: andrykonchin
- Registered on: 12/30/2017
- Last sign in: 07/15/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 12 | 47 | 59 |
Activity
07/23/2026
-
09:08 PM Ruby Bug #22209 (Open): IO#set_encoding is ignoring the :newline keyword argument when given Encoding positional argument
- ### Behavioral Discrepancy of the `:newline` Option with Single `Encoding` Objects
When calling `IO#set_encoding` with a single positional argument, the `:newline` option (e.g., `newline: :universal`) is parsed and applied only when t...
07/13/2026
-
07:00 PM Ruby Bug #22194 (Open): File.realpath and File.realdirpath handle differently path encoding incompatible with a filesystem's one
- Both `realpath` and `realdirpath` methods accept a `path` parameter and try to return result in the `path`'s encoding.
`realpath`:
```ruby
File.realpath(".rubocop.yml").encoding # => #<Encoding:UTF-8>
File.realpath(".rubocop.yml"...
07/07/2026
-
09:01 PM Ruby Revision 0d68ef6b (git): Update to ruby/spec@ceaa79d
06/01/2026
-
05:07 PM Ruby Revision 607df5d7 (git): Update to ruby/spec@6b3b96d
03/03/2026
-
10:42 PM Ruby Revision 6b6ceb97 (git): Update to ruby/mspec@a2587d9
-
10:42 PM Ruby Revision a88e2abb (git): Update to ruby/spec@af627d6
10/28/2025
-
09:36 PM Ruby Feature #21653 (Open): Unify Hash methods and preserving default/default_proc
- All the Hash methods that return a new instance of Hash don't preserve the `default` and `default_proc` properties except `#compact` and `#merge`:
```ruby
h = {a: 1}
h.default = 0
h.compact[:f] == 0 # => true
h.merge(b: 2)[:... -
07:49 PM Ruby Revision 882e1677 (git): Update to ruby/spec@3bc45ba
07/09/2025
-
01:11 PM Ruby Revision 08738779 (git): Update to ruby/spec@ed254ba
06/02/2025
-
07:54 PM Ruby Revision d6aa1714 (git): Update to ruby/spec@4d2fc4d