David Richardson
84dab55993
Fix legacy compiler warnings in CPMapTable
...
Using ES6 destructuring in the `for...of` loop declaration
(`var [key, value] of _map.entries()`) causes the legacy
Objective-J compiler to emit "uninitialized global variable"
warnings for `key` and `value`.
This raises concerns about variable scoping and generates
unacceptable noise in the CI pipeline. To resolve the warnings,
the loop has been restructured to use standard array indexing
inside the loop body.
A TODO has been added to revert to ES6 destructuring once the
legacy compiler is retired.
2026-08-11 13:04:05 -06:00
..
2026-08-04 18:40:57 -06:00
2022-11-21 16:33:56 +01:00
2026-07-21 11:05:11 -06:00
2014-11-06 10:17:05 -08:00
2020-01-31 13:43:58 +01:00
2026-08-05 13:47:28 -06:00
2014-11-06 10:17:05 -08:00
2020-01-31 13:43:58 +01:00
2020-06-30 20:52:34 +02:00
2026-07-21 15:15:53 -06:00
2013-08-12 16:46:14 +02:00
2026-07-21 15:15:53 -06:00
2020-01-31 13:43:58 +01:00
2018-03-04 11:55:34 +01:00
2012-12-16 17:38:47 +01:00
2025-05-14 10:09:01 +02:00
2025-05-14 10:09:01 +02:00
2026-07-21 15:15:53 -06:00
2019-06-13 16:09:17 +02:00
2015-04-22 11:22:44 -07:00
2013-03-05 18:52:06 +00:00
2025-09-25 07:27:17 +02:00
2010-12-26 01:34:37 +02:00
2025-05-14 10:09:01 +02:00
2026-08-04 17:47:44 -06:00
2020-01-31 13:43:58 +01:00
2010-12-26 01:34:37 +02:00
2014-11-06 10:17:05 -08:00
2026-07-21 15:15:53 -06:00
2026-08-05 13:47:28 -06:00
2015-01-13 13:57:22 -08:00
2010-12-26 01:34:37 +02:00
2021-08-19 10:56:13 +02:00
2020-10-02 13:52:42 +02:00
2020-01-31 13:43:58 +01:00
2020-01-31 13:43:58 +01:00
2026-07-08 17:35:33 -06:00
2026-03-24 21:34:39 +01:00
2012-12-16 17:38:47 +01:00
2026-08-11 13:04:05 -06:00
2015-01-13 11:46:53 -08:00
2020-01-31 13:43:58 +01:00
2026-07-21 15:15:53 -06:00
2010-12-26 01:34:37 +02:00
2026-08-04 18:09:27 -06:00
2026-08-04 19:46:09 -06:00
2016-11-12 18:30:02 +01:00
2010-12-16 20:20:58 +02:00
2014-12-16 18:43:08 +01:00
2014-12-16 18:43:08 +01:00
2011-01-23 08:43:46 -08:00
2019-04-08 14:42:23 +02:00
2014-11-06 10:17:05 -08:00
2020-01-31 13:43:58 +01:00
2013-08-12 16:46:14 +02:00
2013-01-18 14:24:37 +01:00
2026-07-08 08:58:53 -06:00
2026-07-23 15:26:31 -06:00
2026-07-21 15:15:53 -06:00
2020-01-31 13:43:58 +01:00
2025-05-14 10:09:01 +02:00
2022-10-06 11:24:56 +02:00
2014-11-06 17:23:27 -05:00
2016-03-28 23:32:48 -07:00
2013-01-11 10:53:42 +00:00
2026-07-21 15:15:53 -06:00
2026-07-21 15:15:53 -06:00
2026-07-21 15:15:53 -06:00
2014-11-06 10:17:05 -08:00
2026-07-08 08:58:53 -06:00
2020-01-31 13:43:58 +01:00
2020-01-31 13:43:58 +01:00
2026-08-05 13:47:28 -06:00
2022-03-17 21:07:16 +01:00
2021-08-25 09:32:58 +02:00