Josh putting in the new backtrace behind my new assertions makes debugging assertions SO MUCH EASIER.

I'm gonna go s/assert/PARROT_ASSERT/ everywhere.

xoxo,
Andy

P.S. sample....

# Received:
# 1..1
# Backtrace - Obtained 16 stack frames (max trace depth is 32).
#   (unknown)
#     Parrot_confess
#       Parrot_make_COW_reference
#         Parrot_String_get_string
#           Parrot_set_s_p
#             (unknown)
#               (unknown)
#                 (unknown)
#                   (unknown)
#                     Parrot_runops_fromc_args
#                       Parrot_runcode
#                         (unknown)
#                           imcc_run
#                             (unknown)
#                               __libc_start_main
#                                 (unknown)
# src/string.c:129: failed assertion 's'
#
# Expected:
# 1..1
# ok 1
#
# Looks like you failed 6 tests of 12.
t/pmc/exporter....dubious
        Test returned status 6 (wstat 1536, 0x600)

--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance




Reply via email to