Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
3,256 contributions in the last year
Contribution activity
December 2020
Created 66 commits in 3 repositories
Created a pull request in ziglang/zig that received 7 comments
glibc: additionally provide -lcrypt
Looks like we were missing support for this other library that glibc provides.
Opened 6 other pull requests in 1 repository
ziglang/zig
4
merged
2
closed
Reviewed 12 pull requests in 3 repositories
ziglang/zig 10 pull requests
- Fix system library path detection on linux
- stage2: support dynamically linking musl libc
- Do not keep the build.zig cache manifest file locked.
- stage2: MachO export trie cleanup
- Add option to override default stack size in build system.
- macho: specify -install_name as full dylib's name
- stage1: allow idx 0 err to be put into error_name_table
- lld+macho: patch lld output on Apple Silicon by calculating and embedding adhoc code signature
- Added global-cache argument to build system and removed unnecessary arguments causing errors.
- Special case SemanticVersion in addBuildOption
NixOS/nixpkgs 1 pull request
ziglang/fetch-them-macos-headers 1 pull request
Created an issue in ziglang/zig that received 14 comments
amend the definition of @enumToInt to assert that the value is a valid tag
Here are the 2 competing definitions:
@enumToInt always produces an integer, however if the enum tag value is undefined, then the resulting integ…
Opened 7 other issues in 3 repositories
ziglang/zig
3
closed
2
open
- compile error in musl libc.s for -target arm-linux-musleabihf
- ArrayHashMap: support all operations that ArrayList support
- warnings generated when zig compiles mingw-w64 from source for the first time
- adding the same C source file redundantly to the same compilation results in a deadlock
- change the default installation directory from zig-cache to Debug/Release