#
# ChangeLog for tests/nowarn/.expect
#
# Generated by Trac 1.2.1
# Mar 6, 2025, 4:02:10 PM

Wed, 18 Dec 2024 23:37:11 GMT Michael Brooks <mlbrooks@…> [e0330d2c]
	* doc/proposals/nowarn.md (added)
	* src/CodeGen/CodeGenerator.cpp (modified)
	* tests/Makefile.am (modified)
	* tests/array-collections/array-basic.cfa (modified)
	* tests/nowarn/.expect/zero-thunk.txt (added)
	* tests/nowarn/zero-thunk.cfa (added)

	Remove unnecessary special case for zero_t in code gen that caused ...


Wed, 18 Dec 2024 18:02:07 GMT Michael Brooks <mlbrooks@…> [faf9e19]
	* tests/Makefile.am (modified)
	* tests/nowarn/.expect/fstream.txt (deleted)
	* tests/nowarn/.expect/list.txt (deleted)
	* tests/nowarn/.expect/string.txt (deleted)
	* tests/nowarn/fstream.cfa (deleted)
	* tests/nowarn/list.cfa (deleted)
	* tests/nowarn/string.cfa (deleted)

	Explicate the present state for test-suite programs being free of ...


Fri, 13 Dec 2024 22:30:11 GMT Michael Brooks <mlbrooks@…> [d30c229]
	* tests/nowarn/.expect/string.txt (added)
	* tests/nowarn/string.cfa (added)

	Add test for milestone: String is warning-free


Fri, 13 Dec 2024 22:29:12 GMT Michael Brooks <mlbrooks@…> [96ef156]
	* libcfa/src/bits/debug.hfa (modified)
	* libcfa/src/iostream.hfa (modified)
	* tests/nowarn/.expect/fstream.txt (added)
	* tests/nowarn/fstream.cfa (added)

	Fix IO stream to be warning-free.


Fri, 13 Dec 2024 22:05:32 GMT Michael Brooks <mlbrooks@…> [fb0f04d]
	* src/ControlStruct/ExceptDecl.cpp (modified)
	* tests/nowarn/.expect/exception.txt (added)
	* tests/nowarn/exception.cfa (added)

	Fix exceptions to be warning-free.


Fri, 13 Dec 2024 20:43:30 GMT Michael Brooks <mlbrooks@…> [9b01ed1]
	* tests/nowarn/.expect/socket.txt (deleted)
	* tests/nowarn/socket.cfa (deleted)

	End the meta-test of warning detection.  Reverse 135197188ba.

	This ...


Fri, 13 Dec 2024 18:07:59 GMT Michael Brooks <mlbrooks@…> [13519718]
	* tests/nowarn/.expect/socket.txt (added)
	* tests/nowarn/socket.cfa (added)

	Begin an exploratory meta-test of warning detection.  This change ...


Thu, 12 Dec 2024 21:45:14 GMT Michael Brooks <mlbrooks@…> [8ee211d]
	* libcfa/src/collections/array.hfa (modified)
	* libcfa/src/collections/list.hfa (modified)
	* tests/nowarn/.expect/array.txt (added)
	* tests/nowarn/.expect/list.txt (added)
	* tests/nowarn/array.cfa (added)
	* tests/nowarn/list.cfa (added)

	Make array and list headers free of warnings upon include and as used ...


Thu, 12 Dec 2024 21:35:32 GMT Michael Brooks <mlbrooks@…> [35cc6d4]
	* src/GenPoly/Box.cpp (modified)
	* src/Validate/Autogen.cpp (modified)
	* src/Validate/CompoundLiteral.cpp (modified)
	* src/Validate/ImplementEnumFunc.cpp (modified)
	* tests/.expect/KRfunctions.arm64.txt (modified)
	* tests/.expect/KRfunctions.x64.txt (modified)
	* tests/.expect/KRfunctions.x86.txt (modified)
	* tests/.expect/attributes.arm64.txt (modified)
	* tests/.expect/attributes.x64.txt (modified)
	* tests/.expect/attributes.x86.txt (modified)
	* tests/.expect/declarationSpecifier.arm64.txt (modified)
	* tests/.expect/declarationSpecifier.x64.txt (modified)
	* tests/.expect/declarationSpecifier.x86.txt (modified)
	* tests/.expect/extension.arm64.txt (modified)
	* tests/.expect/extension.x64.txt (modified)
	* tests/.expect/extension.x86.txt (modified)
	* tests/.expect/functions.arm64.txt (modified)
	* tests/.expect/functions.x64.txt (modified)
	* tests/.expect/functions.x86.txt (modified)
	* tests/.expect/gccExtensions.arm64.txt (modified)
	* tests/.expect/gccExtensions.x64.txt (modified)
	* tests/.expect/gccExtensions.x86.txt (modified)
	* tests/nowarn/.expect/unused.txt (added)
	* tests/nowarn/unused.cfa (added)

	Mitigate several unused-declaration warnings in generated code.

	See ...


Wed, 11 Dec 2024 23:32:21 GMT Michael Brooks <mlbrooks@…> [e797179]
	* tests/Makefile.am (modified)
	* tests/nowarn/.expect/no-autogen.txt (added)
	* tests/nowarn/no-autogen.cfa (added)

	Accept meta-test, expecting the buid to fail.

	The fix is ...