Files
cappuccino/Tests/Foundation
David Richardson e51f0df1a6 Fix static analysis warnings for unused iteration variables in Foundation tests
The `for...of` syntax tests in `CPSetTest` and `CPDictionaryTest` iterate over empty collections. This leaves the bound variables unread, which triggers the static analyzer and fails the zero-warning CI policy.

Standard Javascript idioms for handling blank identifiers (such as `_` or pure evaluation via `void`) are either unsupported or cause AST collisions within the Node.js parser. The variables are now explicitly evaluated using native Objective-J message sends. This registers a read operation for the analyzer, preserves the legacy parser's structural expectations, and ensures the runtime state remains pristine.
2026-08-20 21:21:56 -06:00
..
2020-07-13 20:37:52 +02:00
2015-02-26 22:07:15 -05:00
2010-12-02 11:44:42 -08:00
2014-11-01 09:26:37 -04:00
2013-01-24 00:08:47 +00:00
2013-01-24 09:01:54 +08:00
2011-05-04 19:07:06 +02:00
2015-02-03 16:46:49 -08:00
2012-03-12 20:14:11 +00:00
2026-04-03 13:33:06 +02:00
2025-09-02 15:51:40 +03:00
2014-12-16 21:43:19 +01:00
2010-11-13 02:29:04 +01:00
2013-01-19 02:11:37 +00:00