Skip to content

Commit

Permalink
devapp/owners: remove josharian
Browse files Browse the repository at this point in the history
Change-Id: I650206bde21c7b8c0b56cc258986cc306d37b03c
Reviewed-on: https://go-review.googlesource.com/c/build/+/397954
Run-TryBot: Josh Bleecher Snyder <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Reviewed-by: Russ Cox <[email protected]>
Reviewed-by: Austin Clements <[email protected]>
  • Loading branch information
josharian committed Apr 25, 2022
1 parent b002d65 commit 97e3ce7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 19 deletions.
2 changes: 1 addition & 1 deletion devapp/owners/owners_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestMatch(t *testing.T) {
"go/src/cmd/compile",
&Entry{
Primary: []Owner{khr, gri},
Secondary: []Owner{josharian, mdempsky, martisch},
Secondary: []Owner{mdempsky, martisch},
},
},
{
Expand Down
29 changes: 11 additions & 18 deletions devapp/owners/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ var (
jba = gh("jba")
jbd = gh("rakyll")
joetsai = gh("dsnet")
josharian = gh("josharian")
julieqiu = gh("julieqiu")
kardianos = gh("kardianos")
katie = gh("katiehockman")
Expand Down Expand Up @@ -118,11 +117,11 @@ var entries = map[string]*Entry{
},
"go/src/cmd/compile": {
Primary: []Owner{khr, gri},
Secondary: []Owner{josharian, mdempsky, martisch},
Secondary: []Owner{mdempsky, martisch},
},
"go/src/cmd/compile/internal/amd64": {
Primary: []Owner{khr},
Secondary: []Owner{josharian, rsc, drchase, cherryyz, martisch},
Secondary: []Owner{rsc, drchase, cherryyz, martisch},
},
"go/src/cmd/compile/internal/arm": {
Primary: []Owner{khr},
Expand Down Expand Up @@ -150,22 +149,22 @@ var entries = map[string]*Entry{
},
"go/src/cmd/compile/internal/x86": {
Primary: []Owner{khr},
Secondary: []Owner{josharian, rsc, drchase, cherryyz, martisch},
Secondary: []Owner{rsc, drchase, cherryyz, martisch},
},
"go/src/cmd/compile/internal/syntax": {
Primary: []Owner{gri},
Secondary: []Owner{rsc, mdempsky},
},
"go/src/cmd/compile/internal/types": {
Primary: []Owner{gri},
Secondary: []Owner{josharian, mdempsky, rsc},
Secondary: []Owner{mdempsky, rsc},
},
"go/src/cmd/compile/internal/types2": {
Primary: []Owner{gri, findleyr},
},
"go/src/cmd/compile/internal/ssa": {
Primary: []Owner{khr},
Secondary: []Owner{josharian, martisch},
Secondary: []Owner{martisch},
},
"go/src/cmd/compile/internal/wasm": wasmOwners,
"go/src/cmd/doc": {
Expand Down Expand Up @@ -287,8 +286,7 @@ var entries = map[string]*Entry{
Secondary: []Owner{martisch},
},
"go/src/go/ast": {
Primary: []Owner{gri},
Secondary: []Owner{josharian},
Primary: []Owner{gri},
},
"go/src/go/build": {
Primary: []Owner{rsc},
Expand Down Expand Up @@ -353,8 +351,7 @@ var entries = map[string]*Entry{
Secondary: []Owner{mknyszek, cherryyz},
},
"go/src/internal/bytealg": {
Primary: []Owner{khr},
Secondary: []Owner{josharian},
Primary: []Owner{khr},
},
"go/src/internal/cpu": {
Primary: []Owner{runtimeTeam},
Expand Down Expand Up @@ -415,8 +412,7 @@ var entries = map[string]*Entry{
Secondary: []Owner{bradfitz},
},
"go/src/internal/testenv": {
Primary: []Owner{bradfitz, iant},
Secondary: []Owner{josharian},
Primary: []Owner{bradfitz, iant},
},
"go/src/internal/trace": {
Primary: []Owner{runtimeTeam},
Expand All @@ -438,11 +434,11 @@ var entries = map[string]*Entry{
},
"go/src/math/bits": {
Primary: []Owner{gri},
Secondary: []Owner{khr, josharian, filippo, securityTeam},
Secondary: []Owner{khr, filippo, securityTeam},
},
"go/src/math/rand": {
Primary: []Owner{gri, rsc},
Secondary: []Owner{josharian, filippo, securityTeam},
Secondary: []Owner{filippo, securityTeam},
},
"go/src/mime": {
Primary: []Owner{neild},
Expand Down Expand Up @@ -706,9 +702,6 @@ var entries = map[string]*Entry{
Primary: []Owner{toolsTeam},
Secondary: []Owner{findleyr, hyangah},
},
"tools/cmd/compilebench": {
Secondary: []Owner{josharian},
},
"tools/cmd/bundle": {
Primary: []Owner{adonovan},
},
Expand Down Expand Up @@ -736,7 +729,7 @@ var entries = map[string]*Entry{
},
"tools/go/ast": {
Primary: []Owner{gri},
Secondary: []Owner{josharian, dmitshur},
Secondary: []Owner{dmitshur},
},
"tools/go/buildutil": {
Primary: []Owner{bcmills, matloob},
Expand Down

0 comments on commit 97e3ce7

Please sign in to comment.