ObjFW  Changes To API Review for 1.0

Changes to "API Review for 1.0" between 2022-09-19 19:30:33 and 2022-09-23 11:46:10

230
231
232
233
234
235
236
237
238
239



240
241
242
243
244
245
246
230
231
232
233
234
235
236



237
238
239
240
241
242
243
244
245
246







-
-
-
+
+
+








Some things still need to be checked on a global level:

* ✅ Classes that already reserve ivars need to be considered to be changed to restricted subclassing
* ✅ All classes either restrict subclassing or reserve ivars
* ❌ All exception throws need to be audited (they're part of the API, too!)
  * ✅ OFASPrintF.m
  *  OFAdjacentArray.m
  *  OFApplication.m
  *  OFArray.m
  *  OFAdjacentArray.m
  *  OFApplication.m
  *  OFArray.m
  * ❌ OFBitSetCharacterSet.m
  * ❌ OFBlock.m
  * ❌ OFBytesValue.m
  * ❌ OFColor.m
  * ❌ OFCondition.m
  * ❌ OFConstantString.m
  * ❌ OFCountedMapTableSet.m