From 6b88d7e3fef5fa9e3b11d052e412373915749aa8 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Mon, 9 Feb 2026 00:02:21 +0000 Subject: [PATCH] Add TODO for updating UUID implementation --- src/uuid/uuid.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uuid/uuid.h b/src/uuid/uuid.h index 4707378..1ee0686 100644 --- a/src/uuid/uuid.h +++ b/src/uuid/uuid.h @@ -20,6 +20,8 @@ struct WUUID { Str8 uuid; }; +// TODO (Abdelrahman): Update UUID implementation to work properly with C++ and tests for validation + #define wapp_uuid_gen_uuid4() *(wapp_uuid_init_uuid4(&wapp_uuid_create())) /* Low level UUID API */