ibylich (Ilya Bylich)
- Login: ibylich
- Email: ibylich@gmail.com
- Registered on: 11/15/2017
- Last sign in: 11/08/2023
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 12 | 12 |
Activity
01/27/2022
- 02:30 PM Ruby master Bug #18553 (Closed): Memory leak on compiling method call with kwargs
- The following code produces a memory leak:
```ruby
p(foo: 1)
```
It comes from the allocation in `compile.c`:...
01/26/2022
- 02:30 PM Ruby master Bug #18516: Memory leak on aliasing method to itself
- As @nobu mentioned the following code gives no warnings (in verbose mode):
```ruby
class A
def foo; end
ali... - 01:22 PM Ruby master Bug #18516 (Closed): Memory leak on aliasing method to itself
- The following code produces a memory leak:
```ruby
class A
1.upto(Float::INFINITY) do |i|
define_method(:...
12/23/2020
- 03:57 PM Ruby master Bug #17431: paren_nest is not reset in parse.y after "foo.[]= value"
- The following patch seems to be the fix:
```
diff --git a/parse.y b/parse.y
index c65a469a..a4f6bcc8 100644
---... - 03:44 PM Ruby master Bug #17431: paren_nest is not reset in parse.y after "foo.[]= value"
- Ok, got an example with lambdas:
```
$ ./miniruby -ce '->(opt = (foo.[]= bar)) do end'
-e:1: syntax error, unexp... - 03:34 PM Ruby master Bug #17431 (Closed): paren_nest is not reset in parse.y after "foo.[]= value"
- `p->lex.paren_nest` is equal to 1 after the following code:
```ruby
self.[]= foo
```
`paren_nest` is used to ...
08/03/2020
- 10:29 AM Ruby master Feature #17100: Ractor: a proposal for a new concurrent abstraction without thread-safety issues
- First of all, thanks a lot for your work. This is a huge (and incredibly valuable) addition to Ruby.
I have your b...
06/10/2020
- 07:03 PM Ruby master Bug #16841: Some syntax errors are thrown from compile.c
- Thanks for looking into this issue.
> Do you think that will work for your purposes?
Not really. I'm working on...
05/08/2020
- 11:30 AM Ruby master Bug #16841 (Closed): Some syntax errors are thrown from compile.c
- `compile.c` has a few places where it raises `SyntaxError`. Because of that `ruby -c`, Ripper and `RubyVM::AbstractSy...
11/11/2019
- 06:28 PM Ruby master Bug #16343 (Closed): Inconsistent behavior of 'circular argument reference' error
- The following code gives a syntax error:
``` ruby
m { |foo = proc { || foo }| }
# => SyntaxError (-e:14: circular...
Also available in: Atom