MaxLap (Maxime Lapointe)
- Login: MaxLap
- Email: hunter_spawn@hotmail.com
- Registered on: 08/12/2014
- Last sign in: 02/26/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 3 | 8 | 11 |
Activity
05/20/2024
- 01:41 PM Ruby master Feature #20498: Negated method calls
- For `foo&.!empty?`, the result would be `nil` if `foo` is `nil`. This is not handled by the prototype.
The alterna... - 01:02 PM Ruby master Feature #20498: Negated method calls
- Thanks for the feedback. I updated the gist to have an example with arguments in the call:
```ruby
puts A.new.!ex...
05/19/2024
- 10:52 PM Ruby master Feature #20498 (Open): Negated method calls
- I want to propose the following syntax: `foo.!bar`. I know it's already valid syntax, but please read on for details....
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
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... - 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...
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... - 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.
- 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... - 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)
...
Also available in: Atom