diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-05-03 22:31:06 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-05-03 22:31:06 +0530 |
commit | 21c14fd640dc960ae5e5fa037f4874aae27d2379 (patch) | |
tree | 913d59a999701a3c1ca0951ca37ab61f91880915 | |
parent | 1297412fa11ecbac44d0b1686bb4617bc14e5272 (diff) |
Adding MoarVM's contribution instead of Gitlab Shell
-rw-r--r-- | resume.tex | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -222,13 +222,12 @@ Patching blender to build on musl libc. \href{ https://github.com/blender/blender/commit/f197b1a1f1bbc0334310fb1c911327246767a1a3}{GitHub commits} - \subsection{Gitlab Shell:} - Changed the default logging format to \textbf{JSON} from plain text, was part of the - \textbf{14.1 release}. - GitLab Shell handles git \textbf{SSH sessions for GitLab} and modifies the list of - authorized keys. - \href{https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/476}{Merge - Request 467}. + \subsection{MoarVM:} + After finding out that it was not being built with Clang 16, due to + incompatible function pointer as Clang 16 enabled + -Werror=implicit-function-declaration by default. See + \href{https://github.com/MoarVM/MoarVM/commit/871f7bca4ffc2254f7b3d72e5d447120545f13ab}{commit + 871f7bc}. \section{Achievements} |