Fixed non-local ehm memory leak that occurs when a coroutine is deleted while suspended in a catchresume handler (details)
added test case for non-local ehm memory leak (details)
Some clean-up in src/Makefile.am (no change in behaviour). (details)
It turns out enumerate does work if you use this very particular form of the for loop added in C++17. Ironically in this simple vector case it is about as complex. Swapped the order of fields in the enuemate value to make the binding read key-then-value. (details)
Major round of clean-up in the GenPoly directory. (details)
added architecture specific expect files for non-local exception test since it uses prng (details)
added arm64 expect file for non-local exception test (details)
added x86 expect file for non-local exception test cardgame (details)
Round of clean-up in Tuples directory. (Skipping TupleExpansion, which will be fused together later.) (details)
Reformating and clean-up in SymTab directory. (details)
fixed bug where uninit mem was sometimes printed in test (details)
Commit
45a091b00fd95491b28961bb07e3975caedbe601
by ajbeach
It turns out enumerate does work if you use this very particular form of the for loop added in C++17. Ironically in this simple vector case it is about as complex. Swapped the order of fields in the enuemate value to make the binding read key-then-value.