ufuk (Ufuk Kayserilioglu)
- Login: ufuk
- Registered on: 05/25/2020
- Last connection: 05/24/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 2 | 3 |
Activity
07/15/2022
-
05:51 PM Ruby master Bug #18909: ARGF.readlines reads more than current file
- JohanJosefsson (Johan Josefsson) wrote in #note-7:
> Yes, ARGF can work with a concatenated pseudo file in several w... -
03:53 PM Ruby master Bug #18909: ARGF.readlines reads more than current file
- Moreover, it is documented that `ARGF` works this way in general: https://ruby-doc.org/core-3.1.0/ARGF.html
> You ca...
07/11/2022
-
08:29 PM Ruby master Bug #18905: :"@=".inspect is non-evaluatable
- I was bitten by the same thing last week and was actually going to open an issue myself. Thanks for raising this @qni...
05/25/2022
-
12:04 AM Ruby master Feature #14602: Version of dig that raises error if a key is not present
- My humble suggestion would be `Hash#retrieve`. The operation tries to retrieve a value in the depths of a hash and if...
03/12/2022
-
03:53 PM Ruby master Bug #18624: `const_source_location` returns [false, 0] when autoload is defined for the constant
- jeremyevans0 (Jeremy Evans) wrote in #note-4:
> Sorry, but you are incorrect. #17354 is regarding behavior of `co... -
02:09 PM Ruby master Bug #18624: `const_source_location` returns [false, 0] when autoload is defined for the constant
- This is a duplicate of Issue #17354 and @jeremyevans0, in that issue, you had argued that just because the autoload l...
01/26/2022
-
03:20 PM Ruby master Bug #18516: Memory leak on aliasing method to itself
- ibylich (Ilya Bylich) wrote in #note-1:
> but if we stop increment `alias_count` on `alias foo foo` the warning appe...
01/11/2022
-
01:18 AM Ruby master Bug #18470: Union of two identical sets produces a set with duplicate members
- Doesn't the following from https://bugs.ruby-lang.org/issues/16996 address this issue?
> ...
> Today, it is officia...
12/27/2021
-
12:34 PM Ruby master Bug #18435: Calling `protected` on ancestor method changes result of `instance_methods(false)`
- I understand why the difference in behaviour is happening, but I respectfully disagree that this is not a bug.
Reg...
12/26/2021
-
02:22 PM Ruby master Bug #18435 (Open): Calling `protected` on ancestor method changes result of `instance_methods(false)`
- As documented `instance_methods(false)` works as follows:
```ruby
module A
def method1() end
end
class B
...
Also available in: Atom