ennder (Jérôme BATAILLE)
- Login: ennder
- Registered on: 01/31/2025
- Last sign in: 02/21/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/21/2025
-
06:37 PM Ruby Feature #21105: Improve Ruby Stack Trace to Include Exact Error Position (Column Number)
- Sorry to comment on a closed issue.
As a complement, I find it very useful when there is multiple objects calling the same method for exemple :
``` ruby
class Example
def self.runnable?
check_one.same_method_call? && check_two.sa...
02/02/2025
-
01:15 AM Ruby Feature #21105 (Closed): Improve Ruby Stack Trace to Include Exact Error Position (Column Number)
- ## Subject
Improve Ruby Stack Trace to Include Exact Error Position (Column Number)
## Description
Currently, when an exception occurs in Ruby, the stack trace provides the file name and line number but does not indicate the exa...