Lead developer & president of Zig Software Foundation
- Portland, Oregon
- https://andrewkelley.me/
- @andy_kelley
Block or Report
Block or report andrewrk
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
ziglang/zig Public
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
-
-
2,282 contributions in the last year
Contribution activity
May 2022
Created 46 commits in 3 repositories
Created a pull request in ziglang/zig that received 1 comment
stage2 behavior tests for all targets passing with the LLVM backend
The goal of this branch is to get this command to pass:
stage2/bin/zig build test-behavior
Status:
native
native, -lc
native, -fsingle-threaded
…
+505
−210
•
1
comment
Opened 3 other pull requests in 1 repository
Reviewed 8 pull requests in 1 repository
ziglang/zig
8 pull requests
- comment about digitToChar
- test: improve test/batch sequence iterator and move all tests into cases/ parent dir
- musl: update to 1.2.3
- stage2: add referenced by trace to compile errors
-
std.math.powi: use standard definition of underflow/overflow, implementu0,i0,i1edge case - stage2: error return traces
- stage2,llvm: handle softfloats in @intToFloat and @floatToInt
- test: regression fix: skip stage1 if not enabled
Created an issue in golang/go that received 18 comments
cmd/cgo, cmd/link: with zig as CC/CXX, Go linker does not put libc onto the linker line, causing undefined symbol errors
Corresponding Zig issue: ziglang/zig#11398
What version of Go are you using (go version)?
$ go version
go version go1.18.1 linux/amd64
Does this i…
18
comments