Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
print file/line annotations for warnings also on moar and jvm
  • Loading branch information
FROGGS committed Jul 18, 2014
1 parent 9b8e9c5 commit 48fe6dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/ChangeLog
@@ -1,3 +1,6 @@
New in 2014.08
+ print file/line annotations for warnings also on moar and jvm

New in 2014.07
+ require and build parrot 6.6.0
+ Cool.eval and eval() are now removed
Expand Down
5 changes: 2 additions & 3 deletions src/core/Exception.pm
Expand Up @@ -207,9 +207,8 @@ do {
#?if parrot
nqp::printfh($err, Backtrace.new($ex.backtrace, 0).nice(:oneline));
#?endif
#?if jvm
# XXX Backtraces busted
# nqp::printfh($err, Backtrace.new(nqp::backtrace($ex), 0).nice(:oneline));
#?if !parrot
nqp::printfh($err, Backtrace.new(nqp::backtrace($ex), 0).nice(:oneline));
#?endif
nqp::printfh($err, "\n");
#?if parrot
Expand Down

0 comments on commit 48fe6dd

Please sign in to comment.