ametcalf (Andrew Metcalf)
- Login: ametcalf
- Registered on: 10/05/2016
- Last sign in: 02/08/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/05/2016
-
09:04 PM Ruby Bug #12811 (Closed): SyntaxError does not have a backtrace in 2.3+
- SyntaxError's do not have a backtrace in Ruby 2.3.0, 2.3.1 and 2.3.0-preview1. To reproduce, place both of the attached scripts in the same directory and run `ruby repro.rb`. In Ruby 2.3+ no backtrace is printed. In Ruby 2.2.4p230, a nor...