Di Fan

Results 4 issues of Di Fan

I cannot compile this crate. I am depending on it through https://crates.io/crates/mockall and building using https://bazel.build/ with https://github.com/google/cargo-raze. The commit is https://github.com/dayfine/xlab/commit/9f9bf1ea4145c1264fb8207f62c829c420f67a41. The error I see is: ``` NFO: Found...

With a `rust_library` target that uses aliases, compiling its test target without aliases will fail: ``` rust_library( name = "bar", srcs = glob([ "src/**/*.rs", ]), aliases = { "//my_project/foo/id": "foo_id",...

bug

Documenting the issue at least, so people with similar goals with me would know it exists. Basically when some fonts are decoded, it is analyzed character by character, however, all...

Will we have strict rules that check for deps and type annotations? i.e. `py_strict_library`, `py_strict_binary`, `py_strict_test`.

type: feature request