{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":370541005,"defaultBranch":"mob","name":"tinycc","ownerLogin":"C-Chads","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-05-25T02:28:27.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/71681383?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1621909717.020876","currentOid":""},"activityList":{"items":[{"before":"31206a5bb8a7cb8d67b3da9a541f910e4e57685a","after":"08c777053cb3b7f4f5d33bb0beeb82787d30ebe0","ref":"refs/heads/mob","pushedAt":"2023-10-16T01:10:52.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"gek169","name":"REDACTED","path":"/gek169","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6974902?s=80&v=4"},"commit":{"message":"Support aliasing static global nonfunction objects\n\nEnables code such as:\n\n #undef NDEBUG\n #include \n #include \n static int st_x = 42;\n static int st_x_ __attribute((alias(\"st_x\")));\n int main(void){ assert((uintptr_t)&st_x == (uintptr_t)&st_x_); }\n\nwhich would previously fail with no compiler warnings. The limitation of\nthis is that the alias must be done (or redone) after an actual definition.\nAn alias done right after a later overridden tentative declaration won't\nwork (sufficient for my use case).","shortMessageHtmlLink":"Support aliasing static global nonfunction objects"}},{"before":"583c3b47466b80de9fe8a6b9ac4e6c4709187284","after":"31206a5bb8a7cb8d67b3da9a541f910e4e57685a","ref":"refs/heads/mob","pushedAt":"2023-09-10T03:07:33.000Z","pushType":"push","commitsCount":21,"pusher":{"login":"gek169","name":"REDACTED","path":"/gek169","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6974902?s=80&v=4"},"commit":{"message":"Fix tests/tests2/Makefile for win32","shortMessageHtmlLink":"Fix tests/tests2/Makefile for win32"}},{"before":"0ec3a40dfd9513f3e803450eaa1ed7833f89568c","after":"583c3b47466b80de9fe8a6b9ac4e6c4709187284","ref":"refs/heads/mob","pushedAt":"2023-06-09T18:36:31.479Z","pushType":"push","commitsCount":3,"pusher":{"login":"gek169","name":"REDACTED","path":"/gek169","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6974902?s=80&v=4"},"commit":{"message":"Update to previous patch (remove the strcpy.)","shortMessageHtmlLink":"Update to previous patch (remove the strcpy.)"}},{"before":"bdec3c534583066cf097543f265ad620a8baa30d","after":"0ec3a40dfd9513f3e803450eaa1ed7833f89568c","ref":"refs/heads/mob","pushedAt":"2023-04-28T19:22:28.000Z","pushType":"push","commitsCount":32,"pusher":{"login":"gek169","name":"REDACTED","path":"/gek169","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6974902?s=80&v=4"},"commit":{"message":"about CONST_WANTED & VT_NONCONST\n\n- integrate CONST_WANTED with nocode_wanted\n- expr_const() checks VT_NONCONST","shortMessageHtmlLink":"about CONST_WANTED & VT_NONCONST"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADl5jroQA","startCursor":null,"endCursor":null}},"title":"Activity ยท C-Chads/tinycc"}