source: tests/exceptions/.expect/resume.txt @ 97d58dc

ADTast-experimentalenumpthread-emulationqualifiedEnum
Last change on this file since 97d58dc 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: 505 bytes
RevLine 
[6d43cdde]1simple throw
2simple catch
3Exiting: simple catch clause
4end of try clause
5Exiting: simple try clause
6
[fe1025d]7catch-all
8
[6d43cdde]9caught yin as yin
10
11rethrow inner try
12caught throw, will rethrow
13Exiting: rethrowing catch clause
14caught rethrow
15Exiting: rethrow catch clause
16Exiting: rethrow inner try
17
18caught yin, will throw yang
19caught yang
[3eb5a478]20
21throwing first exception
22caught first exception
23throwing second exception
24caught second exception
25recaught first exception
[f1b6671]26
27inner catch
28inner catch
29outer catch
[7f9968a]30
31throw
32rethrow
33handle
Note: See TracBrowser for help on using the repository browser.