Annih (Baptiste Courtois)
- Login: Annih
- Registered on: 09/28/2020
- Last sign in: 05/27/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
05/27/2024
-
03:41 PM Ruby Bug #19631: module_eval does not propulate absolute_path for Kernel.caller_locations
- daveola (David Stellar) wrote:
> I am using module_eval and noticing that since ruby 3.2 the Kernel locations do not have absolute_path for any of the eval code, though the path is available. This is a regression since at least ruby 3....
09/28/2020
-
11:40 AM Ruby Misc #17199 (Open): id outputed by inspect and to_s output does not allow to find actual object_id and vice-versa
- Hello, here is my first ruby issue sorry in advance if it is incorrectly filled.
# Issue
The value returned by `#object_id` is not aligned anymore with displayed info in `#inspect` and `#to_s` methods.
## with ruby < 2.7
``` ...