Michael Kelly

Results 8 issues of Michael Kelly

This adds logging for gRPC requests in order to make debugging easier.

kind/enhancement

In some cases users will want to configure the unicode server, this enables us to do this by providing an additional enviroment variable.

This adds a simple rule for selecting files by extension. Usage is of the form: ``` foo( name = "my_rule_with_output", ... ) select_files_by_extension( name = "my_selected_cpp_files", srcs = ":my_rule_with_output", extensions...

This change incorporates two minor changes to rebase_test.go: * auto-format to make formatting consistent * change the branch name from master to main to fix tests

If the toolchain is composed in our build tree and we use an internal (relative) path for the `builtin_sysroot` that we pass to `create_cc_toolchain_config_info`, and we pass a value like...

team-Rules-CPP
awaiting-review

This change is derived from some pieces of https://github.com/sassoftware/go-rpmutils/pull/17 by refining the interface based on the comments and removing the tar implementation.

If we treat `+` as a special character for queries we run into the problem that we can't create queries like: topic:me+topic AND project:Baz This appears to be equivalent to...

This change introduces support the labels sub-API for projects as well as capturing the label type information in the top level project struct.