{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":454436142,"defaultBranch":"main","name":"Zork","ownerLogin":"zerodaycode","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-02-01T15:14:34.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/72573064?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717166047.0","currentOid":""},"activityList":{"items":[{"before":"82cef53d6e41c2dc213c1a374a3ceec0bf760fc6","after":"226099c25ce1d3544900ad38ff0b42fc880d7dc3","ref":"refs/heads/refactor-and-clean-code","pushedAt":"2024-06-07T06:23:13.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"feat(wip): saving the job so far","shortMessageHtmlLink":"feat(wip): saving the job so far"}},{"before":"c49defbf1708c8df722d1607f592eab1ce696ce3","after":"82cef53d6e41c2dc213c1a374a3ceec0bf760fc6","ref":"refs/heads/refactor-and-clean-code","pushedAt":"2024-06-01T12:04:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"feat: Moving towards the owned data processing model\nfeat: removed the cache last generated commands, so they're one only one entity\nfeat: reworked the conversion from our cache to the compile_commands.json format\nfeat: unified the serialization and serialization entities. The intermediate ones used to clone data from the non-owned version of the cache has been deleted, and the SourceCommandLine now only works with owned data, so there's no need anymore to use those intermediate data mappers (that already was cloning from borrowed data)","shortMessageHtmlLink":"feat: Moving towards the owned data processing model"}},{"before":"17b7321199c0987d54805aafd66e9b3fd84beac3","after":"c49defbf1708c8df722d1607f592eab1ce696ce3","ref":"refs/heads/refactor-and-clean-code","pushedAt":"2024-05-31T14:34:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"chore: setting up the base ideas of the refactor and the clean-up","shortMessageHtmlLink":"chore: setting up the base ideas of the refactor and the clean-up"}},{"before":null,"after":"17b7321199c0987d54805aafd66e9b3fd84beac3","ref":"refs/heads/refactor-and-clean-code","pushedAt":"2024-05-31T14:34:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"fix: Missed &mut on the benchmarks module","shortMessageHtmlLink":"fix: Missed &mut on the benchmarks module"}},{"before":"c523df8b29ad5bdf1ae63b84dc2d276098492c7f","after":"17b7321199c0987d54805aafd66e9b3fd84beac3","ref":"refs/heads/main","pushedAt":"2024-05-30T19:42:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"fix: Missed &mut on the benchmarks module","shortMessageHtmlLink":"fix: Missed &mut on the benchmarks module"}},{"before":"a097c75920dd49700d8541a1bd2296bd555f755e","after":"c523df8b29ad5bdf1ae63b84dc2d276098492c7f","ref":"refs/heads/main","pushedAt":"2024-05-30T19:37:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"feat: Caching the builds of the compiler's vendors C++ std and C ISO standard libraries","shortMessageHtmlLink":"feat: Caching the builds of the compiler's vendors C++ std and C ISO …"}},{"before":"90664a61ac00d6bd3bf78cfada765423bb711d1c","after":"a097c75920dd49700d8541a1bd2296bd555f755e","ref":"refs/heads/main","pushedAt":"2024-05-25T09:43:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"Msvc modular stdlib (#108)\n\n* chore(wip)!: MSVC is now able to run again by invoking 'cmd'\r\n\r\n* chore(wip): Trying the newest specs of MSVC to build the std library as a named module\r\n\r\n* chore(wip): Named arguments for build the std library as a module with MSVC\r\n\r\n* feat: MSVC enviroment variables of the 'Developers Command Prompt' are now injected directly in the underlying calling shell\r\n\r\nThis will allows us finally to remove the legacy code that needed to\r\nlaunch the vsvars.bat script to set the env vars for every command, and\r\npass them to the underlying shell, directly invoking cl from there\r\n\r\n* feat: Finally we're able to generify the command line output generation call syntax for every supported compiler\r\n\r\n* feat(WIP)Re-designing the templates to be loaded dynamically with toml instead of the horrible .replace\r\n\r\n* feat(WIP)Re-designing the templates to be loaded dynamically with toml instead of the horrible .replace\r\n\r\n* chore(wip)!: closing the gap to reworks the tests acording the new Zork invoking way (project_root, as Cargo)\r\n\r\n* fix: setting up the correct paths on the MSVC targeted tests\r\nchore: cleaning the examples for local tests\r\n\r\n* feat: MSVC with modular std libraries for both std and std.compat is now fully supported\r\n\r\n* fix: Incorrect tmp paths of Clang and GCC tests\r\n\r\n* fix: cleaning hardcoded --driver-path for clang16 on test\r\n\r\n* feat: Split the tests per compiler and operating system on the upstream workflows\r\n\r\n* feat(0.9.0): release 0.9.0","shortMessageHtmlLink":"Msvc modular stdlib (#108)"}},{"before":"b7131db9b230d42e211f31e4d976cf395180bc44","after":"2399c37e9820ddd888e8edc1efda4a834e48370c","ref":"refs/heads/msvc-modular-stdlib","pushedAt":"2024-05-25T09:31:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"feat(0.9.0): release 0.9.0","shortMessageHtmlLink":"feat(0.9.0): release 0.9.0"}},{"before":"65684f54def50054a585ba33454babf285c602b5","after":"b7131db9b230d42e211f31e4d976cf395180bc44","ref":"refs/heads/msvc-modular-stdlib","pushedAt":"2024-05-25T09:24:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"feat: Split the tests per compiler and operating system on the upstream workflows","shortMessageHtmlLink":"feat: Split the tests per compiler and operating system on the upstre…"}},{"before":"142dc0006f3537fa60747a2b8904cbdb5fbc86ea","after":"65684f54def50054a585ba33454babf285c602b5","ref":"refs/heads/msvc-modular-stdlib","pushedAt":"2024-05-25T09:19:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"fix: cleaning hardcoded --driver-path for clang16 on test","shortMessageHtmlLink":"fix: cleaning hardcoded --driver-path for clang16 on test"}},{"before":"4cba0f59719de2631318aeb3185091794fc0e0f1","after":"142dc0006f3537fa60747a2b8904cbdb5fbc86ea","ref":"refs/heads/msvc-modular-stdlib","pushedAt":"2024-05-25T09:05:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"fix: Incorrect tmp paths of Clang and GCC tests","shortMessageHtmlLink":"fix: Incorrect tmp paths of Clang and GCC tests"}},{"before":"080fa577c3db7d3b66e4282f0198f2efe1ef809a","after":"4cba0f59719de2631318aeb3185091794fc0e0f1","ref":"refs/heads/msvc-modular-stdlib","pushedAt":"2024-05-24T17:43:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"feat: MSVC with modular std libraries for both std and std.compat is now fully supported","shortMessageHtmlLink":"feat: MSVC with modular std libraries for both std and std.compat is …"}},{"before":"2c729982cc75036adc5f35cac4520b4dcd8a2274","after":"080fa577c3db7d3b66e4282f0198f2efe1ef809a","ref":"refs/heads/msvc-modular-stdlib","pushedAt":"2024-05-23T20:27:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"chore(wip)!: closing the gap to reworks the tests acording the new Zork invoking way (project_root, as Cargo)","shortMessageHtmlLink":"chore(wip)!: closing the gap to reworks the tests acording the new Zo…"}},{"before":"ed9f9914bc0a4f8de9bc32f3ca195fbdb5a1a30d","after":"2c729982cc75036adc5f35cac4520b4dcd8a2274","ref":"refs/heads/msvc-modular-stdlib","pushedAt":"2024-05-20T20:29:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"feat(WIP)Re-designing the templates to be loaded dynamically with toml instead of the horrible .replace","shortMessageHtmlLink":"feat(WIP)Re-designing the templates to be loaded dynamically with tom…"}},{"before":"956c1a423d23a28d8b443f80cffdf667b02b217c","after":"ed9f9914bc0a4f8de9bc32f3ca195fbdb5a1a30d","ref":"refs/heads/msvc-modular-stdlib","pushedAt":"2024-05-20T20:29:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"feat(WIP)Re-designing the templates to be loaded dynamically with toml instead of the horrible .replace","shortMessageHtmlLink":"feat(WIP)Re-designing the templates to be loaded dynamically with tom…"}},{"before":"43f43e5c59a76b419477488bb3caeb71344b67bd","after":"956c1a423d23a28d8b443f80cffdf667b02b217c","ref":"refs/heads/msvc-modular-stdlib","pushedAt":"2024-05-19T20:02:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"feat: Finally we're able to generify the command line output generation call syntax for every supported compiler","shortMessageHtmlLink":"feat: Finally we're able to generify the command line output generati…"}},{"before":"3f0f0d546635a96f7de34c75837c051b6aa448c6","after":"43f43e5c59a76b419477488bb3caeb71344b67bd","ref":"refs/heads/msvc-modular-stdlib","pushedAt":"2024-05-19T19:43:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"feat: MSVC enviroment variables of the 'Developers Command Prompt' are now injected directly in the underlying calling shell\n\nThis will allows us finally to remove the legacy code that needed to\nlaunch the vsvars.bat script to set the env vars for every command, and\npass them to the underlying shell, directly invoking cl from there","shortMessageHtmlLink":"feat: MSVC enviroment variables of the 'Developers Command Prompt' ar…"}},{"before":"81061f9042c584bdf1e1ecba3753c243445f113c","after":"3f0f0d546635a96f7de34c75837c051b6aa448c6","ref":"refs/heads/msvc-modular-stdlib","pushedAt":"2024-05-17T23:18:16.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"chore(wip): Named arguments for build the std library as a module with MSVC","shortMessageHtmlLink":"chore(wip): Named arguments for build the std library as a module wit…"}},{"before":"90664a61ac00d6bd3bf78cfada765423bb711d1c","after":"81061f9042c584bdf1e1ecba3753c243445f113c","ref":"refs/heads/msvc-modular-stdlib","pushedAt":"2024-05-16T20:25:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"chore(wip)!: MSVC is now able to run again by invoking 'cmd'","shortMessageHtmlLink":"chore(wip)!: MSVC is now able to run again by invoking 'cmd'"}},{"before":"27717107960ec6bd13e4658270b58219836a7256","after":"90664a61ac00d6bd3bf78cfada765423bb711d1c","ref":"refs/heads/msvc-modular-stdlib","pushedAt":"2024-05-14T19:00:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"fix: cargo fmt","shortMessageHtmlLink":"fix: cargo fmt"}},{"before":null,"after":"27717107960ec6bd13e4658270b58219836a7256","ref":"refs/heads/msvc-modular-stdlib","pushedAt":"2024-05-14T18:59:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"feat: solving Clippy issues up to Rust 1.78.0 (29/04/2024)","shortMessageHtmlLink":"feat: solving Clippy issues up to Rust 1.78.0 (29/04/2024)"}},{"before":"27717107960ec6bd13e4658270b58219836a7256","after":"d15a6dc319fda82f32e633e2942834f0f83c2ba0","ref":"refs/heads/workspaces","pushedAt":"2024-05-03T12:38:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"feat: cleaned the commentary on the GCC tests, since GCC is already working with C++ standard modules","shortMessageHtmlLink":"feat: cleaned the commentary on the GCC tests, since GCC is already w…"}},{"before":"cc4fac0622a6004746d6d39db45e0ff086d32c1f","after":"27717107960ec6bd13e4658270b58219836a7256","ref":"refs/heads/workspaces","pushedAt":"2024-05-02T12:59:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"feat: solving Clippy issues up to Rust 1.78.0 (29/04/2024)","shortMessageHtmlLink":"feat: solving Clippy issues up to Rust 1.78.0 (29/04/2024)"}},{"before":"bae2dc5cd5cc6ed77e8e0c8c9189360458fcaa97","after":"cc4fac0622a6004746d6d39db45e0ff086d32c1f","ref":"refs/heads/workspaces","pushedAt":"2024-05-02T12:48:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"feat: Adding a Rust toolchain for the MSVC workflow on Windows","shortMessageHtmlLink":"feat: Adding a Rust toolchain for the MSVC workflow on Windows"}},{"before":"1ff0c94f862924af793adfc713516b5637f877f4","after":"bae2dc5cd5cc6ed77e8e0c8c9189360458fcaa97","ref":"refs/heads/workspaces","pushedAt":"2024-05-02T12:30:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"fix: Missing use statements for conditional tests","shortMessageHtmlLink":"fix: Missing use statements for conditional tests"}},{"before":"4a4fc7611adbe2f8180bb31d985f4e24b9986c1c","after":"1ff0c94f862924af793adfc713516b5637f877f4","ref":"refs/heads/workspaces","pushedAt":"2024-05-02T12:22:16.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"feat: Splitting the integration tests per compiler","shortMessageHtmlLink":"feat: Splitting the integration tests per compiler"}},{"before":"789bd7a378eaba39e4d884a0dda20cdff11a2105","after":"4a4fc7611adbe2f8180bb31d985f4e24b9986c1c","ref":"refs/heads/workspaces","pushedAt":"2024-05-02T11:46:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"feat(WIP)!: Re-enabling the Windows tests","shortMessageHtmlLink":"feat(WIP)!: Re-enabling the Windows tests"}},{"before":"21bfe0476e0e2d0baa3ec8039190f81bf679f26c","after":"789bd7a378eaba39e4d884a0dda20cdff11a2105","ref":"refs/heads/workspaces","pushedAt":"2024-05-02T09:29:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"chore: discarding the workflow for testing the buid with Clang when its version is > 17","shortMessageHtmlLink":"chore: discarding the workflow for testing the buid with Clang when i…"}},{"before":"f323764dbd8c8c0ef8866ddca96c9cb0c988ff3e","after":"21bfe0476e0e2d0baa3ec8039190f81bf679f26c","ref":"refs/heads/workspaces","pushedAt":"2024-05-02T09:22:39.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"Merge branch 'main' into workspaces","shortMessageHtmlLink":"Merge branch 'main' into workspaces"}},{"before":"e469508e401ddf4653ed00fe61ecc078d8385cee","after":"90664a61ac00d6bd3bf78cfada765423bb711d1c","ref":"refs/heads/main","pushedAt":"2024-05-02T09:06:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRustifyer","name":"Alex Vergara","path":"/TheRustifyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68871459?s=80&v=4"},"commit":{"message":"fix: cargo fmt","shortMessageHtmlLink":"fix: cargo fmt"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXuWl0gA","startCursor":null,"endCursor":null}},"title":"Activity · zerodaycode/Zork"}