#
# ChangeLog for tests/generator
#
# Generated by Trac 1.2.1
# Mar 8, 2025, 4:22:14 PM

Sat, 17 Aug 2024 19:15:21 GMT Peter A. Buhr <pabuhr@…> [3ac5fd8]
	* doc/theses/jiada_liang_MMath/CFAenum.tex (modified)
	* doc/user/user.tex (modified)
	* libcfa/src/collections/string_res.cfa (modified)
	* libcfa/src/enum.cfa (modified)
	* libcfa/src/iostream.cfa (modified)
	* libcfa/src/iostream.hfa (modified)
	* libcfa/src/parseconfig.cfa (modified)
	* tests/.expect/copyfile.txt (modified)
	* tests/.in/copyfile.txt (modified)
	* tests/concurrency/examples/quickSort.cfa (modified)
	* tests/copyfile.cfa (modified)
	* tests/coroutine/.expect/fmtLines.txt (modified)
	* tests/coroutine/.in/fmtLines.txt (modified)
	* tests/coroutine/cntparens.cfa (modified)
	* tests/coroutine/devicedriver.cfa (modified)
	* tests/coroutine/fmtLines.cfa (modified)
	* tests/enum_tests/input.cfa (modified)
	* tests/generator/.expect/fmtLines.txt (modified)
	* tests/generator/.in/fmtLines.txt (modified)
	* tests/generator/fmtLines.cfa (modified)

	first attempt changing end-of-file to an exception


Fri, 11 Jun 2021 01:57:41 GMT Peter A. Buhr <pabuhr@…> [3720c9aa]
	* tests/generator/fibonacci.cfa (modified)
	* tests/generator/fmtLines.cfa (modified)
	* tests/generator/suspend_then.cfa (modified)

	formatting and indicate compiler bug


Thu, 12 Nov 2020 19:08:39 GMT Thierry Delisle <tdelisle@…> [172dba9c]
	* tests/generator/suspend_then.cfa (modified)

	Change generator suspend then to give same output regardless of order ...


Thu, 05 Mar 2020 22:50:29 GMT Thierry Delisle <tdelisle@…> [dfa4360]
	* tests/concurrent/.expect/suspend_then.txt (added)
	* tests/concurrent/suspend_then.cfa (moved)
	* tests/coroutine/suspend_then.cfa (modified)
	* tests/errors/suspend.cfa (added)
	* tests/generator/.expect/fmtLines.txt (added)
	* tests/generator/.expect/suspend_then.txt (added)
	* tests/generator/.in/fmtLines.txt (added)
	* tests/generator/fmtLines.cfa (added)
	* tests/generator/suspend_then.cfa (added)

	Added several tests for generators


Mon, 02 Mar 2020 21:59:27 GMT Thierry Delisle <tdelisle@…> [427854b]
	* benchmark/ctxswitch/cfa_cor.cfa (modified)
	* libcfa/prelude/builtins.c (modified)
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* src/AST/Decl.hpp (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/GenPoly/Lvalue.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/parser.yy (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/Statement.h (modified)
	* tests/concurrent/coroutineThen.cfa (modified)
	* tests/concurrent/coroutineYield.cfa (modified)
	* tests/coroutine/.in/fmtLines.txt (modified)
	* tests/coroutine/cntparens.cfa (modified)
	* tests/coroutine/devicedriver.cfa (modified)
	* tests/coroutine/fibonacci.cfa (modified)
	* tests/coroutine/fibonacci_1.cfa (modified)
	* tests/coroutine/fmtLines.cfa (modified)
	* tests/coroutine/raii.cfa (modified)
	* tests/coroutine/runningTotal.cfa (modified)
	* tests/coroutine/suspend_then.cfa (modified)
	* tests/generator/.expect/fibonacci.txt (added)
	* tests/generator/fibonacci.cfa (added)

	First draft implementation of generators, still missing error ...