Jiawen (Kevin) Chen

Results 25 issues of Jiawen (Kevin) Chen

# 🚀 feature request ### Relevant Rules `pip_repository` and by extension `pip_parse`. ### Description Because `pip_repository` is a repository rule, it somewhat awkwardly uses several attributes to override the default...

type: feature request
type: pip

Perhaps an oversight? Or because it's quite new? I'm happy to write something if there isn't already something in progress.

I've been using `rules_apple` successfully for a few projects and can run `ios_unit_test` in a simulator. However, there doesn't seem to be much documentation regarding how to run tests on...

* clang-format automatically ran in my editor. * Add missing test/algorithm.cpp to Bazel test.

... some of which may not be simple. Also include some gotchas like how cropping (slicing) doesn't change min.

`generate()` works like `std::generate()` and needs to maintain state elsewhere. It'd be nice to have a function that does a fill based on "pattern function" that takes in indices instead:...

This may be more of a question for googletest. Now that absl::Status is available, I was wondering if the community should expect a corresponding set of matchers such as EXPECT_OK....

question

Please reassign to Bazel proper if this is not the right repo even though it mostly concerns the Apple toolchain. The default version of C++ when using XCode on [MacOS...