Ming Lyu

Results 5 issues of Ming Lyu

on `master`, runs: ```bash CC=clang bazel run //cmd:jsonnet --copt=-fsanitize=memory --copt=-g --copt=-fsanitize-memory-track-origins --linkopt=-fsanitize=memory ``` it shows: ``` $ CC=clang bazel run //cmd:jsonnet --copt=-fsanitize=memory --copt=-g --copt=-fsanitize-memory-track-origins --linkopt=-fsanitize=memory 130 master WARNING: Stripping enabled,...

bug

With current setting, it would be hard to modify the dir and http_address with k8s deployment. I was supposing ``` command: ["/app/bazel-remote-base-arm64.binary"] args: ["--dir=/bazel-cache", "--http_address=:8080", "--profile_address=:6060", "--max_size=450"] ``` in k8s...

I saw #123 , but it seems that the problem now comes back. I was not having trouble before until recent update (not sure update of universal ctags or easytags)...

Say I have ``` cc_binary( name = "foo", .... ) pkg_files( name = "foo_files", srcs = [":foo"], # in practice it also include other files to become a group )...

P3

### Bug description ```python """test_lint.py""" from typing import Optional class Foo: """class Foo""" a: Optional[dict] = None def empty(self): """foo""" @classmethod def init(cls): """init""" if cls.a is None: cls.a =...

Needs triage :inbox_tray: