source: tests/exceptions/.expect/terminate.txt @ 55266c7

ast-experimental
Last change on this file since 55266c7 was ecfd758, checked in by Andrew Beach <ajbeach@…>, 3 years ago

Major exception update, seperating type-ids from virtual tables. The major interface changes are done. There is a regression of ?Cancelled(T) to Some?Cancelled. There is some bits of code for the new verion of the ?Cancelled(T) interface already there. Not connected yet but I just reached the limit of what I wanted to do in one commit and then spent over a day cleaning up, so it will replace Some?Cancelled in a future commit.

  • Property mode set to 100644
File size: 475 bytes
RevLine 
[6d43cdde]1simple throw
2Exiting: simple try clause
3simple catch
4Exiting: simple catch clause
5
[fe1025d]6catch-all
7
[6d43cdde]8caught yin as yin
9
10rethrow inner try
11Exiting: rethrow inner try
12caught throw, will rethrow
13Exiting: rethrowing catch clause
14caught rethrow
15Exiting: rethrow catch clause
16
17caught yin, will throw yang
18caught yang
19
20throwing first exception
21caught first exception
22throwing second exception
23caught second exception
24recaught first exception
[f1b6671]25
26inner catch
27outer catch
[7f9968a]28
29throw
30rethrow
31handle
Note: See TracBrowser for help on using the repository browser.