summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2020-04-21 17:39:32 +0900
committerYusuke Endoh <mame@ruby-lang.org>2020-04-21 17:39:32 +0900
commit487d0c99d53208594702bb3ce1c657130fb8d65f (patch)
treea8de7a8c017e0092fb843401324ad35ea6e0fd6c /NEWS.md
parentc63b5c6179d700ceacf5cae8d3ee86da1294c781 (diff)
eval_error.c: revert the "reversed" backtrace [Feature #8661]
Now, the order is good, old-fashioned style: ``` $ ./local/bin/ruby -e 'def foo; raise; end def bar; foo; end def baz; bar; end def qux; baz; end qux ' -e:1:in `foo': unhandled exception from -e:2:in `bar' from -e:3:in `baz' from -e:4:in `qux' from -e:5:in `<main>' ```
Diffstat (limited to 'NEWS.md')
0 files changed, 0 insertions, 0 deletions