General

Profile

MaxLap (Maxime Lapointe)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 2 8 10

Activity

02/29/2024

03:25 PM Ruby master Bug #20312: Memory leak with BigDecimal::EXCEPTION_OVERFLOW
Oh right! Sorry, done: https://github.com/ruby/bigdecimal/issues/290 MaxLap (Maxime Lapointe)

02/28/2024

03:46 PM Ruby master Bug #20312 (Third Party's Issue): Memory leak with BigDecimal::EXCEPTION_OVERFLOW
The following causes a memory leak.
I left a commented line, both trigger an memory leak. I assume it's the same b...
MaxLap (Maxime Lapointe)
12:03 PM Ruby master Bug #20311 (Closed): Struct.new("A") memory leak?
The following code gives the impression of a memory leak.
```ruby
10.times do
5000.times do
Struct.new("A...
MaxLap (Maxime Lapointe)

02/26/2024

04:21 PM Ruby master Feature #20300: Hash: set value and get pre-existing value in one call
In my mind, `get_and_set` is clear as it is in the order the operations are done.
But if you want clearer, `get_th...
MaxLap (Maxime Lapointe)
03:39 PM Ruby master Bug #20304: Memory leak when setting Encoding.default_internal
Ah, thank you! I would have expected that to be in 3.3-head too. MaxLap (Maxime Lapointe)
02:28 PM Ruby master Bug #20304 (Closed): Memory leak when setting Encoding.default_internal
Problem is present in Ruby 3.2.2, 3.2.3, 3.3.0. Didn't check before.
Put this in a file:
```
10.times do
10...
MaxLap (Maxime Lapointe)
03:23 AM Ruby master Bug #20299: Tracepoint staying enable after a disable
And here is a similar problem, using only the block form (no calls to disable):
```
def check_speed(msg = nil)
...
MaxLap (Maxime Lapointe)
01:06 AM Ruby master Bug #20299 (Open): Tracepoint staying enable after a disable
Problem is present in Ruby 3.2.2, 3.2.3, 3.3.0. Didn't check before.
It seems that TracePoint can sometime be "stu...
MaxLap (Maxime Lapointe)

02/24/2024

09:01 PM Ruby master Bug #20296 (Closed): Complex(:sym, exception: false) generate exception with weird timing
Happens in Ruby 3.2.2, 3.2.3 and 3.3.0 (didn't test others).
Add this to a file and execute it as-is:
```
3.ti...
MaxLap (Maxime Lapointe)

01/22/2021

04:23 PM Ruby master Bug #17543: Ractor isolation broken by `self` in shareable proc
Warning: The following code examples can be ugly. This is low level stuff meant to build nicer blocks on top. Viewer ... MaxLap (Maxime Lapointe)

Also available in: Atom