Ricky Stewart

Results 32 comments of Ricky Stewart

> Do you know how I can prevent dev generate bazel from adding the generated file to srcs? Yes -- add a comment to `BUILD.bazel` (probably the one in your...

Looks like this PR introduced a `race` build failure in `pkg/sql/sessiondatapb/sequence_cache_node.go` ``` pkg/sql/sessiondatapb/sequence_cache_node.go:47:8: sc.mu.RWMutex undefined (type syncutil.RWMutex has no field or method RWMutex) pkg/sql/sessiondatapb/sequence_cache_node.go:49:8: sc.mu.RWMutex undefined (type syncutil.RWMutex has no...

First commit is from #119415 and can be ignored

I am also rubbing up against this. Unfortunately `rules_js` essentially demands that the source tree be structured a certain way, so you cannot solve this by trying to move one...

Looks like you need to `dev gen bazel`, please check the CI results before `bors`'ing.