D'oh,

It looks like I missed a few cases and broken the test suite with this patch. I will post a new patch shortly.

-James

James deBoer (via RT) wrote:

# New Ticket Created by James deBoer # Please include the string: [perl #32769]
# in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=32769 >



Some calls to internal_exception will include a newline, others will not. The effect of this is that
when some exceptions occur, parrot will exit without printing a newline, which is ugly.


The fix I've attached is two-fold. First, it removes any newline passed to internal_exception. (This was a search and replace, I may have missed a few). Second, it modifies the the internal_exception function to print a newline after printing the error.

- James




------------------------------------------------------------------------




Reply via email to