ObjFW  Check-in [f5b4f0fa39]

Overview
Comment:ObjFWTest: Don't rely on +[isSubclassOfClass:]

Not all classes returned by objc_copyClassList() might have this method.

This fixes crashing when using the Apple runtime (which presumably has
some internal classes without said method).

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f5b4f0fa39817304820efca20ea577223fea5fd7516374802413b38cb1237203
User & Date: js on 2024-02-10 14:00:38
Original Comment: ObjFWTest: Don't rely on +[isSubclassOfClass]

Not all classes returned by objc_copyClassList() might have this method.

This fixes crashing when using the Apple runtime (which presumably has
some internal classes without said method).

Other Links: manifest | tags
Context
2024-02-10
14:16
ObjFWTest: Make sure classes are initialized check-in: f4bb3f5a76 user: js tags: trunk
14:02
Merge trunk into branch "objfwtest" check-in: d47c2a18aa user: js tags: objfwtest
14:00
ObjFWTest: Don't rely on +[isSubclassOfClass:] check-in: f5b4f0fa39 user: js tags: trunk
13:14
Silence warnings coming from OTAssert.h check-in: f264948665 user: js tags: trunk
Changes