#
# ChangeLog for tests/exceptions/terminate.cfa
#
# Generated by Trac 1.2.1
# Mar 16, 2025, 3:05:03 AM

Fri, 14 Aug 2020 17:29:03 GMT Andrew Beach <ajbeach@…> [5715d43]
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/invoke.c (modified)
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/exception.c (modified)
	* tests/Makefile.am (modified)
	* tests/exceptions/.expect/conditional-threads.txt (added)
	* tests/exceptions/.expect/defaults-threads.txt (added)
	* tests/exceptions/.expect/finally-threads.txt (added)
	* tests/exceptions/.expect/resume-threads.txt (added)
	* tests/exceptions/.expect/terminate-threads.txt (added)
	* tests/exceptions/terminate.cfa (modified)
	* tests/exceptions/with-threads.hfa (added)
	* tests/linking/.expect/exception-nothreads.txt (added)
	* tests/linking/.expect/exception-withthreads.txt (added)
	* tests/linking/exception-nothreads.cfa (added)
	* tests/linking/exception-withthreads.cfa (added)
	* tests/linking/withthreads.cfa (modified)

	Exceptions now get their context differently with libcfathread. Added ...


Wed, 24 Jun 2020 16:30:42 GMT Andrew Beach <ajbeach@…> [7f9968a]
	* src/ControlStruct/ExceptTranslate.cc (modified)
	* tests/exceptions/.expect/resume.txt (modified)
	* tests/exceptions/.expect/terminate.txt (modified)
	* tests/exceptions/resume.cfa (modified)
	* tests/exceptions/terminate.cfa (modified)

	Fixed a problem with 'throwResume;' translation and added some tests ...


Tue, 19 May 2020 21:31:20 GMT Andrew Beach <ajbeach@…> [046a890]
	* libcfa/src/exception.c (modified)
	* libcfa/src/exception.h (modified)
	* libcfa/src/exception.hfa (modified)
	* src/ControlStruct/ExceptTranslate.cc (modified)
	* src/ControlStruct/ExceptTranslate.h (modified)
	* src/main.cc (modified)
	* tests/exceptions/conditional.cfa (modified)
	* tests/exceptions/data-except.cfa (modified)
	* tests/exceptions/finally.cfa (modified)
	* tests/exceptions/interact.cfa (modified)
	* tests/exceptions/resume.cfa (modified)
	* tests/exceptions/terminate.cfa (modified)

	That should get default operations working for throws. More tests to ...


Mon, 11 May 2020 20:42:48 GMT Andrew Beach <ajbeach@…> [fe1025d]
	* tests/exceptions/.expect/resume.txt (modified)
	* tests/exceptions/.expect/terminate.txt (modified)
	* tests/exceptions/resume.cfa (modified)
	* tests/exceptions/terminate.cfa (modified)

	Added catch-all tests to the exception tests.


Thu, 07 May 2020 15:25:15 GMT Andrew Beach <ajbeach@…> [e68d092]
	* libcfa/src/exception.hfa (added)
	* tests/exceptions/.expect/data-except.txt (added)
	* tests/exceptions/conditional.cfa (modified)
	* tests/exceptions/data-except.cfa (added)
	* tests/exceptions/except-mac.hfa (deleted)
	* tests/exceptions/finally.cfa (modified)
	* tests/exceptions/interact.cfa (modified)
	* tests/exceptions/resume.cfa (modified)
	* tests/exceptions/terminate.cfa (modified)

	Replaced my exception patch macros with a (hopefully temporary) ...


Mon, 06 Apr 2020 20:41:55 GMT Andrew Beach <ajbeach@…> [f1b6671]
	* libcfa/prelude/Makefile.in (modified)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/Makefile.in (modified)
	* libcfa/src/exception.c (modified)
	* tests/errors/.expect/completeType.txt (modified)
	* tests/exceptions/.expect/interact.txt (modified)
	* tests/exceptions/.expect/resume.txt (modified)
	* tests/exceptions/.expect/terminate.txt (modified)
	* tests/exceptions/interact.cfa (modified)
	* tests/exceptions/resume.cfa (modified)
	* tests/exceptions/terminate.cfa (modified)

	Unwinding is now handled in exception handling code. That is used to ...


Thu, 02 Apr 2020 15:35:13 GMT Andrew Beach <ajbeach@…> [6d43cdde]
	* tests/exceptions/.expect/conditional.txt (added)
	* tests/exceptions/.expect/except-0.txt (deleted)
	* tests/exceptions/.expect/except-1.txt (deleted)
	* tests/exceptions/.expect/except-2.txt (deleted)
	* tests/exceptions/.expect/except-3.txt (deleted)
	* tests/exceptions/.expect/finally.txt (added)
	* tests/exceptions/.expect/interact.txt (added)
	* tests/exceptions/.expect/resume.txt (added)
	* tests/exceptions/.expect/terminate.txt (added)
	* tests/exceptions/conditional.cfa (added)
	* tests/exceptions/except-0.cfa (deleted)
	* tests/exceptions/except-1.cfa (deleted)
	* tests/exceptions/except-2.cfa (deleted)
	* tests/exceptions/except-3.cfa (deleted)
	* tests/exceptions/except-io.hfa (added)
	* tests/exceptions/except-mac.hfa (modified)
	* tests/exceptions/finally.cfa (added)
	* tests/exceptions/interact.cfa (added)
	* tests/exceptions/resume.cfa (added)
	* tests/exceptions/terminate.cfa (added)

	Rework of exception tests. Includes a new disabled failing test case.