{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":738080439,"defaultBranch":"master","name":"Compound","ownerLogin":"Wilhelm-Lee","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-01-02T11:24:24.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/100808920?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1724818811.0","currentOid":""},"activityList":{"items":[{"before":"7d13c4251aa618d54e9347230cbd17cee090ce14","after":"3c4d7070a2f8911d3181a0c798d1eac90c7648f5","ref":"refs/heads/latest","pushedAt":"2024-09-18T19:12:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(ADD) Added README.md;\n(ADD) Introduced Boolean;\n(ADD) Introduced Array;\n(ADD) Added common.h;\n(ADD) Added const.h;\n(ADD) Introduced Memory;\n(ADD) Added platform.h;\n(ADD) Introduced Registry;\n(ADD) Introduced Stack;\n(ADD) Introduced Status;\n(ADD) Introduced Type;\n(ADD) Added utils.h;","shortMessageHtmlLink":"(ADD) Added README.md;"}},{"before":"9dcaaa8cec463d23392bc4163d2ebba09e7fba24","after":"7d13c4251aa618d54e9347230cbd17cee090ce14","ref":"refs/heads/latest","pushedAt":"2024-08-28T05:32:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(ADD) Added installation scripts.","shortMessageHtmlLink":"(ADD) Added installation scripts."}},{"before":"c3a1ee0358af22df8dc43d3491dd6cb18c84fabf","after":"9dcaaa8cec463d23392bc4163d2ebba09e7fba24","ref":"refs/heads/latest","pushedAt":"2024-08-28T04:29:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(ADD) Added test.c.\n\n(ADD) Added CMake building system.\n\n(ADD) Added .gitignore.","shortMessageHtmlLink":"(ADD) Added test.c."}},{"before":null,"after":"c3a1ee0358af22df8dc43d3491dd6cb18c84fabf","ref":"refs/heads/latest","pushedAt":"2024-08-28T04:20:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(DEL) Deleted all the files except .git.","shortMessageHtmlLink":"(DEL) Deleted all the files except .git."}},{"before":"772a79ce0386ec699541f3b1c3a4ad16084ce4e5","after":null,"ref":"refs/heads/github_action_test","pushedAt":"2024-08-28T04:14:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"}},{"before":"e73179af3207aa9a373cfa3d3d9a7e8c016a5160","after":null,"ref":"refs/heads/github.com/latest","pushedAt":"2024-08-28T04:14:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"}},{"before":null,"after":"e73179af3207aa9a373cfa3d3d9a7e8c016a5160","ref":"refs/heads/github.com/latest","pushedAt":"2024-08-28T04:11:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(ADD) Added Container.\n\n(ADD) Added Thread.","shortMessageHtmlLink":"(ADD) Added Container."}},{"before":"d8e56dab87576686d355d6745f81a1cd66d3ea0b","after":"54501ba41262f11e78268654a75ee2be25c2cb67","ref":"refs/heads/master","pushedAt":"2024-08-07T08:27:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(ADD) Added a new documentation for \"READONLY\".\n(MOD) Enforced constructive operations of Array departed into Create,\n Preallocate, Allocate, (Reallocate,) Release and PostRelease.\n(MOD) Object life-cycle is now described with Liveness.\n(MOD) It is to prevent \"double free\", that the objects like Var and Array\n are required to be \"readonly\", after the instance were be to operated\n with CopyOf.\n(MOD) Changed attribution descriptors from \"alive\", \"prealive\" and \"nalive\"\n with \"liveness\".\n(MOD) Introduced a new enumeration \"Liveness\".\n(MOD) Changed the description from Status \"InstanceNotAlive\".\n(MOD) Introduced a new Status \"ReadonlyTarget\".\n(MOD) Introduced a new Status \"IncorrectLiveness\".\n(MOD) Enforced constructive operations of Var departed into Create,\n Preallocate, Allocate, (Reallocate,) Release and PostRelease.","shortMessageHtmlLink":"(ADD) Added a new documentation for \"READONLY\"."}},{"before":"8c056d1a3991cc1452e563447346a1d9fa82bbee","after":"d8e56dab87576686d355d6745f81a1cd66d3ea0b","ref":"refs/heads/master","pushedAt":"2024-08-06T04:44:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(RES) Restructured entire project.\n(MOD) Changed the file path in CMakeLists.txt to adapt the restructure.\n(ADD) Added Stack.\n(MOD) Enforced constructive operations of Array departed into Create,\n Allocate, (Reallocate) and Release.\n(ADD) Added CharSeq.\n(MOD) Made CharSeq utilities virtual.\n(ADD) Added a new MagicMacro \"naming(e, i)\" in common.h.\n(MOD) Modified the definition of \"apply\".\n(ADD) Added a new MagicMacro \"type(obj)\" in common.h.\n(ADD) Added a new type declaration specifier \"Var(T)\".\n(DEL) Removed a type declaration specifier \"String(T)\".\n(ADD) Added a new type declaration specifier \"virtual(funcdecl)\".\n(ADD) Added a new macro __COMPOUND_STACK_MAXIMUM__. Used by Stack.\n(ADD) Added a new interface implementer \"LITERALISE\"\n(ADD) Added a new interface implementer \"CONSTRUCTOR\"\n(ADD) Added a new interface implementer \"DESTRUCTOR\"\n(ADD) Added constructor_t. Used for specifying custom constructor for an object.\n(ADD) Added a default construction handler \"Constructor\".\n(ADD) Added destructor_t. Used for specifying custom destructor for an object.\n(ADD) Added a default destruction handler \"Destructor\".\n(ADD) Added File.\n(MOD) Modified the definition of Function.\n(ADD) Added a new operation for Function, \"Overwrite\".\n(ADD) Added a new operation utility for Function, \"IsVariadic\".\n(ADD) Added literalisation_t. Used for specifying custom literalisation for an object.\n(IMP) Implemented literalisation_t into Memory.\n(MOD) Modified Object.\n(ADD) Added Builder. Used to build objects with implementing Constructor and Destructor.\n(REN) Renamed UN... with CLEAR_... from \"enum PEN_RENDER_HIGHLIGHT_METHOD\" in pen.h.\n(ADD) Added definitions of __COMPOUND_STACK_MAXIMUM__ as 0x800000L in platform.h.\n(MOD) Modified macro error message in platform.h.\n(ADD) Added a new Status \"Failure\".\n(ADD) Added a new Status \"InvalidSize\".\n(ADD) Added a new Status \"SourceNotAlive\".\n(ADD) Added a new Status \"StoreNotAlive\".\n(REN) Renamed a Status \"ArrayLengthError\" with \"InvalidArrayLength\".\n(ADD) Added a new Status \"ArrayIndexOutOfBound\".\n(ADD) Added a new Status \"RecursionTerminated\".\n(DEL) Removed Status \"RecreationOnInstanceStillAlive\".\n(ADD) Added a new Status \"UnavailableSource\".\n(ADD) Added a new Status \"UnavailableStore\".\n(ADD) Added a new Status \"StringConversionPrecisionError\".\n(ADD) Added a new Status \"UnsupportedEncoding\".\n(ADD) Added a new Status \"FunctionNotDeployed\".\n(ADD) Added TimeZone.\n(ADD) Added TimeDate.\n(MOD) Enforced constructive operations of Var departed into Create,\n Allocate, (Reallocate) and Release.\n(DEL) Removed a Var operation \"Var_Assign\".","shortMessageHtmlLink":"(RES) Restructured entire project."}},{"before":"9f2b44bf99bf79afd0ad0421e73ea42b1e68c612","after":"8c056d1a3991cc1452e563447346a1d9fa82bbee","ref":"refs/heads/master","pushedAt":"2024-06-28T05:33:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Changed returning type of Var_Delete and Array_Delete from \"void\" to \"Status\": It requires more plaination when encountering non-alive instances.\n\n(MOD) Implemented Array_Equals.\n\n(MOD) Replaced struct member \"description\" from InstanceStillAlive from \"Given instance was yet alive.\" to \"Given instance was still alive.\".\n\n(MOD) Removed String_GetIdx and String_SetIdx: Meaningless functions.\n\n(MOD) Changed the assignment value of struct member \"identity\" of macro unknown, normal and error from \"nameof(e)\" to \"e.identity\".","shortMessageHtmlLink":"(MOD) Changed returning type of Var_Delete and Array_Delete from \"voi…"}},{"before":"310586ab860621fac6dae608bac1b4be5838c332","after":"9f2b44bf99bf79afd0ad0421e73ea42b1e68c612","ref":"refs/heads/master","pushedAt":"2024-06-27T08:01:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Fixed 1 bug in Memory_Reallocate: Now the size of inst is updating with the given size used for reallocation.\n\n(MOD) Replaced struct member prev from UnknownStatus, NormalStatus and ErrorStatus from NULL to &UnknownStatus, &NormalStatus and &ErrorStatus.\n\n(MOD) Rewrote Status_Equal, StatusUtils_Dump, StatusUtils_IsRecursive and StatusUtils_Depth in response to the change of struct member prev from UnknownStatus, NormalStatus and ErrorStatus.\n\n(MOD) Defined 1 more macro \"shift\".","shortMessageHtmlLink":"(MOD) Fixed 1 bug in Memory_Reallocate: Now the size of inst is updat…"}},{"before":"a63063de42aa85bc15925399894362aba07e13cf","after":"310586ab860621fac6dae608bac1b4be5838c332","ref":"refs/heads/master","pushedAt":"2024-06-26T12:20:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Removed Array_GetIdx and Array_SetIdx due to better approach was discovered.\n\n(MOD) Defined 2 more statuses: InvalidOperation, InvalidOperationBetweenAliveAndNonAlive.\n\n(MOD) Defined 1 more macro: assign.","shortMessageHtmlLink":"(MOD) Removed Array_GetIdx and Array_SetIdx due to better approach wa…"}},{"before":"8870e5e7db6a49ccc9af5fbf1d267c34007a586f","after":"a63063de42aa85bc15925399894362aba07e13cf","ref":"refs/heads/master","pushedAt":"2024-06-26T09:20:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Defined 1 more macro \"cast\".","shortMessageHtmlLink":"(MOD) Defined 1 more macro \"cast\"."}},{"before":"f5d82983a42605184c83fd7c9ff743fc009505af","after":"8870e5e7db6a49ccc9af5fbf1d267c34007a586f","ref":"refs/heads/master","pushedAt":"2024-06-26T08:54:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Reordered struct member \"members\" from \"Array\" from 2nd to 1st for a more convenient accessing to \"Var.addr in Array.member[0]\".\n\n(MOD) Modified test.c.","shortMessageHtmlLink":"(MOD) Reordered struct member \"members\" from \"Array\" from 2nd to 1st …"}},{"before":"bc4be4e29547700947e7bb25a7acb5af264d26f0","after":"f5d82983a42605184c83fd7c9ff743fc009505af","ref":"refs/heads/master","pushedAt":"2024-06-26T08:43:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Added Array into cmake building list.","shortMessageHtmlLink":"(MOD) Added Array into cmake building list."}},{"before":"d19256621b352067d4204141ad01bcd49bcbf7d4","after":"bc4be4e29547700947e7bb25a7acb5af264d26f0","ref":"refs/heads/master","pushedAt":"2024-06-26T07:23:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Implemented Array_Create, Array_CopyOf and Array_Delete\n\n(MOD) Replaced project compiler from \"gcc\" with \"clang\" due to out-of-order execution keep happening after running with Array.\n\n(MOD) Removed certain functions from Utils due to insufficiencies of usage.\n\n(MOD) Defined 1 more macro \"fail\".\n\n(MOD) Fixed 1 bug from \"var.c\": Struct member \"alive\" was not under supervision from the entire programme cycle.\n\n(MOD) Removed 1 useless usage for \"Utils_LiteraliseInteger\".\n\n(MOD) Removed 1 useless block of commented code.","shortMessageHtmlLink":"(MOD) Implemented Array_Create, Array_CopyOf and Array_Delete"}},{"before":"75a2b14c07ab3cb0dd6ae49e0fd74ff335fb12e5","after":"d19256621b352067d4204141ad01bcd49bcbf7d4","ref":"refs/heads/master","pushedAt":"2024-06-26T03:19:16.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Modified several places to adapt the extraction of Report.","shortMessageHtmlLink":"(MOD) Modified several places to adapt the extraction of Report."}},{"before":"9f1960e297b4c2e4c2bbcff949b21284147f0671","after":"75a2b14c07ab3cb0dd6ae49e0fd74ff335fb12e5","ref":"refs/heads/master","pushedAt":"2024-06-26T00:56:19.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Resumed using -Wall for compiler options.","shortMessageHtmlLink":"(MOD) Resumed using -Wall for compiler options."}},{"before":"24cd4a17dfcc192251e6f1c1d3ef7c555d26527c","after":"9f1960e297b4c2e4c2bbcff949b21284147f0671","ref":"refs/heads/master","pushedAt":"2024-06-25T12:02:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Refined README.","shortMessageHtmlLink":"(MOD) Refined README."}},{"before":"3f0907daa293935b3fcfa3a9dc0a7ddb09833e30","after":"24cd4a17dfcc192251e6f1c1d3ef7c555d26527c","ref":"refs/heads/master","pushedAt":"2024-06-25T11:59:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Refined README","shortMessageHtmlLink":"(MOD) Refined README"}},{"before":"bc3fd9dfadb42c8438640ae38e0414daa4f89e0d","after":"3f0907daa293935b3fcfa3a9dc0a7ddb09833e30","ref":"refs/heads/master","pushedAt":"2024-06-25T11:13:21.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(DEL) Deleted github action file.","shortMessageHtmlLink":"(DEL) Deleted github action file."}},{"before":"5e05e24e38a05caccba0e30f8d7ba0eb50b001ec","after":"772a79ce0386ec699541f3b1c3a4ad16084ce4e5","ref":"refs/heads/github_action_test","pushedAt":"2024-06-25T10:57:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Changed default shell from \"bash\" to \"sh\" in github action file.","shortMessageHtmlLink":"(MOD) Changed default shell from \"bash\" to \"sh\" in github action file."}},{"before":"b9c5bfbc00d8a69c55747cf8e45779ff70caf822","after":"5e05e24e38a05caccba0e30f8d7ba0eb50b001ec","ref":"refs/heads/github_action_test","pushedAt":"2024-06-25T09:51:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Aborted using bash for script executing for scripts modified are now supporting POSIX Shell.\n\n(MOD) Modified github action file for abort supporting MS Windows as the target in current stage.","shortMessageHtmlLink":"(MOD) Aborted using bash for script executing for scripts modified ar…"}},{"before":"acaa38099fd0fa85efd014140794b4b2a0086c00","after":"b9c5bfbc00d8a69c55747cf8e45779ff70caf822","ref":"refs/heads/github_action_test","pushedAt":"2024-06-25T07:00:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Added \"bash\" before \"./preinstall\" as well as \"./postinstall\".","shortMessageHtmlLink":"(MOD) Added \"bash\" before \"./preinstall\" as well as \"./postinstall\"."}},{"before":"5026f03692102631de78f319118e917cc103adc8","after":"acaa38099fd0fa85efd014140794b4b2a0086c00","ref":"refs/heads/github_action_test","pushedAt":"2024-06-25T06:56:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Added \"sudo\" before \"./preinstall\" as well as \"./postinstall\".","shortMessageHtmlLink":"(MOD) Added \"sudo\" before \"./preinstall\" as well as \"./postinstall\"."}},{"before":"55d9ddef39fa2593fe3d63d739bfd21a885aba15","after":"5026f03692102631de78f319118e917cc103adc8","ref":"refs/heads/github_action_test","pushedAt":"2024-06-25T06:50:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Added a feature where it displays the current user identity once it's not root.","shortMessageHtmlLink":"(MOD) Added a feature where it displays the current user identity onc…"}},{"before":"092dddf6c4dbf102573afd84c38ba3784f426274","after":"55d9ddef39fa2593fe3d63d739bfd21a885aba15","ref":"refs/heads/github_action_test","pushedAt":"2024-06-25T06:18:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Added more steps for project building.","shortMessageHtmlLink":"(MOD) Added more steps for project building."}},{"before":"242fcce9519ad9b1bc46275a3a9800cf2bf5cdf6","after":"092dddf6c4dbf102573afd84c38ba3784f426274","ref":"refs/heads/github_action_test","pushedAt":"2024-06-25T05:59:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Changed effecting branch from \"master\" to \"github_action_test\" which is more reasonable since this is testing on branch github_action_test.","shortMessageHtmlLink":"(MOD) Changed effecting branch from \"master\" to \"github_action_test\" …"}},{"before":null,"after":"242fcce9519ad9b1bc46275a3a9800cf2bf5cdf6","ref":"refs/heads/github_action_test","pushedAt":"2024-06-25T05:57:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Modified github action file for testing for extra step required by project.","shortMessageHtmlLink":"(MOD) Modified github action file for testing for extra step required…"}},{"before":"f88b2b5b021ee5eed998f012dc69632db35fd5cf","after":"bc3fd9dfadb42c8438640ae38e0414daa4f89e0d","ref":"refs/heads/master","pushedAt":"2024-06-25T05:15:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Wilhelm-Lee","name":"William Lee","path":"/Wilhelm-Lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100808920?s=80&v=4"},"commit":{"message":"(MOD) Modified file install that added auto-creating directory in need.","shortMessageHtmlLink":"(MOD) Modified file install that added auto-creating directory in need."}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOFQxOToxMjo0Ny4wMDAwMDBazwAAAAS6E1-s","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0yNVQwNToxNToxNi4wMDAwMDBazwAAAARuNFEP"}},"title":"Activity · Wilhelm-Lee/Compound"}