ObjFW  Check-in [f4bb3f5a76]

Overview
Comment:ObjFWTest: Make sure classes are initialized

This fixes it with the ObjFW runtime again, which was broken by the last
change that as a side effect no longer initialized classes. However,
before class_getSuperclass() can be called in the ObjFW runtime, the
class needs to be initialized.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f4bb3f5a76a5a498178d84e7b68550cb4246715e26e95c85b00f6faca8442202
User & Date: js on 2024-02-10 14:16:02
Other Links: manifest | tags
Context
2024-02-11
11:56
ObjFWTest: Add OTAssert(Not)Nil check-in: ef40fca9fd user: js tags: trunk
2024-02-10
14:16
Merge trunk into branch "objfwtest" check-in: d365229b6e user: js tags: objfwtest
14:16
ObjFWTest: Make sure classes are initialized check-in: f4bb3f5a76 user: js tags: trunk
14:00
ObjFWTest: Don't rely on +[isSubclassOfClass:] check-in: f5b4f0fa39 user: js tags: trunk
Changes