source: tests/exceptions/.expect/resume-threads.txt @ b91bfde

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since b91bfde 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 
[5715d43]1simple throw
2simple catch
3Exiting: simple catch clause
4end of try clause
5Exiting: simple try clause
6
7catch-all
8
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
20
21throwing first exception
22caught first exception
23throwing second exception
24caught second exception
25recaught first exception
26
27inner catch
28inner catch
29outer catch
30
31throw
32rethrow
33handle
Note: See TracBrowser for help on using the repository browser.