# # ChangeLog for tests/generator # # Generated by Trac 1.2.1 # Apr 27, 2024, 12:33:53 PM Thu, 12 Nov 2020 19:08:39 GMT Thierry Delisle [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 [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 [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 ...