Highlights
- Arctic Code Vault Contributor
Popular repositories
928 contributions in the last year
Activity overview
Contribution activity
January 2021
Created 31 commits in 6 repositories
Opened 11 pull requests in 3 repositories
jayconrod/codeswitch
8
merged
bazelbuild/rules_go
2
merged
bazelbuild/bazel-gazelle
1
merged
Reviewed 16 pull requests in 3 repositories
bazelbuild/rules_go 8 pull requests
- Fix cc target on macOS with Bazel@HEAD
- Add minimal support for ARM64 on macOS.
- fix incorrect release date
- Adds a --cgo_compiler flag to control the C/C++ compiler used.
- nogo: mention analyzer name in diagnostic output
- Typo fixed: exisitng -> existing
- Handle long filenames on Windows in a few more places.
- dont set TEST_TMPDIR to TMPDIR in the test runner
google/starlark-go 6 pull requests
bazelbuild/bazel-gazelle 2 pull requests
Created an issue in golang/go that received 7 comments
cmd/go: misleading "invalid version" error message for gopkg.in modules with mismatched module path
What version of Go are you using (go version
)?
$ go version
go version go1.16beta1 darwin/amd64
Does this issue reproduce with the latest release?
y…
7
comments
Opened 9 other issues in 2 repositories
golang/go
3
closed
4
open
- cmd/go: TestScript/cgo_path, cgo_path_space failing on clang builders
- cmd/go: "no required module provides package" error with file path to replacement module inside another replacement
- cmd/go: resolve local paths to modules in subdirectory replacements
- cmd/go: for package loading errors, decide when to show source position or import stack
- cmd/go: consolidate similar hint commands printed with errors
- cmd/go: add hint to GOVCS error messages
- cmd/go: remove -d flag from all 'go get' hints in error messages