#
# ChangeLog for tests/exceptions/cancel
#
# Generated by Trac 1.2.1
# Mar 7, 2025, 12:17:30 PM

Thu, 22 Jun 2023 01:45:08 GMT Peter A. Buhr <pabuhr@…> [3bf9d10]
	* tests/exceptions/.expect/polymorphic.txt (modified)
	* tests/exceptions/cancel/coroutine.cfa (modified)
	* tests/exceptions/cancel/thread.cfa (modified)
	* tests/exceptions/conditional.cfa (modified)
	* tests/exceptions/data-except.cfa (modified)
	* tests/exceptions/defaults.cfa (modified)
	* tests/exceptions/except-io.hfa (modified)
	* tests/exceptions/finally.cfa (modified)
	* tests/exceptions/interact.cfa (modified)
	* tests/exceptions/polymorphic.cfa (modified)
	* tests/exceptions/resume.cfa (modified)
	* tests/exceptions/terminate.cfa (modified)
	* tests/exceptions/trash.cfa (modified)
	* tests/exceptions/virtual-cast.cfa (modified)
	* tests/exceptions/virtual-poly.cfa (modified)

	change printf to sout


Wed, 18 Aug 2021 18:04:55 GMT Henry Xue <y58xue@…> [d00d581]
	* tests/exceptions/.expect/type-check.txt (modified)
	* tests/exceptions/cancel/coroutine.cfa (modified)
	* tests/exceptions/cancel/thread.cfa (modified)
	* tests/exceptions/conditional.cfa (modified)
	* tests/exceptions/data-except.cfa (modified)
	* tests/exceptions/defaults.cfa (modified)
	* tests/exceptions/finally.cfa (modified)
	* tests/exceptions/interact.cfa (modified)
	* tests/exceptions/polymorphic.cfa (modified)
	* tests/exceptions/resume.cfa (modified)
	* tests/exceptions/terminate.cfa (modified)
	* tests/exceptions/trash.cfa (modified)
	* tests/exceptions/type-check.cfa (modified)

	Update exception tests to use new syntax


Fri, 23 Apr 2021 20:26:52 GMT Andrew Beach <ajbeach@…> [8edbe40]
	* libcfa/src/concurrency/clib/cfathread.cfa (modified)
	* libcfa/src/concurrency/thread.cfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* src/Concurrency/Keywords.cc (modified)
	* tests/exceptions/cancel/thread.cfa (modified)

	SomeThreadCancelled -> ThreadCancelled: thread cancellations carry ...


Wed, 21 Apr 2021 19:44:58 GMT Andrew Beach <ajbeach@…> [b583113]
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* libcfa/src/exception.hfa (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/Virtual/Tables.cc (modified)
	* src/Virtual/Tables.h (modified)
	* tests/exceptions/cancel/coroutine.cfa (modified)

	Recovered the polymorphic CoroutineCancelled exception. The interface ...


Fri, 09 Apr 2021 18:11:43 GMT Andrew Beach <ajbeach@…> [ecfd758]
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* libcfa/src/concurrency/thread.cfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* libcfa/src/exception.c (modified)
	* libcfa/src/exception.h (modified)
	* libcfa/src/exception.hfa (modified)
	* libcfa/src/fstream.cfa (modified)
	* libcfa/src/fstream.hfa (modified)
	* libcfa/src/virtual.c (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/Virtual/ExpandCasts.cc (modified)
	* src/Virtual/Tables.cc (modified)
	* src/Virtual/Tables.h (modified)
	* tests/exceptions/.expect/resume-threads.txt (modified)
	* tests/exceptions/.expect/resume.txt (modified)
	* tests/exceptions/.expect/terminate-threads.txt (modified)
	* tests/exceptions/.expect/terminate.txt (modified)
	* tests/exceptions/cancel/coroutine.cfa (modified)
	* tests/exceptions/cancel/thread.cfa (modified)
	* tests/exceptions/conditional.cfa (modified)
	* tests/exceptions/data-except.cfa (modified)
	* tests/exceptions/defaults.cfa (modified)
	* tests/exceptions/finally.cfa (modified)
	* tests/exceptions/interact.cfa (modified)
	* tests/exceptions/polymorphic.cfa (modified)
	* tests/exceptions/resume.cfa (modified)
	* tests/exceptions/terminate.cfa (modified)
	* tests/exceptions/trash.cfa (modified)
	* tests/exceptions/type-check.cfa (modified)
	* tests/exceptions/virtual-cast.cfa (modified)
	* tests/exceptions/virtual-poly.cfa (modified)
	* tests/linking/exception-nothreads.cfa (modified)
	* tests/linking/exception-withthreads.cfa (modified)
	* tests/quasiKeyword.cfa (modified)

	Major exception update, seperating type-ids from virtual tables. The ...


Mon, 26 Oct 2020 16:17:28 GMT Andrew Beach <ajbeach@…> [ab8c6a6]
	* libcfa/src/concurrency/exception.cfa (modified)
	* libcfa/src/concurrency/monitor.cfa (modified)
	* libcfa/src/concurrency/thread.cfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/GenPoly/Specialize.cc (modified)
	* tests/exceptions/cancel/.expect/thread.txt (added)
	* tests/exceptions/cancel/thread.cfa (added)

	Thread Cancellation, a test for it and a required fix to
	Specialization.


Fri, 16 Oct 2020 19:59:35 GMT Andrew Beach <ajbeach@…> [afe2939]
	* tests/complex.cfa (modified)
	* tests/exceptions/cancel/coroutine.cfa (modified)
	* tests/exceptions/conditional.cfa (modified)
	* tests/exceptions/except-io.hfa (modified)
	* tests/exceptions/trash.cfa (modified)
	* tests/global-monomorph.cfa (modified)
	* tests/poly-d-cycle.cfa (modified)
	* tests/poly-o-cycle.cfa (modified)

	Removed #include <stdio.h> from tests that only use printf.


Wed, 09 Sep 2020 21:03:40 GMT Andrew Beach <ajbeach@…> [1c01c58]
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* libcfa/src/concurrency/exception.cfa (modified)
	* libcfa/src/concurrency/exception.hfa (modified)
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/exception.h (modified)
	* libcfa/src/exception.hfa (modified)
	* src/Common/Examine.cc (added)
	* src/Common/Examine.h (added)
	* src/Common/module.mk (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/Virtual/Tables.cc (added)
	* src/Virtual/Tables.h (added)
	* src/Virtual/module.mk (modified)
	* tests/exceptions/cancel/.expect/coroutine.txt (added)
	* tests/exceptions/cancel/coroutine.cfa (added)

	Rather large commit to get coroutine cancellation working.

	This ...