Cube  Check-in [1ee33c9983]

Overview
Comment:Don't depend on global constructors for commands

This breaks when using ObjC, as these can run before the ObjC module is initialized, resulting in non-working message sends as the selectors are not registered yet.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1ee33c99835abc029ac202afad1f9b3bf26028e55ea1c53c53416c7566ef749d
User & Date: js on 2024-08-03 14:50:31
Other Links: manifest | tags
Context
2024-08-03
15:12
Start migrating commands / variables to ObjC++ check-in: f4c57c1df0 user: js tags: trunk
14:50
Don't depend on global constructors for commands check-in: 1ee33c9983 user: js tags: trunk
13:17
Add server to meson.build check-in: 0cfe4b85e2 user: js tags: trunk
Changes